Home
last modified time | relevance | path

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

12

/linux/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/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/tools/perf/tests/
H A Dsw-clock.c109 if (event->header.type != PERF_RECORD_SAMPLE) in __test__sw_clock_freq()
H A Dopenat-syscall-tp-fields.c108 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 Dperf-record.c290 case PERF_RECORD_SAMPLE: in test__PERF_RECORD()
H A Dmmap-basic.c130 if (event->header.type != PERF_RECORD_SAMPLE) { in test__basic_mmap()
H A Dsample-parsing.c322 event->header.type = PERF_RECORD_SAMPLE; in do_test()
H A Ddlfilter-test.c189 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.c563 if (event->header.type == PERF_RECORD_SAMPLE) in process_event()
/linux/tools/testing/selftests/bpf/benchs/
H A Dbench_ringbufs.c435 case PERF_RECORD_SAMPLE: in perfbuf_libbpf_consumer()
561 if (ehdr->type == PERF_RECORD_SAMPLE)
/linux/tools/perf/
H A Dbuiltin-top.c1137 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 Dmisc.c215 * 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 Dsession.c728 [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 Damd-sample-raw.c314 if (event->header.type != PERF_RECORD_SAMPLE || !sample->raw_size) in evlist__amd_sample_raw()
H A Ds390-sample-raw.c337 if (event->header.type != PERF_RECORD_SAMPLE) in evlist__s390_sample_raw()
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 Dbpf_off_cpu.c329 .type = PERF_RECORD_SAMPLE, in off_cpu_write()
H A Dpowerpc-vpadtl.c197 event.sample.header.type = PERF_RECORD_SAMPLE; in powerpc_vpadtl_sample()
/linux/include/uapi/linux/
H A Dperf_event.h1059 PERF_RECORD_SAMPLE = 9, enumerator
/linux/tools/include/uapi/linux/
H A Dperf_event.h1059 PERF_RECORD_SAMPLE = 9, enumerator
/linux/tools/perf/bench/
H A Dinject-buildid.c229 event.header.type = PERF_RECORD_SAMPLE; in synthesize_sample()
/linux/tools/perf/Documentation/
H A Dperf-amd-ibs.txt117 /* Look for PERF_RECORD_SAMPLE */
/linux/tools/perf/arch/x86/tests/
H A Damd-ibs-period.c216 if (hdr.type == PERF_RECORD_SAMPLE) { in rb_drain_samples()

12