Symbol: PERF_SAMPLE_RAW
arch/s390/kernel/perf_cpum_cf.c
1804
!(attr->sample_type & (PERF_SAMPLE_CPU | PERF_SAMPLE_RAW))) {
arch/s390/kernel/perf_cpum_cf.c
977
if (event->attr.sample_type & PERF_SAMPLE_RAW) {
arch/s390/kernel/perf_pai.c
409
a->sample_type |= PERF_SAMPLE_RAW;
arch/s390/kernel/perf_pai.c
642
if (event->attr.sample_type & PERF_SAMPLE_RAW) {
arch/x86/events/amd/ibs.c
1337
if (event->attr.sample_type & PERF_SAMPLE_RAW ||
arch/x86/events/amd/ibs.c
1350
u64 sample_type_mask = PERF_SAMPLE_ADDR | PERF_SAMPLE_RAW;
arch/x86/events/amd/ibs.c
1371
return unlikely((event->attr.sample_type & PERF_SAMPLE_RAW) &&
arch/x86/events/amd/ibs.c
1497
if (event->attr.sample_type & PERF_SAMPLE_RAW) {
arch/x86/events/amd/ibs.c
1541
if ((event->attr.sample_type & PERF_SAMPLE_RAW) &&
arch/x86/events/amd/ibs.c
1546
if (event->attr.sample_type & PERF_SAMPLE_RAW) {
include/linux/perf_event.h
1400
if (!(event->attr.sample_type & PERF_SAMPLE_RAW))
include/linux/perf_event.h
1402
if (WARN_ON_ONCE(data->sample_flags & PERF_SAMPLE_RAW))
include/linux/perf_event.h
1418
data->sample_flags |= PERF_SAMPLE_RAW;
kernel/events/core.c
8298
if (sample_type & PERF_SAMPLE_RAW) {
kernel/events/core.c
8643
if (filtered_sample_type & PERF_SAMPLE_RAW) {
kernel/events/core.c
8646
data->sample_flags |= PERF_SAMPLE_RAW;
kernel/trace/trace_event_perf.c
76
if (!(p_event->attr.sample_type & PERF_SAMPLE_RAW))
tools/bpf/bpftool/map_perf_ring.c
113
.sample_type = PERF_SAMPLE_RAW | PERF_SAMPLE_TIME,
tools/lib/bpf/libbpf.c
14352
attr.sample_type = PERF_SAMPLE_RAW;
tools/perf/tests/parse-events.c
22
#define PERF_TP_SAMPLE_TYPE (PERF_SAMPLE_RAW | PERF_SAMPLE_TIME | \
tools/perf/tests/sample-parsing.c
107
if (type & PERF_SAMPLE_RAW) {
tools/perf/util/aslr.c
934
if (orig_sample_type & PERF_SAMPLE_RAW) {
tools/perf/util/aslr.h
19
PERF_SAMPLE_RAW | \
tools/perf/util/bpf_off_cpu.c
378
if (sample_type & PERF_SAMPLE_RAW) {
tools/perf/util/evsel.c
1530
evsel->core.attr.sample_type & PERF_SAMPLE_RAW;
tools/perf/util/evsel.c
3584
if (type & PERF_SAMPLE_RAW) {
tools/perf/util/evsel.c
480
evsel->core.attr.sample_type = (PERF_SAMPLE_RAW | PERF_SAMPLE_TIME |
tools/perf/util/evsel.c
641
.sample_type = (PERF_SAMPLE_RAW | PERF_SAMPLE_TIME |
tools/perf/util/intel-pt.c
4087
attr.sample_type |= PERF_SAMPLE_RAW;
tools/perf/util/off_cpu.h
16
PERF_SAMPLE_PERIOD | PERF_SAMPLE_RAW | \
tools/perf/util/synthetic-events.c
1512
if (type & PERF_SAMPLE_RAW) {
tools/perf/util/synthetic-events.c
1710
if (type & PERF_SAMPLE_RAW) {
tools/testing/selftests/bpf/benchs/bench_ringbufs.c
457
attr.sample_type = PERF_SAMPLE_RAW;
tools/testing/selftests/bpf/prog_tests/task_fd_query_tp.c
38
attr.sample_type = PERF_SAMPLE_RAW;
tools/testing/selftests/bpf/prog_tests/tp_attach_query.c
37
attr.sample_type = PERF_SAMPLE_RAW | PERF_SAMPLE_CALLCHAIN;
tools/testing/selftests/user_events/perf_test.c
182
pe.sample_type = PERF_SAMPLE_RAW;
tools/testing/selftests/user_events/perf_test.c
244
pe.sample_type = PERF_SAMPLE_RAW;