Home
last modified time | relevance | path

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

/linux-4.1.27/tools/perf/tests/
Dhists_filter.c149 hists->stats.nr_events[PERF_RECORD_SAMPLE] == 10); in test__hists_filter()
155 hists->stats.nr_events[PERF_RECORD_SAMPLE] == in test__hists_filter()
174 hists->stats.nr_events[PERF_RECORD_SAMPLE] == 10); in test__hists_filter()
203 hists->stats.nr_events[PERF_RECORD_SAMPLE] == 10); in test__hists_filter()
238 hists->stats.nr_events[PERF_RECORD_SAMPLE] == 10); in test__hists_filter()
265 hists->stats.nr_events[PERF_RECORD_SAMPLE] == 10); in test__hists_filter()
Dsw-clock.c89 if (event->header.type != PERF_RECORD_SAMPLE) in __test__sw_clock_freq()
Dopen-syscall-tp-fields.c84 if (type != PERF_RECORD_SAMPLE) { in test__syscall_open_tp_fields()
Dmmap-basic.c106 if (event->header.type != PERF_RECORD_SAMPLE) { in test__basic_mmap()
Dperf-record.c252 case PERF_RECORD_SAMPLE: in test__PERF_RECORD()
Dsample-parsing.c239 event->header.type = PERF_RECORD_SAMPLE; in do_test()
Dcode-reading.c271 if (event->header.type == PERF_RECORD_SAMPLE) in process_event()
Dswitch-tracking.c166 if (event->header.type == PERF_RECORD_SAMPLE) in process_event()
/linux-4.1.27/include/uapi/linux/
Dperf_event.h754 PERF_RECORD_SAMPLE = 9, enumerator
/linux-4.1.27/tools/perf/util/
Dpython.c344 [PERF_RECORD_SAMPLE] = &pyrf_sample_event__type,
353 event->header.type > PERF_RECORD_SAMPLE) in pyrf_event__new()
1013 { "RECORD_SAMPLE", PERF_RECORD_SAMPLE },
Dsession.c494 [PERF_RECORD_SAMPLE] = perf_event__all64_swap,
696 if (event->header.type != PERF_RECORD_SAMPLE && in perf_evlist__print_tstamp()
910 case PERF_RECORD_SAMPLE: in machines__deliver_event()
1160 stats->nr_events[PERF_RECORD_SAMPLE]); in perf_session__warn_about_errors()
Devlist.c588 if (event->header.type == PERF_RECORD_SAMPLE) { in perf_evlist__event2id()
614 event->header.type != PERF_RECORD_SAMPLE) in perf_evlist__event2evsel()
Devent.c25 [PERF_RECORD_SAMPLE] = "SAMPLE",
Dhist.c1290 events_stats__inc(&hists->stats, PERF_RECORD_SAMPLE); in hists__inc_nr_samples()
Devsel.c1433 if (event->header.type != PERF_RECORD_SAMPLE) { in perf_evsel__parse_sample()
/linux-4.1.27/tools/perf/
Dbuiltin-report.c270 unsigned long nr_samples = hists->stats.nr_events[PERF_RECORD_SAMPLE]; in hists__fprintf_nr_sample_events()
294 nr_samples += pos_hists->stats.nr_events[PERF_RECORD_SAMPLE]; in hists__fprintf_nr_sample_events()
Dbuiltin-annotate.c230 u32 nr_samples = hists->stats.nr_events[PERF_RECORD_SAMPLE]; in __cmd_annotate()
Dbuiltin-top.c821 if (event->header.type == PERF_RECORD_SAMPLE) in perf_top__mmap_read_idx()
854 if (event->header.type == PERF_RECORD_SAMPLE) { in perf_top__mmap_read_idx()
Dbuiltin-trace.c2140 if (type != PERF_RECORD_SAMPLE) { in trace__handle_event()
/linux-4.1.27/tools/perf/ui/browsers/
Dhists.c1243 unsigned long nr_samples = hists->stats.nr_events[PERF_RECORD_SAMPLE]; in hists__browser_title()
1268 nr_samples += pos_hists->stats.nr_events[PERF_RECORD_SAMPLE]; in hists__browser_title()
1835 unsigned long nr_events = hists->stats.nr_events[PERF_RECORD_SAMPLE]; in perf_evsel_menu__write()
1851 nr_events += pos_hists->stats.nr_events[PERF_RECORD_SAMPLE]; in perf_evsel_menu__write()
/linux-4.1.27/kernel/events/
Dcore.c5319 header->type = PERF_RECORD_SAMPLE; in perf_prepare_sample()