Searched refs:ebb_check_count (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/pmu/ebb/ |
H A D | cycles_test.c | 50 FAIL_IF(!ebb_check_count(1, sample_period, 100)); in cycles()
|
H A D | ebb.h | 46 bool ebb_check_count(int pmc, u64 sample_period, int fudge);
|
H A D | lost_exception_test.c | 88 FAIL_IF(!ebb_check_count(4, orig_period, 2 * (max_period - orig_period))); in test_body()
|
H A D | ebb.c | 71 bool ebb_check_count(int pmc, u64 sample_period, int fudge) in ebb_check_count() function
|
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/pmu/ebb/ |
H A D | cycles_test.c | 50 FAIL_IF(!ebb_check_count(1, sample_period, 100)); in cycles()
|
H A D | ebb.h | 46 bool ebb_check_count(int pmc, u64 sample_period, int fudge);
|
H A D | lost_exception_test.c | 88 FAIL_IF(!ebb_check_count(4, orig_period, 2 * (max_period - orig_period))); in test_body()
|
H A D | ebb.c | 71 bool ebb_check_count(int pmc, u64 sample_period, int fudge) in ebb_check_count() function
|
Completed in 3 milliseconds