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

  /external/linux-tools-perf/util/
hist.h 26 * The total_period is needed because by default auto-freq is used, so
29 * sample_event.period and stash the result in total_period.
32 u64 total_period; member in struct:events_stats
hist.c 324 min_callchain_hits = self->stats.total_period * (callchain_param.min_percent / 100);
613 total = pair_hists->stats.total_period;
858 displacement, fp, self->stats.total_period);
862 self->stats.total_period);
916 self->stats.total_period += h->period;
926 self->nr_entries = self->stats.total_period = 0;
949 self->nr_entries = self->stats.total_period = 0;
session.c 880 session->hists.stats.total_period,
    [all...]
  /external/linux-tools-perf/
builtin-annotate.c 82 evsel->hists.stats.total_period += sample->period;
builtin-diff.c 54 session->hists.stats.total_period += sample->period;
builtin-report.c 103 evsel->hists.stats.total_period += sample->period;
builtin-script.c 370 session->hists.stats.total_period += sample->period;
  /external/linux-tools-perf/util/ui/browsers/
hists.c 498 self->hists->stats.total_period,
552 0, false, self->hists->stats.total_period);
553 percent = (entry->period * 100.0) / self->hists->stats.total_period;

Completed in 72 milliseconds