Home
last modified time | relevance | path

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

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