Home
last modified time | relevance | path

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

/linux-4.4.14/tools/perf/tests/
Dhists_filter.c155 hists->stats.nr_events[PERF_RECORD_SAMPLE] == 10); in test__hists_filter()
161 hists->stats.nr_events[PERF_RECORD_SAMPLE] == in test__hists_filter()
180 hists->stats.nr_events[PERF_RECORD_SAMPLE] == 10); in test__hists_filter()
209 hists->stats.nr_events[PERF_RECORD_SAMPLE] == 10); in test__hists_filter()
244 hists->stats.nr_events[PERF_RECORD_SAMPLE] == 10); in test__hists_filter()
273 hists->stats.nr_events[PERF_RECORD_SAMPLE] == 10); in test__hists_filter()
304 hists->stats.nr_events[PERF_RECORD_SAMPLE] == 10); in test__hists_filter()
Dopenat-syscall-tp-fields.c85 if (type != PERF_RECORD_SAMPLE) { in test__syscall_openat_tp_fields()
Dsw-clock.c96 if (event->header.type != PERF_RECORD_SAMPLE) in __test__sw_clock_freq()
Dmmap-basic.c105 if (event->header.type != PERF_RECORD_SAMPLE) { in test__basic_mmap()
Dbpf.c121 if (type == PERF_RECORD_SAMPLE) in do_test()
Dperf-record.c252 case PERF_RECORD_SAMPLE: in test__PERF_RECORD()
Dsample-parsing.c239 event->header.type = PERF_RECORD_SAMPLE; in do_test()
Dswitch-tracking.c166 if (event->header.type == PERF_RECORD_SAMPLE) in process_event()
Dcode-reading.c320 if (event->header.type == PERF_RECORD_SAMPLE) in process_event()
/linux-4.4.14/samples/bpf/
Dtrace_output_user.c99 if (e->header.type == PERF_RECORD_SAMPLE) { in perf_event_read()
/linux-4.4.14/include/uapi/linux/
Dperf_event.h766 PERF_RECORD_SAMPLE = 9, enumerator
/linux-4.4.14/tools/perf/util/
Dsession.c632 [PERF_RECORD_SAMPLE] = perf_event__all64_swap,
852 if (event->header.type != PERF_RECORD_SAMPLE && in perf_evlist__print_tstamp()
1066 case PERF_RECORD_SAMPLE: in machines__deliver_event()
1344 (double) (stats->nr_events[PERF_RECORD_SAMPLE] + stats->total_lost_samples); in perf_session__warn_about_errors()
1347 stats->nr_events[PERF_RECORD_SAMPLE] + stats->total_lost_samples, in perf_session__warn_about_errors()
1378 stats->nr_events[PERF_RECORD_SAMPLE]); in perf_session__warn_about_errors()
Dpython.c386 [PERF_RECORD_SAMPLE] = &pyrf_sample_event__type,
397 event->header.type > PERF_RECORD_SAMPLE) && in pyrf_event__new()
Dintel-pt.c975 event->sample.header.type = PERF_RECORD_SAMPLE; in intel_pt_synth_branch_sample()
1031 event->sample.header.type = PERF_RECORD_SAMPLE; in intel_pt_synth_instruction_sample()
1088 event->sample.header.type = PERF_RECORD_SAMPLE; in intel_pt_synth_transaction_sample()
1686 if (pt->switch_evsel && event->header.type == PERF_RECORD_SAMPLE) in intel_pt_process_event()
Devlist.c666 if (event->header.type == PERF_RECORD_SAMPLE) { in perf_evlist__event2id()
692 event->header.type != PERF_RECORD_SAMPLE) in perf_evlist__event2evsel()
Dintel-bts.c278 event.sample.header.type = PERF_RECORD_SAMPLE; in intel_bts_synth_branch_sample()
Devent.c25 [PERF_RECORD_SAMPLE] = "SAMPLE",
Dhist.c1360 events_stats__inc(&hists->stats, PERF_RECORD_SAMPLE); in hists__inc_nr_samples()
Devsel.c1606 if (event->header.type != PERF_RECORD_SAMPLE) { in perf_evsel__parse_sample()
/linux-4.4.14/tools/perf/
Dbuiltin-top.c833 if (event->header.type == PERF_RECORD_SAMPLE) in perf_top__mmap_read_idx()
862 if (event->header.type == PERF_RECORD_SAMPLE) in perf_top__mmap_read_idx()
869 if (event->header.type == PERF_RECORD_SAMPLE) { in perf_top__mmap_read_idx()
Dbuiltin-annotate.c238 u32 nr_samples = hists->stats.nr_events[PERF_RECORD_SAMPLE]; in __cmd_annotate()
Dbuiltin-report.c301 unsigned long nr_samples = hists->stats.nr_events[PERF_RECORD_SAMPLE]; in hists__fprintf_nr_sample_events()
326 nr_samples += pos_hists->stats.nr_events[PERF_RECORD_SAMPLE]; in hists__fprintf_nr_sample_events()
Dbuiltin-trace.c2448 if (type != PERF_RECORD_SAMPLE) { in trace__handle_event()
/linux-4.4.14/tools/perf/ui/browsers/
Dhists.c1276 unsigned long nr_samples = hists->stats.nr_events[PERF_RECORD_SAMPLE]; in hists__browser_title()
1303 nr_samples += pos_hists->stats.nr_events[PERF_RECORD_SAMPLE]; in hists__browser_title()
2115 unsigned long nr_events = hists->stats.nr_events[PERF_RECORD_SAMPLE]; in perf_evsel_menu__write()
2131 nr_events += pos_hists->stats.nr_events[PERF_RECORD_SAMPLE]; in perf_evsel_menu__write()
/linux-4.4.14/kernel/events/
Dcore.c5491 header->type = PERF_RECORD_SAMPLE; in perf_prepare_sample()