| /OK3568_Linux_fs/kernel/tools/perf/tests/ |
| H A D | hists_filter.c | 153 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 D | openat-syscall-tp-fields.c | 106 if (type != PERF_RECORD_SAMPLE) { in test__syscall_openat_tp_fields()
|
| H A D | sw-clock.c | 109 if (event->header.type != PERF_RECORD_SAMPLE) in __test__sw_clock_freq()
|
| H A D | backward-ring-buffer.c | 46 case PERF_RECORD_SAMPLE: in count_samples()
|
| H A D | mmap-basic.c | 123 if (event->header.type != PERF_RECORD_SAMPLE) { in test__basic_mmap()
|
| H A D | perf-record.c | 271 case PERF_RECORD_SAMPLE: in test__PERF_RECORD()
|
| H A D | bpf.c | 195 if (type == PERF_RECORD_SAMPLE) in do_test()
|
| H A D | sample-parsing.c | 276 event->header.type = PERF_RECORD_SAMPLE; in do_test()
|
| H A D | switch-tracking.c | 175 if (event->header.type == PERF_RECORD_SAMPLE) in process_event()
|
| H A D | code-reading.c | 400 if (event->header.type == PERF_RECORD_SAMPLE) in process_event()
|
| /OK3568_Linux_fs/kernel/tools/bpf/bpftool/ |
| H A D | map_perf_ring.c | 85 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 D | bench_ringbufs.c | 382 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 D | session.c | 974 [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 D | s390-sample-raw.c | 205 if (event->header.type != PERF_RECORD_SAMPLE) in perf_evlist__s390_sample_raw()
|
| H A D | s390-cpumsf.c | 531 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 D | python.c | 545 [PERF_RECORD_SAMPLE] = &pyrf_sample_event__type, 556 event->header.type > PERF_RECORD_SAMPLE) && in pyrf_event__new()
|
| H A D | evlist.c | 580 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 D | builtin-top.c | 1131 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 D | builtin-annotate.c | 428 u32 nr_samples = hists->stats.nr_events[PERF_RECORD_SAMPLE]; in __cmd_annotate()
|
| H A D | builtin-report.c | 450 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 D | perf_event.h | 901 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 D | perf_event.h | 868 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 D | perf_event.h | 868 PERF_RECORD_SAMPLE = 9, enumerator
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | perf_event.h | 901 PERF_RECORD_SAMPLE = 9, enumerator
|
| /OK3568_Linux_fs/kernel/tools/perf/bench/ |
| H A D | inject-buildid.c | 228 event.header.type = PERF_RECORD_SAMPLE; in synthesize_sample()
|