Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Doff_cpu.h16 PERF_SAMPLE_PERIOD | PERF_SAMPLE_RAW | \
H A Dbpf_off_cpu.c378 if (sample_type & PERF_SAMPLE_RAW) { in off_cpu_write()
H A Devsel.c424 evsel->core.attr.sample_type = (PERF_SAMPLE_RAW | PERF_SAMPLE_TIME | in evsel__new_idx()
585 .sample_type = (PERF_SAMPLE_RAW | PERF_SAMPLE_TIME | in evsel__newtp_idx()
1462 evsel->core.attr.sample_type & PERF_SAMPLE_RAW; in evsel__is_offcpu_event()
3390 if (type & PERF_SAMPLE_RAW) { in evsel__parse_sample()
H A Dsynthetic-events.c1511 if (type & PERF_SAMPLE_RAW) { in perf_event__sample_event_size()
1707 if (type & PERF_SAMPLE_RAW) { in perf_event__synthesize_sample()
H A Dintel-pt.c4066 attr.sample_type |= PERF_SAMPLE_RAW; in intel_pt_synth_events()
/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()
/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()
/linux/arch/x86/events/amd/
H A Dibs.c1156 if (event->attr.sample_type & PERF_SAMPLE_RAW || in perf_ibs_get_offset_max()
1168 u64 sample_type_mask = PERF_SAMPLE_ADDR | PERF_SAMPLE_RAW; in perf_ibs_is_kernel_data_addr()
1189 return unlikely((event->attr.sample_type & PERF_SAMPLE_RAW) && in perf_ibs_is_kernel_br_target()
1305 if (event->attr.sample_type & PERF_SAMPLE_RAW) { in perf_ibs_handle_irq()
1346 if ((event->attr.sample_type & PERF_SAMPLE_RAW) && in perf_ibs_handle_irq()
1351 if (event->attr.sample_type & PERF_SAMPLE_RAW) { in perf_ibs_handle_irq()
/linux/tools/bpf/bpftool/
H A Dmap_perf_ring.c113 .sample_type = PERF_SAMPLE_RAW | PERF_SAMPLE_TIME, in do_event_pipe()
/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> */
/linux/include/linux/
H A Dperf_event.h1400 if (!(event->attr.sample_type & PERF_SAMPLE_RAW)) in perf_sample_save_raw_data()
1402 if (WARN_ON_ONCE(data->sample_flags & PERF_SAMPLE_RAW)) in perf_sample_save_raw_data()
1418 data->sample_flags |= PERF_SAMPLE_RAW; in perf_sample_save_raw_data()
/linux/arch/s390/kernel/
H A Dperf_pai.c402 a->sample_type |= PERF_SAMPLE_RAW; in pai_event_init()
629 if (event->attr.sample_type & PERF_SAMPLE_RAW) { in pai_push_sample()
H A Dperf_cpum_cf.c974 if (event->attr.sample_type & PERF_SAMPLE_RAW) { in cfdiag_push_sample()
1801 !(attr->sample_type & (PERF_SAMPLE_CPU | PERF_SAMPLE_RAW))) { in cfdiag_event_init()
/linux/tools/perf/tests/
H A Dsample-parsing.c107 if (type & PERF_SAMPLE_RAW) { in samples_same()
H A Dparse-events.c22 #define PERF_TP_SAMPLE_TYPE (PERF_SAMPLE_RAW | PERF_SAMPLE_TIME | \
/linux/include/uapi/linux/
H A Dperf_event.h153 PERF_SAMPLE_RAW = 1U << 10, enumerator
/linux/tools/include/uapi/linux/
H A Dperf_event.h153 PERF_SAMPLE_RAW = 1U << 10, enumerator
/linux/tools/testing/selftests/bpf/benchs/
H A Dbench_ringbufs.c457 attr.sample_type = PERF_SAMPLE_RAW;
/linux/kernel/events/
H A Dcore.c8229 if (sample_type & PERF_SAMPLE_RAW) { in perf_output_sample()
8574 if (filtered_sample_type & PERF_SAMPLE_RAW) { in perf_prepare_sample()
8577 data->sample_flags |= PERF_SAMPLE_RAW; in perf_prepare_sample()
/linux/tools/lib/bpf/
H A Dlibbpf.c13772 attr.sample_type = PERF_SAMPLE_RAW; in perf_buffer__new()