Home
last modified time | relevance | path

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

/Linux-v4.19/tools/perf/util/
Dhist.c278 u64 prev_period = he->stat.period; in hists__decay_entry() local
281 if (prev_period == 0) in hists__decay_entry()
289 diff = prev_period - he->stat.period; in hists__decay_entry()