Home
last modified time | relevance | path

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

/linux-4.4.14/tools/perf/util/
Dhist.c248 u64 prev_period = he->stat.period; in hists__decay_entry() local
251 if (prev_period == 0) in hists__decay_entry()
258 diff = prev_period - he->stat.period; in hists__decay_entry()