Home
last modified time | relevance | path

Searched refs:PERF_RECORD_SAMPLE (Results 1 – 13 of 13) sorted by relevance

/external/linux-tools-perf/
Dbuiltin-annotate.c83 hists__inc_nr_events(&evsel->hists, PERF_RECORD_SAMPLE); in perf_evlist__add_sample()
206 u32 nr_samples = hists->stats.nr_events[PERF_RECORD_SAMPLE]; in __cmd_annotate()
Dbuiltin-report.c104 hists__inc_nr_events(&evsel->hists, PERF_RECORD_SAMPLE); in perf_session__add_hist_entry()
216 unsigned long nr_events = self->stats.nr_events[PERF_RECORD_SAMPLE]; in hists__fprintf_nr_sample_events()
319 nr_samples += hists->stats.nr_events[PERF_RECORD_SAMPLE]; in __cmd_report()
Dbuiltin-test.c560 if (event->header.type != PERF_RECORD_SAMPLE) { in test__basic_mmap()
Dbuiltin-top.c864 if (event->header.type == PERF_RECORD_SAMPLE) in perf_session__mmap_read_idx()
/external/linux-tools-perf/util/
Dsession.c462 [PERF_RECORD_SAMPLE] = perf_event__all64_swap,
686 if (event->header.type != PERF_RECORD_SAMPLE && in perf_session__print_tstamp()
742 case PERF_RECORD_SAMPLE: in perf_session_deliver_event()
775 if (event->header.type != PERF_RECORD_SAMPLE || in perf_session__preprocess_sample()
903 session->hists.stats.nr_events[PERF_RECORD_SAMPLE]); in perf_session__warn_about_errors()
Dpython.c222 [PERF_RECORD_SAMPLE] = &pyrf_mmap_event__type,
231 event->header.type > PERF_RECORD_SAMPLE) in pyrf_event__new()
856 { "RECORD_SAMPLE", PERF_RECORD_SAMPLE },
Dhist.c917 self->stats.nr_events[PERF_RECORD_SAMPLE] += h->nr_events; in hists__remove_entry_filter()
927 self->stats.nr_events[PERF_RECORD_SAMPLE] = 0; in hists__filter_by_dso()
950 self->stats.nr_events[PERF_RECORD_SAMPLE] = 0; in hists__filter_by_thread()
Devsel.c358 if (event->header.type != PERF_RECORD_SAMPLE) { in perf_event__parse_sample()
Devent.c29 [PERF_RECORD_SAMPLE] = "SAMPLE",
/external/v8/tools/
Dll_prof.py597 PERF_RECORD_SAMPLE = 9 variable
913 elif header.type == PERF_RECORD_SAMPLE:
/external/linux-tools-perf/util/ui/browsers/
Dhists.c790 unsigned long nr_events = self->stats.nr_events[PERF_RECORD_SAMPLE]; in hists__browser_title()
1013 unsigned long nr_events = evsel->hists.stats.nr_events[PERF_RECORD_SAMPLE]; in perf_evsel_menu__write()
/external/kernel-headers/original/linux/
Dperf_event.h437 PERF_RECORD_SAMPLE = 9, enumerator
/external/linux-tools-perf/util/include/linux/added/
Dperf_event.h464 PERF_RECORD_SAMPLE = 9, enumerator