Home
last modified time | relevance | path

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

12

/tools/perf/tests/
Dhists_filter.c153 hists->stats.nr_events[PERF_RECORD_SAMPLE] == 10); in test__hists_filter()
159 hists->stats.nr_events[PERF_RECORD_SAMPLE] == in test__hists_filter()
178 hists->stats.nr_events[PERF_RECORD_SAMPLE] == 10); in test__hists_filter()
207 hists->stats.nr_events[PERF_RECORD_SAMPLE] == 10); in test__hists_filter()
242 hists->stats.nr_events[PERF_RECORD_SAMPLE] == 10); in test__hists_filter()
271 hists->stats.nr_events[PERF_RECORD_SAMPLE] == 10); in test__hists_filter()
302 hists->stats.nr_events[PERF_RECORD_SAMPLE] == 10); in test__hists_filter()
Dopenat-syscall-tp-fields.c106 if (type != PERF_RECORD_SAMPLE) { in test__syscall_openat_tp_fields()
Dsw-clock.c109 if (event->header.type != PERF_RECORD_SAMPLE) in __test__sw_clock_freq()
Dbackward-ring-buffer.c46 case PERF_RECORD_SAMPLE: in count_samples()
Dmmap-basic.c123 if (event->header.type != PERF_RECORD_SAMPLE) { in test__basic_mmap()
Dperf-record.c271 case PERF_RECORD_SAMPLE: in test__PERF_RECORD()
Dbpf.c195 if (type == PERF_RECORD_SAMPLE) in do_test()
Dsample-parsing.c276 event->header.type = PERF_RECORD_SAMPLE; in do_test()
Dswitch-tracking.c175 if (event->header.type == PERF_RECORD_SAMPLE) in process_event()
Dcode-reading.c400 if (event->header.type == PERF_RECORD_SAMPLE) in process_event()
/tools/bpf/bpftool/
Dmap_perf_ring.c85 if (e->header.type == PERF_RECORD_SAMPLE) { in print_bpf_output()
101 if (e->header.type == PERF_RECORD_SAMPLE) { in print_bpf_output()
/tools/testing/selftests/bpf/benchs/
Dbench_ringbufs.c382 case PERF_RECORD_SAMPLE: in perfbuf_process_sample_raw()
512 if (ehdr->type == PERF_RECORD_SAMPLE) in perfbuf_custom_consumer()
/tools/perf/util/
Ds390-sample-raw.c205 if (event->header.type != PERF_RECORD_SAMPLE) in perf_evlist__s390_sample_raw()
Dsession.c974 [PERF_RECORD_SAMPLE] = perf_event__all64_swap,
1213 if (event->header.type != PERF_RECORD_SAMPLE && in perf_evlist__print_tstamp()
1266 if (event->header.type == PERF_RECORD_SAMPLE && evlist->trace_event_sample_raw) in dump_event()
1466 case PERF_RECORD_SAMPLE: in machines__deliver_event()
1857 (double) (stats->nr_events[PERF_RECORD_SAMPLE] + stats->total_lost_samples); in perf_session__warn_about_errors()
1860 stats->nr_events[PERF_RECORD_SAMPLE] + stats->total_lost_samples, in perf_session__warn_about_errors()
1908 stats->nr_events[PERF_RECORD_SAMPLE]); in perf_session__warn_about_errors()
Ds390-cpumsf.c531 event.sample.header.type = PERF_RECORD_SAMPLE; in s390_cpumsf_make_event()
932 if (event->header.type == PERF_RECORD_SAMPLE && in s390_cpumsf_process_event()
Dpython.c545 [PERF_RECORD_SAMPLE] = &pyrf_sample_event__type,
556 event->header.type > PERF_RECORD_SAMPLE) && in pyrf_event__new()
Devlist.c580 if (event->header.type == PERF_RECORD_SAMPLE) { in perf_evlist__event2id()
606 event->header.type != PERF_RECORD_SAMPLE) in perf_evlist__event2evsel()
Devent.c49 [PERF_RECORD_SAMPLE] = "SAMPLE",
Dhist.c2318 events_stats__inc(&hists->stats, PERF_RECORD_SAMPLE); in hists__inc_nr_samples()
2688 unsigned long nr_samples = hists->stats.nr_events[PERF_RECORD_SAMPLE]; in __hists__scnprintf_title()
2715 nr_samples += pos_hists->stats.nr_events[PERF_RECORD_SAMPLE]; in __hists__scnprintf_title()
Darm-spe.c243 event->sample.header.type = PERF_RECORD_SAMPLE; in arm_spe_prep_sample()
/tools/perf/
Dbuiltin-top.c1131 if (event->header.type != PERF_RECORD_SAMPLE) in should_drop()
1165 if (event->header.type == PERF_RECORD_SAMPLE) { in deliver_event()
1197 if (event->header.type == PERF_RECORD_SAMPLE) in deliver_event()
1203 if (event->header.type == PERF_RECORD_SAMPLE) { in deliver_event()
Dbuiltin-annotate.c428 u32 nr_samples = hists->stats.nr_events[PERF_RECORD_SAMPLE]; in __cmd_annotate()
Dbuiltin-report.c450 unsigned long nr_samples = hists->stats.nr_events[PERF_RECORD_SAMPLE]; in hists__fprintf_nr_sample_events()
478 nr_samples += pos_hists->stats.nr_events[PERF_RECORD_SAMPLE]; in hists__fprintf_nr_sample_events()
/tools/include/uapi/linux/
Dperf_event.h904 PERF_RECORD_SAMPLE = 9, enumerator
/tools/perf/bench/
Dinject-buildid.c228 event.header.type = PERF_RECORD_SAMPLE; in synthesize_sample()

12