Home
last modified time | relevance | path

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

/linux/tools/perf/Documentation/
H A Dperf-diff.txt248 d = A->period_percent - B->period_percent
254 - period_percent being the % of the hist entry period value within
257 - with filtering by -C, -d and/or -S, period_percent might be changed
/linux/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()