Home
last modified time | relevance | path

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

/tools/testing/selftests/bpf/prog_tests/
Dtask_fd_query_tp.c33 attr.sample_type = PERF_SAMPLE_RAW; in test_task_fd_query_tp_core()
Dtp_attach_query.c32 attr.sample_type = PERF_SAMPLE_RAW | PERF_SAMPLE_CALLCHAIN; in test_tp_attach_query()
/tools/testing/selftests/bpf/
Dget_cgroup_id_user.c99 attr.sample_type = PERF_SAMPLE_RAW; in main()
/tools/bpf/bpftool/
Dmap_perf_ring.c121 .sample_type = PERF_SAMPLE_RAW | PERF_SAMPLE_TIME, in do_event_pipe()
/tools/perf/Documentation/
Dperf-dlfilter.txt103 __u32 raw_size; /* Refer PERF_SAMPLE_RAW in <linux/perf_event.h> */
104 const void *raw_data; /* Refer PERF_SAMPLE_RAW in <linux/perf_event.h> */
/tools/perf/tests/
Dsample-parsing.c92 if (type & PERF_SAMPLE_RAW) { in samples_same()
Dparse-events.c20 #define PERF_TP_SAMPLE_TYPE (PERF_SAMPLE_RAW | PERF_SAMPLE_TIME | \
/tools/include/uapi/linux/
Dperf_event.h150 PERF_SAMPLE_RAW = 1U << 10, enumerator
/tools/testing/selftests/bpf/benchs/
Dbench_ringbufs.c409 attr.sample_type = PERF_SAMPLE_RAW; in perfbuf_libbpf_setup()
/tools/perf/util/
Devsel.c273 evsel->core.attr.sample_type |= (PERF_SAMPLE_RAW | PERF_SAMPLE_TIME | in evsel__new_idx()
459 .sample_type = (PERF_SAMPLE_RAW | PERF_SAMPLE_TIME | in evsel__newtp_idx()
2386 if (type & PERF_SAMPLE_RAW) { in evsel__parse_sample()
Dsynthetic-events.c1452 if (type & PERF_SAMPLE_RAW) { in perf_event__sample_event_size()
1625 if (type & PERF_SAMPLE_RAW) { in perf_event__synthesize_sample()
Dintel-pt.c3353 attr.sample_type |= PERF_SAMPLE_RAW; in intel_pt_synth_events()
/tools/lib/bpf/
Dlibbpf.c9959 attr.sample_type = PERF_SAMPLE_RAW; in perf_buffer__new()