Searched refs:PERF_RECORD_SAMPLE (Results 1 - 14 of 14) sorted by relevance

/external/linux-tools-perf/
H A Dbuiltin-annotate.c83 hists__inc_nr_events(&evsel->hists, PERF_RECORD_SAMPLE);
206 u32 nr_samples = hists->stats.nr_events[PERF_RECORD_SAMPLE];
H A Dbuiltin-report.c104 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];
H A Dbuiltin-test.c560 if (event->header.type != PERF_RECORD_SAMPLE) {
H A Dbuiltin-top.c864 if (event->header.type == PERF_RECORD_SAMPLE)
/external/linux-tools-perf/util/
H A Dsession.c462 [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]);
H A Dhist.c917 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;
H A Dpython.c222 [PERF_RECORD_SAMPLE] = &pyrf_mmap_event__type,
231 event->header.type > PERF_RECORD_SAMPLE)
856 { "RECORD_SAMPLE", PERF_RECORD_SAMPLE },
H A Devsel.c358 if (event->header.type != PERF_RECORD_SAMPLE) {
H A Devent.c29 [PERF_RECORD_SAMPLE] = "SAMPLE",
/external/chromium_org/v8/tools/
H A Dll_prof.py595 # Reference: /usr/include/perf_event.h, the comment for PERF_RECORD_SAMPLE.
618 PERF_RECORD_SAMPLE = 9 variable
958 elif header.type == PERF_RECORD_SAMPLE:
/external/linux-tools-perf/util/ui/browsers/
H A Dhists.c790 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/
H A Dll_prof.py597 PERF_RECORD_SAMPLE = 9 variable
913 elif header.type == PERF_RECORD_SAMPLE:
/external/kernel-headers/original/linux/
H A Dperf_event.h437 PERF_RECORD_SAMPLE = 9, enumerator in enum:perf_event_type
/external/linux-tools-perf/util/include/linux/added/
H A Dperf_event.h350 * described in PERF_RECORD_SAMPLE below, it will be stashed just after
464 PERF_RECORD_SAMPLE = 9, enumerator in enum:perf_event_type

Completed in 227 milliseconds