Searched refs:fudge (Results 1 – 2 of 2) sorted by relevance
46 bool ebb_check_count(int pmc, u64 sample_period, int fudge);
71 bool ebb_check_count(int pmc, u64 sample_period, int fudge) in ebb_check_count() argument77 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