HomeSort by relevance Sort by last modified time
    Searched defs:total_period (Results 1 - 2 of 2) sorted by null

  /external/linux-tools-perf/perf-3.12.0/tools/perf/ui/stdio/
hist.c 299 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/
hist.h 23 * 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 422 milliseconds