Searched defs:total_period (Results 1 - 2 of 2) sorted by relevance

/external/linux-tools-perf/perf-3.12.0/tools/perf/ui/stdio/
H A Dhist.c299 u64 total_period = hists->stats.total_period; local
308 return hist_entry_callchain__fprintf(he, total_period, left_margin, fp);
493 hists->stats.total_period;
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dhist.h23 * The total_period is needed because by default auto-freq is used, so
26 * sample_event.period and stash the result in total_period.
29 u64 total_period; member in struct:events_stats

Completed in 261 milliseconds