Home
last modified time | relevance | path

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

/linux/tools/perf/arch/x86/tests/
H A Damd-ibs-period.c182 static int period_equal(unsigned long exp_period, unsigned long act_period) in period_equal() argument
184 return exp_period == act_period ? 0 : -1; in period_equal()
191 static int period_higher(unsigned long min_period, unsigned long act_period) in period_higher() argument
193 return min_period <= act_period ? 0 : -1; in period_higher()