Symbol: PERF_SAMPLE_ID
arch/s390/kernel/perf_pai.c
636
if (event->attr.sample_type & (PERF_SAMPLE_ID | PERF_SAMPLE_IDENTIFIER))
arch/x86/events/perf_event.h
173
PERF_SAMPLE_ID | PERF_SAMPLE_CPU | PERF_SAMPLE_STREAM_ID | \
kernel/events/core.c
2119
if (sample_type & PERF_SAMPLE_ID)
kernel/events/core.c
8060
PERF_SAMPLE_ID | PERF_SAMPLE_STREAM_ID | \
kernel/events/core.c
8079
if (sample_type & (PERF_SAMPLE_ID | PERF_SAMPLE_IDENTIFIER))
kernel/events/core.c
8112
if (sample_type & PERF_SAMPLE_ID)
kernel/events/core.c
8275
if (sample_type & PERF_SAMPLE_ID)
tools/perf/tests/sample-parsing.c
66
if (type & PERF_SAMPLE_ID)
tools/perf/util/aslr.c
827
if (orig_sample_type & PERF_SAMPLE_ID)
tools/perf/util/aslr.h
13
PERF_SAMPLE_ID | \
tools/perf/util/bpf_off_cpu.c
351
if (sample_type & (PERF_SAMPLE_ID | PERF_SAMPLE_IDENTIFIER)) {
tools/perf/util/data-convert-bt.c
1145
if ((type & PERF_SAMPLE_ID) ||
tools/perf/util/data-convert-bt.c
637
if ((type & PERF_SAMPLE_ID) ||
tools/perf/util/event.h
39
PERF_SAMPLE_ID | PERF_SAMPLE_STREAM_ID | \
tools/perf/util/evsel.c
3215
if (type & PERF_SAMPLE_ID) {
tools/perf/util/evsel.c
342
if (!(sample_type & PERF_SAMPLE_ID))
tools/perf/util/evsel.c
3482
if (type & PERF_SAMPLE_ID) {
tools/perf/util/evsel.c
375
if (!(sample_type & PERF_SAMPLE_ID))
tools/perf/util/evsel.c
3845
if (sample_type & PERF_SAMPLE_ID)
tools/perf/util/off_cpu.h
15
PERF_SAMPLE_ID | PERF_SAMPLE_CPU | \
tools/perf/util/synthetic-events.c
1478
if (type & PERF_SAMPLE_ID)
tools/perf/util/synthetic-events.c
1650
if (type & PERF_SAMPLE_ID) {
tools/perf/util/synthetic-events.c
1838
if (type & PERF_SAMPLE_ID) {