PERF_SAMPLE_RAW   261 arch/s390/kernel/perf_cpum_cf_diag.c 	    !(attr->sample_type & (PERF_SAMPLE_CPU | PERF_SAMPLE_RAW))) {
PERF_SAMPLE_RAW   502 arch/s390/kernel/perf_cpum_cf_diag.c 	if (event->attr.sample_type & PERF_SAMPLE_RAW) {
PERF_SAMPLE_RAW   616 arch/x86/events/amd/ibs.c 	if (event->attr.sample_type & PERF_SAMPLE_RAW)
PERF_SAMPLE_RAW   629 arch/x86/events/amd/ibs.c 	if (event->attr.sample_type & PERF_SAMPLE_RAW) {
PERF_SAMPLE_RAW   654 arch/x86/events/amd/ibs.c 	if (event->attr.sample_type & PERF_SAMPLE_RAW) {
PERF_SAMPLE_RAW  6406 kernel/events/core.c 	if (sample_type & PERF_SAMPLE_RAW) {
PERF_SAMPLE_RAW  6608 kernel/events/core.c 	if (sample_type & PERF_SAMPLE_RAW) {
PERF_SAMPLE_RAW    72 kernel/trace/trace_event_perf.c 	if (!(p_event->attr.sample_type & PERF_SAMPLE_RAW))
PERF_SAMPLE_RAW    97 samples/bpf/bpf_load.c 	attr.sample_type = PERF_SAMPLE_RAW;
PERF_SAMPLE_RAW   121 tools/bpf/bpftool/map_perf_ring.c 		.sample_type = PERF_SAMPLE_RAW | PERF_SAMPLE_TIME,
PERF_SAMPLE_RAW  5436 tools/lib/bpf/libbpf.c 	attr.sample_type = PERF_SAMPLE_RAW;
PERF_SAMPLE_RAW    18 tools/perf/tests/parse-events.c #define PERF_TP_SAMPLE_TYPE (PERF_SAMPLE_RAW | PERF_SAMPLE_TIME | \
PERF_SAMPLE_RAW    92 tools/perf/tests/sample-parsing.c 	if (type & PERF_SAMPLE_RAW) {
PERF_SAMPLE_RAW   271 tools/perf/util/evsel.c 		evsel->core.attr.sample_type |= (PERF_SAMPLE_RAW | PERF_SAMPLE_TIME |
PERF_SAMPLE_RAW   347 tools/perf/util/evsel.c 			.sample_type   = (PERF_SAMPLE_RAW | PERF_SAMPLE_TIME |
PERF_SAMPLE_RAW  2086 tools/perf/util/evsel.c 	if (type & PERF_SAMPLE_RAW) {
PERF_SAMPLE_RAW  2834 tools/perf/util/intel-pt.c 	attr.sample_type |= PERF_SAMPLE_RAW;
PERF_SAMPLE_RAW  1179 tools/perf/util/synthetic-events.c 	if (type & PERF_SAMPLE_RAW) {
PERF_SAMPLE_RAW  1331 tools/perf/util/synthetic-events.c 	if (type & PERF_SAMPLE_RAW) {
PERF_SAMPLE_RAW   105 tools/testing/selftests/bpf/get_cgroup_id_user.c 	attr.sample_type = PERF_SAMPLE_RAW;
PERF_SAMPLE_RAW   148 tools/testing/selftests/bpf/prog_tests/send_signal.c 		.sample_type = PERF_SAMPLE_RAW | PERF_SAMPLE_CALLCHAIN,
PERF_SAMPLE_RAW    33 tools/testing/selftests/bpf/prog_tests/task_fd_query_tp.c 	attr.sample_type = PERF_SAMPLE_RAW;
PERF_SAMPLE_RAW    32 tools/testing/selftests/bpf/prog_tests/tp_attach_query.c 	attr.sample_type = PERF_SAMPLE_RAW | PERF_SAMPLE_CALLCHAIN;