Home
last modified time | relevance | path

Searched refs:fudge (Results 1 – 2 of 2) sorted by relevance

/tools/testing/selftests/powerpc/pmu/ebb/
A Debb.h46 bool ebb_check_count(int pmc, u64 sample_period, int fudge);
A Debb.c71 bool ebb_check_count(int pmc, u64 sample_period, int fudge) in ebb_check_count() argument
77 lower = ebb_state.stats.ebb_count * (sample_period - fudge); in ebb_check_count()
85 upper = ebb_state.stats.ebb_count * (sample_period + fudge); in ebb_check_count()

Completed in 4 milliseconds