Home
last modified time | relevance | path

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

12

/linux-6.6.21/tools/bpf/bpftool/
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.6.21/tools/testing/selftests/user_events/
Dperf_test.c183 ASSERT_EQ(PERF_RECORD_SAMPLE, *val); in TEST_F()
242 ASSERT_EQ(PERF_RECORD_SAMPLE, *val); in TEST_F()
/linux-6.6.21/tools/perf/arch/x86/tests/
Dsample-parsing.c68 event->header.type = PERF_RECORD_SAMPLE; in do_test()
/linux-6.6.21/tools/perf/tests/
Dopenat-syscall-tp-fields.c108 if (type != PERF_RECORD_SAMPLE) { in test__syscall_openat_tp_fields()
Dsw-clock.c107 if (event->header.type != PERF_RECORD_SAMPLE) in __test__sw_clock_freq()
Dbackward-ring-buffer.c46 case PERF_RECORD_SAMPLE: in count_samples()
Dmmap-basic.c127 if (event->header.type != PERF_RECORD_SAMPLE) { in test__basic_mmap()
Dperf-record.c271 case PERF_RECORD_SAMPLE: in test__PERF_RECORD()
Dsample-parsing.c306 event->header.type = PERF_RECORD_SAMPLE; in do_test()
Ddlfilter-test.c190 event->header.type = PERF_RECORD_SAMPLE; in write_sample()
Dswitch-tracking.c178 if (event->header.type == PERF_RECORD_SAMPLE) in process_event()
Dcode-reading.c401 if (event->header.type == PERF_RECORD_SAMPLE) in process_event()
/linux-6.6.21/tools/testing/selftests/bpf/benchs/
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.6.21/tools/perf/util/
Ds390-sample-raw.c224 if (event->header.type != PERF_RECORD_SAMPLE) in evlist__s390_sample_raw()
Damd-sample-raw.c271 if (event->header.type != PERF_RECORD_SAMPLE || !sample->raw_size) in evlist__amd_sample_raw()
Dsession.c1007 [PERF_RECORD_SAMPLE] = perf_event__all64_swap,
1263 if (event->header.type != PERF_RECORD_SAMPLE && in evlist__print_tstamp()
1321 if (event->header.type == PERF_RECORD_SAMPLE && evlist->trace_event_sample_raw) in dump_event()
1546 case PERF_RECORD_SAMPLE: in machines__deliver_event()
1933 (double) (stats->nr_events[PERF_RECORD_SAMPLE] + stats->total_lost_samples); in perf_session__warn_about_errors()
1936 stats->nr_events[PERF_RECORD_SAMPLE] + stats->total_lost_samples, in perf_session__warn_about_errors()
1991 stats->nr_events[PERF_RECORD_SAMPLE]); in perf_session__warn_about_errors()
Dbpf_off_cpu.c302 .type = PERF_RECORD_SAMPLE, in off_cpu_write()
Ds390-cpumsf.c532 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()
Dpython.c648 [PERF_RECORD_SAMPLE] = &pyrf_sample_event__type,
659 event->header.type > PERF_RECORD_SAMPLE) && in pyrf_event__new()
Devent.c49 [PERF_RECORD_SAMPLE] = "SAMPLE",
/linux-6.6.21/tools/testing/selftests/powerpc/pmu/sampling_tests/
Dmisc.c236 if (header->type == PERF_RECORD_SAMPLE) { in __event_read_samples()
/linux-6.6.21/tools/perf/
Dbuiltin-top.c1129 if (event->header.type != PERF_RECORD_SAMPLE) in should_drop()
1163 if (event->header.type == PERF_RECORD_SAMPLE) { in deliver_event()
1195 if (event->header.type == PERF_RECORD_SAMPLE) in deliver_event()
1201 if (event->header.type == PERF_RECORD_SAMPLE) { in deliver_event()
/linux-6.6.21/include/uapi/linux/
Dperf_event.h1023 PERF_RECORD_SAMPLE = 9, enumerator
/linux-6.6.21/tools/include/uapi/linux/
Dperf_event.h1023 PERF_RECORD_SAMPLE = 9, enumerator
/linux-6.6.21/tools/perf/bench/
Dinject-buildid.c229 event.header.type = PERF_RECORD_SAMPLE; in synthesize_sample()

12