Home
last modified time | relevance | path

Searched refs:ebb_check_count (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/tools/testing/selftests/powerpc/pmu/ebb/
H A Dcycles_test.c50 FAIL_IF(!ebb_check_count(1, sample_period, 100)); in cycles()
H A Dlost_exception_test.c88 FAIL_IF(!ebb_check_count(4, orig_period, 2 * (max_period - orig_period))); in test_body()
H A Debb.h46 bool ebb_check_count(int pmc, u64 sample_period, int fudge);
H A Debb.c71 bool ebb_check_count(int pmc, u64 sample_period, int fudge) in ebb_check_count() function