Home
last modified time | relevance | path

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

12

/tools/bpf/bpftool/
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()
/tools/testing/selftests/user_events/
A Dperf_test.c183 ASSERT_EQ(PERF_RECORD_SAMPLE, *val); in TEST_F()
242 ASSERT_EQ(PERF_RECORD_SAMPLE, *val); in TEST_F()
/tools/perf/tests/
A Dsw-clock.c108 if (event->header.type != PERF_RECORD_SAMPLE) in __test__sw_clock_freq()
A Dopenat-syscall-tp-fields.c108 if (type != PERF_RECORD_SAMPLE) { in test__syscall_openat_tp_fields()
A Dbackward-ring-buffer.c46 case PERF_RECORD_SAMPLE: in count_samples()
A Dperf-record.c271 case PERF_RECORD_SAMPLE: in test__PERF_RECORD()
A Dmmap-basic.c130 if (event->header.type != PERF_RECORD_SAMPLE) { in test__basic_mmap()
A Dsample-parsing.c322 event->header.type = PERF_RECORD_SAMPLE; in do_test()
A Ddlfilter-test.c190 event->header.type = PERF_RECORD_SAMPLE; in write_sample()
A Dswitch-tracking.c184 if (event->header.type == PERF_RECORD_SAMPLE) in process_event()
A Dcode-reading.c507 if (event->header.type == PERF_RECORD_SAMPLE) in process_event()
/tools/testing/selftests/bpf/benchs/
A Dbench_ringbufs.c382 case PERF_RECORD_SAMPLE: in perfbuf_process_sample_raw()
508 if (ehdr->type == PERF_RECORD_SAMPLE) in perfbuf_custom_consumer()
/tools/perf/util/
A Ds390-sample-raw.c292 if (event->header.type != PERF_RECORD_SAMPLE) in evlist__s390_sample_raw()
A Damd-sample-raw.c314 if (event->header.type != PERF_RECORD_SAMPLE || !sample->raw_size) in evlist__amd_sample_raw()
A Dsession.c713 [PERF_RECORD_SAMPLE] = perf_event__all64_swap,
992 if (event->header.type != PERF_RECORD_SAMPLE && in evlist__print_tstamp()
1050 if (event->header.type == PERF_RECORD_SAMPLE && evlist->trace_event_sample_raw) in dump_event()
1288 case PERF_RECORD_SAMPLE: in machines__deliver_event()
1740 (double) (stats->nr_events[PERF_RECORD_SAMPLE] + stats->total_lost_samples); in perf_session__warn_about_errors()
1743 stats->nr_events[PERF_RECORD_SAMPLE] + stats->total_lost_samples, in perf_session__warn_about_errors()
1798 stats->nr_events[PERF_RECORD_SAMPLE]); in perf_session__warn_about_errors()
A Dbpf_off_cpu.c328 .type = PERF_RECORD_SAMPLE, in off_cpu_write()
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()
A Dpython.c475 [PERF_RECORD_SAMPLE] = &pyrf_sample_event__type,
486 event->header.type > PERF_RECORD_SAMPLE) && in pyrf_event__new()
A Devent.c52 [PERF_RECORD_SAMPLE] = "SAMPLE",
A Dintel-bts.c298 event.sample.header.type = PERF_RECORD_SAMPLE; in intel_bts_synth_branch_sample()
/tools/testing/selftests/powerpc/pmu/sampling_tests/
A Dmisc.c243 if (header->type == PERF_RECORD_SAMPLE) { in __event_read_samples()
/tools/perf/
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()
/tools/include/uapi/linux/
A Dperf_event.h1055 PERF_RECORD_SAMPLE = 9, enumerator
/tools/perf/bench/
A Dinject-buildid.c229 event.header.type = PERF_RECORD_SAMPLE; in synthesize_sample()
/tools/perf/Documentation/
A Dperf-amd-ibs.txt117 /* Look for PERF_RECORD_SAMPLE */

Completed in 42 milliseconds

12