Home
last modified time | relevance | path

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

/linux-4.1.27/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.1.27/include/uapi/linux/
Dperf_event.h132 PERF_SAMPLE_RAW = 1U << 10, enumerator
/linux-4.1.27/samples/bpf/
Dbpf_load.c44 attr.sample_type = PERF_SAMPLE_RAW; in load_and_attach()
/linux-4.1.27/kernel/trace/
Dtrace_event_perf.c67 if (!(p_event->attr.sample_type & PERF_SAMPLE_RAW)) in perf_trace_event_perm()
/linux-4.1.27/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.1.27/tools/perf/util/
Devsel.c231 .sample_type = (PERF_SAMPLE_RAW | PERF_SAMPLE_TIME | in perf_evsel__newtp_idx()
1568 if (type & PERF_SAMPLE_RAW) { in perf_evsel__parse_sample()
1731 if (type & PERF_SAMPLE_RAW) { in perf_event__sample_event_size()
1897 if (type & PERF_SAMPLE_RAW) { in perf_event__synthesize_sample()
Dpython.c998 { "SAMPLE_RAW", PERF_SAMPLE_RAW },
/linux-4.1.27/kernel/events/
Dcore.c5213 if (sample_type & PERF_SAMPLE_RAW) { in perf_output_sample()
5341 if (sample_type & PERF_SAMPLE_RAW) { in perf_prepare_sample()