Home
last modified time | relevance | path

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

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

Completed in 6 milliseconds