Home
last modified time | relevance | path

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

/linux-4.1.27/tools/perf/util/
Dhist.c228 u64 prev_period = he->stat.period; in hists__decay_entry() local
231 if (prev_period == 0) in hists__decay_entry()
238 diff = prev_period - he->stat.period; in hists__decay_entry()