Home
last modified time | relevance | path

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

/linux-4.4.14/samples/bpf/
Dtrace_output_user.c156 .sample_type = PERF_SAMPLE_RAW, in test_bpf_perf_event()
Dbpf_load.c58 attr.sample_type = PERF_SAMPLE_RAW; in load_and_attach()
/linux-4.4.14/arch/x86/kernel/cpu/
Dperf_event_amd_ibs.c555 if (event->attr.sample_type & PERF_SAMPLE_RAW) in perf_ibs_handle_irq()
568 if (event->attr.sample_type & PERF_SAMPLE_RAW) { in perf_ibs_handle_irq()
593 if (event->attr.sample_type & PERF_SAMPLE_RAW) { in perf_ibs_handle_irq()
/linux-4.4.14/include/uapi/linux/
Dperf_event.h133 PERF_SAMPLE_RAW = 1U << 10, enumerator
/linux-4.4.14/kernel/trace/
Dtrace_event_perf.c67 if (!(p_event->attr.sample_type & PERF_SAMPLE_RAW)) in perf_trace_event_perm()
/linux-4.4.14/tools/perf/tests/
Dsample-parsing.c84 if (type & PERF_SAMPLE_RAW) { in samples_same()
Dparse-events.c12 #define PERF_TP_SAMPLE_TYPE (PERF_SAMPLE_RAW | PERF_SAMPLE_TIME | \
/linux-4.4.14/tools/perf/util/
Devsel.c243 .sample_type = (PERF_SAMPLE_RAW | PERF_SAMPLE_TIME | in perf_evsel__newtp_idx()
1741 if (type & PERF_SAMPLE_RAW) { in perf_evsel__parse_sample()
1904 if (type & PERF_SAMPLE_RAW) { in perf_event__sample_event_size()
2070 if (type & PERF_SAMPLE_RAW) { in perf_event__synthesize_sample()
/linux-4.4.14/kernel/events/
Dcore.c5379 if (sample_type & PERF_SAMPLE_RAW) { in perf_output_sample()
5513 if (sample_type & PERF_SAMPLE_RAW) { in perf_prepare_sample()