Searched refs:period_percent (Results 1 - 1 of 1) sorted by relevance

/linux-master/tools/perf/
H A Dbuiltin-diff.c272 static double period_percent(struct hist_entry *he, u64 period) function
281 double old_percent = period_percent(he, he->stat.period);
282 double new_percent = period_percent(pair, pair->stat.period);

Completed in 198 milliseconds