/linux/tools/bpf/bpftool/ |
H A D | map_perf_ring.c | 77 if (e->header.type == PERF_RECORD_SAMPLE) { in print_bpf_output() 93 if (e->header.type == PERF_RECORD_SAMPLE) { in print_bpf_output()
|
/linux/tools/testing/selftests/user_events/ |
H A D | perf_test.c | 183 ASSERT_EQ(PERF_RECORD_SAMPLE, *val); in TEST_F() 242 ASSERT_EQ(PERF_RECORD_SAMPLE, *val); in TEST_F()
|
/linux/tools/perf/arch/x86/tests/ |
H A D | sample-parsing.c | 68 event->header.type = PERF_RECORD_SAMPLE; in do_test()
|
/linux/tools/perf/tests/ |
H A D | openat-syscall-tp-fields.c | 108 if (type != PERF_RECORD_SAMPLE) { in test__syscall_openat_tp_fields()
|
H A D | sw-clock.c | 107 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 | 127 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 | sample-parsing.c | 306 event->header.type = PERF_RECORD_SAMPLE; in do_test()
|
H A D | dlfilter-test.c | 190 event->header.type = PERF_RECORD_SAMPLE; in write_sample()
|
H A D | switch-tracking.c | 178 if (event->header.type == PERF_RECORD_SAMPLE) in process_event()
|
H A D | code-reading.c | 411 if (event->header.type == PERF_RECORD_SAMPLE) in process_event()
|
/linux/tools/testing/selftests/bpf/benchs/ |
H A D | bench_ringbufs.c | 382 case PERF_RECORD_SAMPLE: in perfbuf_process_sample_raw() 508 if (ehdr->type == PERF_RECORD_SAMPLE) in perfbuf_custom_consumer()
|
/linux/tools/perf/util/ |
H A D | session.c | 707 [PERF_RECORD_SAMPLE] = perf_event__all64_swap, 976 if (event->header.type != PERF_RECORD_SAMPLE && in evlist__print_tstamp() 1034 if (event->header.type == PERF_RECORD_SAMPLE && evlist->trace_event_sample_raw) in dump_event() 1262 case PERF_RECORD_SAMPLE: in machines__deliver_event() 1673 (double) (stats->nr_events[PERF_RECORD_SAMPLE] + stats->total_lost_samples); in perf_session__warn_about_errors() 1676 stats->nr_events[PERF_RECORD_SAMPLE] + stats->total_lost_samples, in perf_session__warn_about_errors() 1731 stats->nr_events[PERF_RECORD_SAMPLE]); in perf_session__warn_about_errors()
|
H A D | amd-sample-raw.c | 271 if (event->header.type != PERF_RECORD_SAMPLE || !sample->raw_size) in evlist__amd_sample_raw()
|
H A D | s390-sample-raw.c | 292 if (event->header.type != PERF_RECORD_SAMPLE) in evlist__s390_sample_raw()
|
H A D | bpf_off_cpu.c | 304 .type = PERF_RECORD_SAMPLE, in off_cpu_write()
|
H A D | s390-cpumsf.c | 532 event.sample.header.type = PERF_RECORD_SAMPLE; in s390_cpumsf_make_event() 933 if (event->header.type == PERF_RECORD_SAMPLE && in s390_cpumsf_process_event()
|
H A D | python.c | 499 [PERF_RECORD_SAMPLE] = &pyrf_sample_event__type, 510 event->header.type > PERF_RECORD_SAMPLE) && in pyrf_event__new()
|
/linux/tools/perf/ |
H A D | builtin-top.c | 1135 if (event->header.type != PERF_RECORD_SAMPLE) in should_drop() 1169 if (event->header.type == PERF_RECORD_SAMPLE) { in deliver_event() 1201 if (event->header.type == PERF_RECORD_SAMPLE) in deliver_event() 1207 if (event->header.type == PERF_RECORD_SAMPLE) { in deliver_event()
|
/linux/tools/testing/selftests/powerpc/pmu/sampling_tests/ |
H A D | misc.c | 236 if (header->type == PERF_RECORD_SAMPLE) { in __event_read_samples()
|
/linux/include/uapi/linux/ |
H A D | perf_event.h | 1033 PERF_RECORD_SAMPLE = 9, enumerator
|
/linux/tools/include/uapi/linux/ |
H A D | perf_event.h | 1033 PERF_RECORD_SAMPLE = 9, enumerator
|
/linux/tools/perf/bench/ |
H A D | inject-buildid.c | 229 event.header.type = PERF_RECORD_SAMPLE; in synthesize_sample()
|
/linux/tools/perf/Documentation/ |
H A D | perf-amd-ibs.txt | 108 /* Look for PERF_RECORD_SAMPLE */
|