Home
last modified time | relevance | path

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

12

/Linux-v4.19/tools/perf/tests/
Dhists_filter.c154 hists->stats.nr_events[PERF_RECORD_SAMPLE] == 10); in test__hists_filter()
160 hists->stats.nr_events[PERF_RECORD_SAMPLE] == in test__hists_filter()
179 hists->stats.nr_events[PERF_RECORD_SAMPLE] == 10); in test__hists_filter()
208 hists->stats.nr_events[PERF_RECORD_SAMPLE] == 10); in test__hists_filter()
243 hists->stats.nr_events[PERF_RECORD_SAMPLE] == 10); in test__hists_filter()
272 hists->stats.nr_events[PERF_RECORD_SAMPLE] == 10); in test__hists_filter()
303 hists->stats.nr_events[PERF_RECORD_SAMPLE] == 10); in test__hists_filter()
Dopenat-syscall-tp-fields.c102 if (type != PERF_RECORD_SAMPLE) { in test__syscall_openat_tp_fields()
Dsw-clock.c104 if (event->header.type != PERF_RECORD_SAMPLE) in __test__sw_clock_freq()
Dbackward-ring-buffer.c42 case PERF_RECORD_SAMPLE: in count_samples()
Dmmap-basic.c117 if (event->header.type != PERF_RECORD_SAMPLE) { in test__basic_mmap()
Dperf-record.c265 case PERF_RECORD_SAMPLE: in test__PERF_RECORD()
Dbpf.c188 if (type == PERF_RECORD_SAMPLE) in do_test()
Dsample-parsing.c246 event->header.type = PERF_RECORD_SAMPLE; in do_test()
Dswitch-tracking.c168 if (event->header.type == PERF_RECORD_SAMPLE) in process_event()
Dcode-reading.c389 if (event->header.type == PERF_RECORD_SAMPLE) in process_event()
/Linux-v4.19/tools/bpf/bpftool/
Dmap_perf_ring.c71 if (e->header.type == PERF_RECORD_SAMPLE) { in print_bpf_output()
87 if (e->header.type == PERF_RECORD_SAMPLE) { in print_bpf_output()
/Linux-v4.19/tools/testing/selftests/bpf/
Dtrace_helpers.c133 if (e->header.type == PERF_RECORD_SAMPLE) { in bpf_perf_event_print()
/Linux-v4.19/tools/perf/util/
Dsession.c795 [PERF_RECORD_SAMPLE] = perf_event__all64_swap,
1022 if (event->header.type != PERF_RECORD_SAMPLE && in perf_evlist__print_tstamp()
1262 case PERF_RECORD_SAMPLE: in machines__deliver_event()
1592 (double) (stats->nr_events[PERF_RECORD_SAMPLE] + stats->total_lost_samples); in perf_session__warn_about_errors()
1595 stats->nr_events[PERF_RECORD_SAMPLE] + stats->total_lost_samples, in perf_session__warn_about_errors()
1643 stats->nr_events[PERF_RECORD_SAMPLE]); in perf_session__warn_about_errors()
Dcs-etm.c655 event->sample.header.type = PERF_RECORD_SAMPLE; in cs_etm__synth_instruction_sample()
710 event->sample.header.type = PERF_RECORD_SAMPLE; in cs_etm__synth_branch_sample()
Dpython.c512 [PERF_RECORD_SAMPLE] = &pyrf_sample_event__type,
523 event->header.type > PERF_RECORD_SAMPLE) && in pyrf_event__new()
Ds390-cpumsf.c417 event.sample.header.type = PERF_RECORD_SAMPLE; in s390_cpumsf_make_event()
Devlist.c629 if (event->header.type == PERF_RECORD_SAMPLE) { in perf_evlist__event2id()
655 event->header.type != PERF_RECORD_SAMPLE) in perf_evlist__event2evsel()
Dhist.c2135 events_stats__inc(&hists->stats, PERF_RECORD_SAMPLE); in hists__inc_nr_samples()
2471 unsigned long nr_samples = hists->stats.nr_events[PERF_RECORD_SAMPLE]; in __hists__scnprintf_title()
2498 nr_samples += pos_hists->stats.nr_events[PERF_RECORD_SAMPLE]; in __hists__scnprintf_title()
Dintel-bts.c284 event.sample.header.type = PERF_RECORD_SAMPLE; in intel_bts_synth_branch_sample()
/Linux-v4.19/tools/include/uapi/linux/
Dperf_event.h866 PERF_RECORD_SAMPLE = 9, enumerator
/Linux-v4.19/include/uapi/linux/
Dperf_event.h866 PERF_RECORD_SAMPLE = 9, enumerator
/Linux-v4.19/tools/perf/
Dbuiltin-top.c829 if (event->header.type == PERF_RECORD_SAMPLE) in perf_top__mmap_read_idx()
858 if (event->header.type == PERF_RECORD_SAMPLE) in perf_top__mmap_read_idx()
865 if (event->header.type == PERF_RECORD_SAMPLE) { in perf_top__mmap_read_idx()
Dbuiltin-annotate.c426 u32 nr_samples = hists->stats.nr_events[PERF_RECORD_SAMPLE]; in __cmd_annotate()
Dbuiltin-report.c399 unsigned long nr_samples = hists->stats.nr_events[PERF_RECORD_SAMPLE]; in hists__fprintf_nr_sample_events()
427 nr_samples += pos_hists->stats.nr_events[PERF_RECORD_SAMPLE]; in hists__fprintf_nr_sample_events()
/Linux-v4.19/tools/perf/Documentation/
Dperf-trace.txt195 Print the PERF_RECORD_SAMPLE PERF_SAMPLE_ info for the

12