| /linux-6.15/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-6.15/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-6.15/tools/perf/arch/x86/tests/ |
| H A D | sample-parsing.c | 68 event->header.type = PERF_RECORD_SAMPLE; in do_test()
|
| /linux-6.15/tools/perf/tests/ |
| H A D | sw-clock.c | 108 if (event->header.type != PERF_RECORD_SAMPLE) in __test__sw_clock_freq()
|
| H A D | openat-syscall-tp-fields.c | 109 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 | mmap-basic.c | 127 if (event->header.type != PERF_RECORD_SAMPLE) { in test__basic_mmap()
|
| H A D | perf-record.c | 272 case PERF_RECORD_SAMPLE: in test__PERF_RECORD()
|
| H A D | sample-parsing.c | 314 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 | 184 if (event->header.type == PERF_RECORD_SAMPLE) in process_event()
|
| H A D | code-reading.c | 507 if (event->header.type == PERF_RECORD_SAMPLE) in process_event()
|
| /linux-6.15/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-6.15/tools/perf/util/ |
| H A D | session.c | 708 [PERF_RECORD_SAMPLE] = perf_event__all64_swap, 987 if (event->header.type != PERF_RECORD_SAMPLE && in evlist__print_tstamp() 1045 if (event->header.type == PERF_RECORD_SAMPLE && evlist->trace_event_sample_raw) in dump_event() 1283 case PERF_RECORD_SAMPLE: in machines__deliver_event() 1720 (double) (stats->nr_events[PERF_RECORD_SAMPLE] + stats->total_lost_samples); in perf_session__warn_about_errors() 1723 stats->nr_events[PERF_RECORD_SAMPLE] + stats->total_lost_samples, in perf_session__warn_about_errors() 1778 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 | 309 .type = PERF_RECORD_SAMPLE, in off_cpu_write()
|
| 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 | python.c | 463 [PERF_RECORD_SAMPLE] = &pyrf_sample_event__type, 474 event->header.type > PERF_RECORD_SAMPLE) && in pyrf_event__new()
|
| /linux-6.15/tools/testing/selftests/powerpc/pmu/sampling_tests/ |
| H A D | misc.c | 243 if (header->type == PERF_RECORD_SAMPLE) { in __event_read_samples()
|
| /linux-6.15/tools/perf/ |
| H A D | builtin-top.c | 1135 if (event->header.type != PERF_RECORD_SAMPLE) in should_drop() 1170 if (event->header.type == PERF_RECORD_SAMPLE) { in deliver_event() 1204 if (event->header.type == PERF_RECORD_SAMPLE) in deliver_event() 1210 if (event->header.type == PERF_RECORD_SAMPLE) { in deliver_event()
|
| /linux-6.15/tools/include/uapi/linux/ |
| H A D | perf_event.h | 1044 PERF_RECORD_SAMPLE = 9, enumerator
|
| /linux-6.15/include/uapi/linux/ |
| H A D | perf_event.h | 1044 PERF_RECORD_SAMPLE = 9, enumerator
|
| /linux-6.15/tools/perf/bench/ |
| H A D | inject-buildid.c | 229 event.header.type = PERF_RECORD_SAMPLE; in synthesize_sample()
|
| /linux-6.15/tools/perf/Documentation/ |
| H A D | perf-amd-ibs.txt | 108 /* Look for PERF_RECORD_SAMPLE */
|