/openbmc/linux/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()
|
/openbmc/linux/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()
|
/openbmc/linux/tools/testing/selftests/bpf/ |
H A D | get_cgroup_id_user.c | 107 attr.sample_type = PERF_SAMPLE_RAW; in main()
|
/openbmc/linux/tools/bpf/bpftool/ |
H A D | map_perf_ring.c | 113 .sample_type = PERF_SAMPLE_RAW | PERF_SAMPLE_TIME, in do_event_pipe()
|
/openbmc/linux/arch/s390/kernel/ |
H A D | perf_pai_crypto.c | 228 a->sample_type |= PERF_SAMPLE_RAW; in paicrypt_event_init() 365 if (event->attr.sample_type & PERF_SAMPLE_RAW) { in paicrypt_push_sample()
|
H A D | perf_pai_ext.c | 273 a->sample_type |= PERF_SAMPLE_RAW; in paiext_event_init() 454 if (event->attr.sample_type & PERF_SAMPLE_RAW) { in paiext_push_sample()
|
H A D | perf_cpum_cf.c | 977 if (event->attr.sample_type & PERF_SAMPLE_RAW) { in cfdiag_push_sample() 1808 !(attr->sample_type & (PERF_SAMPLE_CPU | PERF_SAMPLE_RAW))) { in cfdiag_event_init()
|
/openbmc/linux/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> */
|
/openbmc/linux/arch/x86/events/amd/ |
H A D | ibs.c | 1007 if (sample_type & PERF_SAMPLE_RAW || in perf_ibs_get_offset_max() 1081 if (event->attr.sample_type & PERF_SAMPLE_RAW) { in perf_ibs_handle_irq() 1111 if (event->attr.sample_type & PERF_SAMPLE_RAW) { in perf_ibs_handle_irq()
|
/openbmc/linux/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 | \
|
/openbmc/linux/tools/include/uapi/linux/ |
H A D | perf_event.h | 150 PERF_SAMPLE_RAW = 1U << 10, enumerator
|
/openbmc/linux/include/uapi/linux/ |
H A D | perf_event.h | 150 PERF_SAMPLE_RAW = 1U << 10, enumerator
|
/openbmc/linux/kernel/trace/ |
H A D | trace_event_perf.c | 76 if (!(p_event->attr.sample_type & PERF_SAMPLE_RAW)) in perf_trace_event_perm()
|
/openbmc/linux/tools/testing/selftests/bpf/benchs/ |
H A D | bench_ringbufs.c | 404 attr.sample_type = PERF_SAMPLE_RAW; in perfbuf_libbpf_setup()
|
/openbmc/linux/tools/perf/util/ |
H A D | evsel.c | 308 evsel->core.attr.sample_type = (PERF_SAMPLE_RAW | PERF_SAMPLE_TIME | in evsel__new_idx() 464 .sample_type = (PERF_SAMPLE_RAW | PERF_SAMPLE_TIME | in evsel__newtp_idx() 2506 if (type & PERF_SAMPLE_RAW) { in evsel__parse_sample()
|
H A D | synthetic-events.c | 1482 if (type & PERF_SAMPLE_RAW) { in perf_event__sample_event_size() 1672 if (type & PERF_SAMPLE_RAW) { in perf_event__synthesize_sample()
|
H A D | intel-pt.c | 3840 attr.sample_type |= PERF_SAMPLE_RAW; in intel_pt_synth_events()
|
/openbmc/linux/include/linux/ |
H A D | perf_event.h | 1253 data->sample_flags |= PERF_SAMPLE_RAW; in perf_sample_save_raw_data()
|
/openbmc/linux/kernel/events/ |
H A D | core.c | 7399 if (sample_type & PERF_SAMPLE_RAW) { in perf_output_sample() 7722 if (filtered_sample_type & PERF_SAMPLE_RAW) { in perf_prepare_sample() 7725 data->sample_flags |= PERF_SAMPLE_RAW; in perf_prepare_sample()
|
/openbmc/linux/tools/lib/bpf/ |
H A D | libbpf.c | 12451 attr.sample_type = PERF_SAMPLE_RAW; in perf_buffer__new()
|