Home
last modified time | relevance | path

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

12

/linux-6.15/tools/bpf/bpftool/
H A Dmap_perf_ring.c77 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 Dperf_test.c183 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 Dsample-parsing.c68 event->header.type = PERF_RECORD_SAMPLE; in do_test()
/linux-6.15/tools/perf/tests/
H A Dsw-clock.c108 if (event->header.type != PERF_RECORD_SAMPLE) in __test__sw_clock_freq()
H A Dopenat-syscall-tp-fields.c109 if (type != PERF_RECORD_SAMPLE) { in test__syscall_openat_tp_fields()
H A Dbackward-ring-buffer.c46 case PERF_RECORD_SAMPLE: in count_samples()
H A Dmmap-basic.c127 if (event->header.type != PERF_RECORD_SAMPLE) { in test__basic_mmap()
H A Dperf-record.c272 case PERF_RECORD_SAMPLE: in test__PERF_RECORD()
H A Dsample-parsing.c314 event->header.type = PERF_RECORD_SAMPLE; in do_test()
H A Ddlfilter-test.c190 event->header.type = PERF_RECORD_SAMPLE; in write_sample()
H A Dswitch-tracking.c184 if (event->header.type == PERF_RECORD_SAMPLE) in process_event()
H A Dcode-reading.c507 if (event->header.type == PERF_RECORD_SAMPLE) in process_event()
/linux-6.15/tools/testing/selftests/bpf/benchs/
H A Dbench_ringbufs.c382 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 Dsession.c708 [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 Damd-sample-raw.c271 if (event->header.type != PERF_RECORD_SAMPLE || !sample->raw_size) in evlist__amd_sample_raw()
H A Ds390-sample-raw.c292 if (event->header.type != PERF_RECORD_SAMPLE) in evlist__s390_sample_raw()
H A Dbpf_off_cpu.c309 .type = PERF_RECORD_SAMPLE, in off_cpu_write()
H A Ds390-cpumsf.c533 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 Dpython.c463 [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 Dmisc.c243 if (header->type == PERF_RECORD_SAMPLE) { in __event_read_samples()
/linux-6.15/tools/perf/
H A Dbuiltin-top.c1135 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 Dperf_event.h1044 PERF_RECORD_SAMPLE = 9, enumerator
/linux-6.15/include/uapi/linux/
H A Dperf_event.h1044 PERF_RECORD_SAMPLE = 9, enumerator
/linux-6.15/tools/perf/bench/
H A Dinject-buildid.c229 event.header.type = PERF_RECORD_SAMPLE; in synthesize_sample()
/linux-6.15/tools/perf/Documentation/
H A Dperf-amd-ibs.txt108 /* Look for PERF_RECORD_SAMPLE */

12