Home
last modified time | relevance | path

Searched refs:PERF_SAMPLE_RAW (Results 1 – 15 of 15) sorted by relevance

/tools/perf/util/
A Doff_cpu.h16 PERF_SAMPLE_PERIOD | PERF_SAMPLE_RAW | \
A Dbpf_off_cpu.c377 if (sample_type & PERF_SAMPLE_RAW) { in off_cpu_write()
A Devsel.c423 evsel->core.attr.sample_type = (PERF_SAMPLE_RAW | PERF_SAMPLE_TIME | in evsel__new_idx()
583 .sample_type = (PERF_SAMPLE_RAW | PERF_SAMPLE_TIME | in evsel__newtp_idx()
1266 evsel->core.attr.sample_type & PERF_SAMPLE_RAW; in evsel__is_offcpu_event()
3139 if (type & PERF_SAMPLE_RAW) { in evsel__parse_sample()
A Dsynthetic-events.c1506 if (type & PERF_SAMPLE_RAW) { in perf_event__sample_event_size()
1702 if (type & PERF_SAMPLE_RAW) { in perf_event__synthesize_sample()
A Dintel-pt.c4068 attr.sample_type |= PERF_SAMPLE_RAW; in intel_pt_synth_events()
/tools/testing/selftests/user_events/
A Dperf_test.c162 pe.sample_type = PERF_SAMPLE_RAW; in TEST_F()
224 pe.sample_type = PERF_SAMPLE_RAW; in TEST_F()
/tools/testing/selftests/bpf/prog_tests/
A Dtask_fd_query_tp.c38 attr.sample_type = PERF_SAMPLE_RAW; in test_task_fd_query_tp_core()
A Dtp_attach_query.c37 attr.sample_type = PERF_SAMPLE_RAW | PERF_SAMPLE_CALLCHAIN; in serial_test_tp_attach_query()
/tools/bpf/bpftool/
A Dmap_perf_ring.c113 .sample_type = PERF_SAMPLE_RAW | PERF_SAMPLE_TIME, in do_event_pipe()
/tools/perf/Documentation/
A Dperf-dlfilter.txt109 __u32 raw_size; /* Refer PERF_SAMPLE_RAW in <linux/perf_event.h> */
110 const void *raw_data; /* Refer PERF_SAMPLE_RAW in <linux/perf_event.h> */
/tools/perf/tests/
A Dsample-parsing.c107 if (type & PERF_SAMPLE_RAW) { in samples_same()
A Dparse-events.c20 #define PERF_TP_SAMPLE_TYPE (PERF_SAMPLE_RAW | PERF_SAMPLE_TIME | \
/tools/include/uapi/linux/
A Dperf_event.h153 PERF_SAMPLE_RAW = 1U << 10, enumerator
/tools/testing/selftests/bpf/benchs/
A Dbench_ringbufs.c404 attr.sample_type = PERF_SAMPLE_RAW; in perfbuf_libbpf_setup()
/tools/lib/bpf/
A Dlibbpf.c13423 attr.sample_type = PERF_SAMPLE_RAW; in perf_buffer__new()

Completed in 62 milliseconds