Home
last modified time | relevance | path

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

12

/OK3568_Linux_fs/kernel/tools/perf/tests/
H A 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()
H A Dopenat-syscall-tp-fields.c106 if (type != PERF_RECORD_SAMPLE) { in test__syscall_openat_tp_fields()
H A Dsw-clock.c109 if (event->header.type != PERF_RECORD_SAMPLE) in __test__sw_clock_freq()
H A Dbackward-ring-buffer.c46 case PERF_RECORD_SAMPLE: in count_samples()
H A Dmmap-basic.c123 if (event->header.type != PERF_RECORD_SAMPLE) { in test__basic_mmap()
H A Dperf-record.c271 case PERF_RECORD_SAMPLE: in test__PERF_RECORD()
H A Dbpf.c195 if (type == PERF_RECORD_SAMPLE) in do_test()
H A Dsample-parsing.c276 event->header.type = PERF_RECORD_SAMPLE; in do_test()
H A Dswitch-tracking.c175 if (event->header.type == PERF_RECORD_SAMPLE) in process_event()
H A Dcode-reading.c400 if (event->header.type == PERF_RECORD_SAMPLE) in process_event()
/OK3568_Linux_fs/kernel/tools/bpf/bpftool/
H A 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()
/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/benchs/
H A Dbench_ringbufs.c382 case PERF_RECORD_SAMPLE: in perfbuf_process_sample_raw()
512 if (ehdr->type == PERF_RECORD_SAMPLE) in perfbuf_custom_consumer()
/OK3568_Linux_fs/kernel/tools/perf/util/
H A 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()
H A Ds390-sample-raw.c205 if (event->header.type != PERF_RECORD_SAMPLE) in perf_evlist__s390_sample_raw()
H A 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()
H A Dpython.c545 [PERF_RECORD_SAMPLE] = &pyrf_sample_event__type,
556 event->header.type > PERF_RECORD_SAMPLE) && in pyrf_event__new()
H A Devlist.c580 if (event->header.type == PERF_RECORD_SAMPLE) { in perf_evlist__event2id()
606 event->header.type != PERF_RECORD_SAMPLE) in perf_evlist__event2evsel()
/OK3568_Linux_fs/kernel/tools/perf/
H A 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()
H A Dbuiltin-annotate.c428 u32 nr_samples = hists->stats.nr_events[PERF_RECORD_SAMPLE]; in __cmd_annotate()
H A 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()
/OK3568_Linux_fs/kernel/tools/include/uapi/linux/
H A Dperf_event.h901 PERF_RECORD_SAMPLE = 9, enumerator
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dperf_event.h868 PERF_RECORD_SAMPLE = 9, enumerator
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dperf_event.h868 PERF_RECORD_SAMPLE = 9, enumerator
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dperf_event.h901 PERF_RECORD_SAMPLE = 9, enumerator
/OK3568_Linux_fs/kernel/tools/perf/bench/
H A Dinject-buildid.c228 event.header.type = PERF_RECORD_SAMPLE; in synthesize_sample()

12