| /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/tests/ |
| H A D | sw-clock.c | 109 if (event->header.type != PERF_RECORD_SAMPLE) in __test__sw_clock_freq()
|
| H A D | openat-syscall-tp-fields.c | 108 if (type != PERF_RECORD_SAMPLE) { in test__syscall_openat_tp_fields()
|
| H A D | backward-ring-buffer.c | 46 case PERF_RECORD_SAMPLE: in count_samples()
|
| H A D | perf-record.c | 290 case PERF_RECORD_SAMPLE: in test__PERF_RECORD()
|
| H A D | mmap-basic.c | 130 if (event->header.type != PERF_RECORD_SAMPLE) { in test__basic_mmap()
|
| H A D | sample-parsing.c | 322 event->header.type = PERF_RECORD_SAMPLE; in do_test()
|
| H A D | dlfilter-test.c | 189 event->header.type = PERF_RECORD_SAMPLE; in write_sample()
|
| H A D | switch-tracking.c | 184 if (event->header.type == PERF_RECORD_SAMPLE) in process_event()
|
| H A D | code-reading.c | 563 if (event->header.type == PERF_RECORD_SAMPLE) in process_event()
|
| /linux/tools/testing/selftests/bpf/benchs/ |
| H A D | bench_ringbufs.c | 435 case PERF_RECORD_SAMPLE: in perfbuf_libbpf_consumer() 561 if (ehdr->type == PERF_RECORD_SAMPLE)
|
| /linux/tools/perf/ |
| H A D | builtin-top.c | 1137 if (event->header.type != PERF_RECORD_SAMPLE) in should_drop() 1172 if (event->header.type == PERF_RECORD_SAMPLE) { in deliver_event() 1206 if (event->header.type == PERF_RECORD_SAMPLE) in deliver_event() 1212 if (event->header.type == PERF_RECORD_SAMPLE) { in deliver_event()
|
| /linux/tools/testing/selftests/powerpc/pmu/sampling_tests/ |
| H A D | misc.c | 215 * PERF_RECORD_SAMPLE: in __event_read_samples() 243 if (header->type == PERF_RECORD_SAMPLE) { in __event_read_samples() 291 * PERF_RECORD_SAMPLE and PERF_SAMPLE_BRANCH_STACK: in get_intr_regs()
|
| /linux/tools/perf/util/ |
| H A D | session.c | 728 [PERF_RECORD_SAMPLE] = perf_event__all64_swap, 1037 if (event->header.type != PERF_RECORD_SAMPLE && in evlist__print_tstamp() 1095 if (event->header.type == PERF_RECORD_SAMPLE && evlist->trace_event_sample_raw) in dump_event() 1454 case PERF_RECORD_SAMPLE: in machines__deliver_event() 1932 (double) (stats->nr_events[PERF_RECORD_SAMPLE] + stats->total_lost_samples); in perf_session__warn_about_errors() 1935 stats->nr_events[PERF_RECORD_SAMPLE] + stats->total_lost_samples, in perf_session__warn_about_errors() 1990 stats->nr_events[PERF_RECORD_SAMPLE]); in perf_session__warn_about_errors()
|
| H A D | amd-sample-raw.c | 314 if (event->header.type != PERF_RECORD_SAMPLE || !sample->raw_size) in evlist__amd_sample_raw()
|
| H A D | s390-sample-raw.c | 337 if (event->header.type != PERF_RECORD_SAMPLE) in evlist__s390_sample_raw()
|
| H A D | s390-cpumsf.c | 533 event.sample.header.type = PERF_RECORD_SAMPLE; in s390_cpumsf_make_event() 935 if (event->header.type == PERF_RECORD_SAMPLE && in s390_cpumsf_process_event()
|
| H A D | bpf_off_cpu.c | 329 .type = PERF_RECORD_SAMPLE, in off_cpu_write()
|
| H A D | powerpc-vpadtl.c | 197 event.sample.header.type = PERF_RECORD_SAMPLE; in powerpc_vpadtl_sample()
|
| /linux/include/uapi/linux/ |
| H A D | perf_event.h | 1059 PERF_RECORD_SAMPLE = 9, enumerator
|
| /linux/tools/include/uapi/linux/ |
| H A D | perf_event.h | 1059 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 | 117 /* Look for PERF_RECORD_SAMPLE */
|
| /linux/tools/perf/arch/x86/tests/ |
| H A D | amd-ibs-period.c | 216 if (hdr.type == PERF_RECORD_SAMPLE) { in rb_drain_samples()
|