Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/user_events/
H A Dperf_test.c162 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 Dtask_fd_query_tp.c38 attr.sample_type = PERF_SAMPLE_RAW; in test_task_fd_query_tp_core()
H A Dtp_attach_query.c37 attr.sample_type = PERF_SAMPLE_RAW | PERF_SAMPLE_CALLCHAIN; in serial_test_tp_attach_query()
/openbmc/linux/tools/testing/selftests/bpf/
H A Dget_cgroup_id_user.c107 attr.sample_type = PERF_SAMPLE_RAW; in main()
/openbmc/linux/tools/bpf/bpftool/
H A Dmap_perf_ring.c113 .sample_type = PERF_SAMPLE_RAW | PERF_SAMPLE_TIME, in do_event_pipe()
/openbmc/linux/arch/s390/kernel/
H A Dperf_pai_crypto.c228 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 Dperf_pai_ext.c273 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 Dperf_cpum_cf.c977 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 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> */
/openbmc/linux/arch/x86/events/amd/
H A Dibs.c1007 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 Dsample-parsing.c107 if (type & PERF_SAMPLE_RAW) { in samples_same()
H A Dparse-events.c20 #define PERF_TP_SAMPLE_TYPE (PERF_SAMPLE_RAW | PERF_SAMPLE_TIME | \
/openbmc/linux/tools/include/uapi/linux/
H A Dperf_event.h150 PERF_SAMPLE_RAW = 1U << 10, enumerator
/openbmc/linux/include/uapi/linux/
H A Dperf_event.h150 PERF_SAMPLE_RAW = 1U << 10, enumerator
/openbmc/linux/kernel/trace/
H A Dtrace_event_perf.c76 if (!(p_event->attr.sample_type & PERF_SAMPLE_RAW)) in perf_trace_event_perm()
/openbmc/linux/tools/testing/selftests/bpf/benchs/
H A Dbench_ringbufs.c404 attr.sample_type = PERF_SAMPLE_RAW; in perfbuf_libbpf_setup()
/openbmc/linux/tools/perf/util/
H A Devsel.c308 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 Dsynthetic-events.c1482 if (type & PERF_SAMPLE_RAW) { in perf_event__sample_event_size()
1672 if (type & PERF_SAMPLE_RAW) { in perf_event__synthesize_sample()
H A Dintel-pt.c3840 attr.sample_type |= PERF_SAMPLE_RAW; in intel_pt_synth_events()
/openbmc/linux/include/linux/
H A Dperf_event.h1253 data->sample_flags |= PERF_SAMPLE_RAW; in perf_sample_save_raw_data()
/openbmc/linux/kernel/events/
H A Dcore.c7391 if (sample_type & PERF_SAMPLE_RAW) { in perf_output_sample()
7714 if (filtered_sample_type & PERF_SAMPLE_RAW) { in perf_prepare_sample()
7717 data->sample_flags |= PERF_SAMPLE_RAW; in perf_prepare_sample()
/openbmc/linux/tools/lib/bpf/
H A Dlibbpf.c12451 attr.sample_type = PERF_SAMPLE_RAW; in perf_buffer__new()