Home
last modified time | relevance | path

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

/Linux-v4.19/samples/bpf/
Dtrace_output_user.c68 .sample_type = PERF_SAMPLE_RAW, in test_bpf_perf_event()
Dxdp_sample_pkts_user.c74 .sample_type = PERF_SAMPLE_RAW, in test_bpf_perf_event()
Dbpf_load.c79 attr.sample_type = PERF_SAMPLE_RAW; in load_and_attach()
/Linux-v4.19/tools/testing/selftests/bpf/
Dget_cgroup_id_user.c105 attr.sample_type = PERF_SAMPLE_RAW; in main()
Dtest_progs.c777 attr.sample_type = PERF_SAMPLE_RAW | PERF_SAMPLE_CALLCHAIN; in test_tp_attach_query()
974 attr.sample_type = PERF_SAMPLE_RAW | PERF_SAMPLE_CALLCHAIN; in test_stacktrace_map()
1160 attr.sample_type = PERF_SAMPLE_RAW | PERF_SAMPLE_CALLCHAIN; in test_stacktrace_build_id()
1507 attr.sample_type = PERF_SAMPLE_RAW; in test_get_stack_raw_tp()
1650 attr.sample_type = PERF_SAMPLE_RAW; in test_task_fd_query_tp_core()
/Linux-v4.19/arch/x86/events/amd/
Dibs.c625 if (event->attr.sample_type & PERF_SAMPLE_RAW) in perf_ibs_handle_irq()
638 if (event->attr.sample_type & PERF_SAMPLE_RAW) { in perf_ibs_handle_irq()
663 if (event->attr.sample_type & PERF_SAMPLE_RAW) { in perf_ibs_handle_irq()
/Linux-v4.19/tools/bpf/bpftool/
Dmap_perf_ring.c147 .sample_type = PERF_SAMPLE_RAW | PERF_SAMPLE_TIME, in bpf_perf_event_open()
/Linux-v4.19/tools/perf/tests/
Dsample-parsing.c87 if (type & PERF_SAMPLE_RAW) { in samples_same()
Dparse-events.c18 #define PERF_TP_SAMPLE_TYPE (PERF_SAMPLE_RAW | PERF_SAMPLE_TIME | \
/Linux-v4.19/tools/include/uapi/linux/
Dperf_event.h134 PERF_SAMPLE_RAW = 1U << 10, enumerator
/Linux-v4.19/include/uapi/linux/
Dperf_event.h134 PERF_SAMPLE_RAW = 1U << 10, enumerator
/Linux-v4.19/kernel/trace/
Dtrace_event_perf.c72 if (!(p_event->attr.sample_type & PERF_SAMPLE_RAW)) in perf_trace_event_perm()
/Linux-v4.19/tools/perf/util/
Devsel.c259 evsel->attr.sample_type |= (PERF_SAMPLE_RAW | PERF_SAMPLE_TIME | in perf_evsel__new_idx()
342 .sample_type = (PERF_SAMPLE_RAW | PERF_SAMPLE_TIME | in perf_evsel__newtp_idx()
2241 if (type & PERF_SAMPLE_RAW) { in perf_evsel__parse_sample()
2464 if (type & PERF_SAMPLE_RAW) { in perf_event__sample_event_size()
2617 if (type & PERF_SAMPLE_RAW) { in perf_event__synthesize_sample()
Dintel-pt.c2255 attr.sample_type |= PERF_SAMPLE_RAW; in intel_pt_synth_events()
/Linux-v4.19/kernel/events/
Dcore.c6199 if (sample_type & PERF_SAMPLE_RAW) { in perf_output_sample()
6398 if (sample_type & PERF_SAMPLE_RAW) { in perf_prepare_sample()