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

  /bionic/libc/kernel/common/linux/
perf_event.h 216 PERF_RECORD_SAMPLE = 9,
  /external/linux-tools-perf/
builtin-annotate.c 83 hists__inc_nr_events(&evsel->hists, PERF_RECORD_SAMPLE);
206 u32 nr_samples = hists->stats.nr_events[PERF_RECORD_SAMPLE];
builtin-report.c 104 hists__inc_nr_events(&evsel->hists, PERF_RECORD_SAMPLE);
216 unsigned long nr_events = self->stats.nr_events[PERF_RECORD_SAMPLE];
319 nr_samples += hists->stats.nr_events[PERF_RECORD_SAMPLE];
builtin-test.c 560 if (event->header.type != PERF_RECORD_SAMPLE) {
builtin-top.c 864 if (event->header.type == PERF_RECORD_SAMPLE)
  /external/linux-tools-perf/util/
session.c 462 [PERF_RECORD_SAMPLE] = perf_event__all64_swap,
686 if (event->header.type != PERF_RECORD_SAMPLE &&
742 case PERF_RECORD_SAMPLE:
775 if (event->header.type != PERF_RECORD_SAMPLE ||
903 session->hists.stats.nr_events[PERF_RECORD_SAMPLE]);
    [all...]
hist.c 917 self->stats.nr_events[PERF_RECORD_SAMPLE] += h->nr_events;
927 self->stats.nr_events[PERF_RECORD_SAMPLE] = 0;
950 self->stats.nr_events[PERF_RECORD_SAMPLE] = 0;
python.c 222 [PERF_RECORD_SAMPLE] = &pyrf_mmap_event__type,
231 event->header.type > PERF_RECORD_SAMPLE)
856 { "RECORD_SAMPLE", PERF_RECORD_SAMPLE },
evsel.c 358 if (event->header.type != PERF_RECORD_SAMPLE) {
event.c 29 [PERF_RECORD_SAMPLE] = "SAMPLE",
  /external/linux-tools-perf/util/ui/browsers/
hists.c 790 unsigned long nr_events = self->stats.nr_events[PERF_RECORD_SAMPLE];
1013 unsigned long nr_events = evsel->hists.stats.nr_events[PERF_RECORD_SAMPLE];
  /external/v8/tools/
ll_prof.py 597 PERF_RECORD_SAMPLE = 9
913 elif header.type == PERF_RECORD_SAMPLE:
  /external/kernel-headers/original/linux/
perf_event.h 437 PERF_RECORD_SAMPLE = 9,
  /external/linux-tools-perf/util/include/linux/added/
perf_event.h 350 * described in PERF_RECORD_SAMPLE below, it will be stashed just after
464 PERF_RECORD_SAMPLE = 9,

Completed in 734 milliseconds