| /linux-6.15/tools/testing/selftests/user_events/ |
| H A D | perf_test.c | 162 pe.sample_type = PERF_SAMPLE_RAW; in TEST_F() 224 pe.sample_type = PERF_SAMPLE_RAW; in TEST_F()
|
| /linux-6.15/tools/testing/selftests/bpf/prog_tests/ |
| H A D | task_fd_query_tp.c | 38 attr.sample_type = PERF_SAMPLE_RAW; in test_task_fd_query_tp_core()
|
| H A D | tp_attach_query.c | 37 attr.sample_type = PERF_SAMPLE_RAW | PERF_SAMPLE_CALLCHAIN; in serial_test_tp_attach_query()
|
| /linux-6.15/arch/x86/events/amd/ |
| H A D | ibs.c | 1155 if (event->attr.sample_type & PERF_SAMPLE_RAW || in perf_ibs_get_offset_max() 1167 u64 sample_type_mask = PERF_SAMPLE_ADDR | PERF_SAMPLE_RAW; in perf_ibs_is_kernel_data_addr() 1188 return unlikely((event->attr.sample_type & PERF_SAMPLE_RAW) && in perf_ibs_is_kernel_br_target() 1304 if (event->attr.sample_type & PERF_SAMPLE_RAW) { in perf_ibs_handle_irq() 1345 if ((event->attr.sample_type & PERF_SAMPLE_RAW) && in perf_ibs_handle_irq() 1350 if (event->attr.sample_type & PERF_SAMPLE_RAW) { in perf_ibs_handle_irq()
|
| /linux-6.15/tools/bpf/bpftool/ |
| H A D | map_perf_ring.c | 113 .sample_type = PERF_SAMPLE_RAW | PERF_SAMPLE_TIME, in do_event_pipe()
|
| /linux-6.15/arch/s390/kernel/ |
| H A D | perf_pai_crypto.c | 324 a->sample_type |= PERF_SAMPLE_RAW; in paicrypt_event_init() 478 if (event->attr.sample_type & PERF_SAMPLE_RAW) { in paicrypt_push_sample()
|
| H A D | perf_pai_ext.c | 314 a->sample_type |= PERF_SAMPLE_RAW; in paiext_event_init() 503 if (event->attr.sample_type & PERF_SAMPLE_RAW) { in paiext_push_sample()
|
| H A D | perf_cpum_cf.c | 976 if (event->attr.sample_type & PERF_SAMPLE_RAW) { in cfdiag_push_sample() 1806 !(attr->sample_type & (PERF_SAMPLE_CPU | PERF_SAMPLE_RAW))) { in cfdiag_event_init()
|
| /linux-6.15/tools/perf/Documentation/ |
| H A D | perf-dlfilter.txt | 109 __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> */
|
| /linux-6.15/include/linux/ |
| H A D | perf_event.h | 1333 if (!(event->attr.sample_type & PERF_SAMPLE_RAW)) in perf_sample_save_raw_data() 1335 if (WARN_ON_ONCE(data->sample_flags & PERF_SAMPLE_RAW)) in perf_sample_save_raw_data() 1351 data->sample_flags |= PERF_SAMPLE_RAW; in perf_sample_save_raw_data()
|
| /linux-6.15/tools/include/uapi/linux/ |
| H A D | perf_event.h | 150 PERF_SAMPLE_RAW = 1U << 10, enumerator
|
| /linux-6.15/include/uapi/linux/ |
| H A D | perf_event.h | 150 PERF_SAMPLE_RAW = 1U << 10, enumerator
|
| /linux-6.15/kernel/trace/ |
| H A D | trace_event_perf.c | 76 if (!(p_event->attr.sample_type & PERF_SAMPLE_RAW)) in perf_trace_event_perm()
|
| /linux-6.15/tools/perf/tests/ |
| H A D | sample-parsing.c | 107 if (type & PERF_SAMPLE_RAW) { in samples_same()
|
| H A D | parse-events.c | 20 #define PERF_TP_SAMPLE_TYPE (PERF_SAMPLE_RAW | PERF_SAMPLE_TIME | \
|
| /linux-6.15/tools/testing/selftests/bpf/benchs/ |
| H A D | bench_ringbufs.c | 404 attr.sample_type = PERF_SAMPLE_RAW; in perfbuf_libbpf_setup()
|
| /linux-6.15/tools/perf/util/ |
| H A D | evsel.c | 420 evsel->core.attr.sample_type = (PERF_SAMPLE_RAW | PERF_SAMPLE_TIME | in evsel__new_idx() 598 .sample_type = (PERF_SAMPLE_RAW | PERF_SAMPLE_TIME | in evsel__newtp_idx() 3085 if (type & PERF_SAMPLE_RAW) { in evsel__parse_sample()
|
| H A D | synthetic-events.c | 1500 if (type & PERF_SAMPLE_RAW) { in perf_event__sample_event_size() 1690 if (type & PERF_SAMPLE_RAW) { in perf_event__synthesize_sample()
|
| H A D | intel-pt.c | 3870 attr.sample_type |= PERF_SAMPLE_RAW; in intel_pt_synth_events()
|
| /linux-6.15/kernel/events/ |
| H A D | core.c | 7792 if (sample_type & PERF_SAMPLE_RAW) { in perf_output_sample() 8123 if (filtered_sample_type & PERF_SAMPLE_RAW) { in perf_prepare_sample() 8126 data->sample_flags |= PERF_SAMPLE_RAW; in perf_prepare_sample()
|
| /linux-6.15/tools/lib/bpf/ |
| H A D | libbpf.c | 13373 attr.sample_type = PERF_SAMPLE_RAW; in perf_buffer__new()
|