Symbol: PERF_SAMPLE_DATA_SRC
arch/powerpc/perf/core-book3s.c
2311
if (mark_event && event->attr.sample_type & PERF_SAMPLE_DATA_SRC &&
arch/powerpc/perf/core-book3s.c
2338
if (event->attr.sample_type & PERF_SAMPLE_DATA_SRC &&
arch/powerpc/perf/core-book3s.c
2341
data.sample_flags |= PERF_SAMPLE_DATA_SRC;
arch/x86/events/amd/ibs.c
1292
if (sample_type & PERF_SAMPLE_DATA_SRC) {
arch/x86/events/amd/ibs.c
1294
data->sample_flags |= PERF_SAMPLE_DATA_SRC;
arch/x86/events/amd/ibs.c
1327
sample_type & (PERF_SAMPLE_DATA_SRC |
arch/x86/events/intel/core.c
5221
(event->attr.sample_type & PERF_SAMPLE_DATA_SRC) &&
arch/x86/events/intel/core.c
6172
x86_pmu.large_pebs_flags &= ~PERF_SAMPLE_DATA_SRC;
arch/x86/events/intel/ds.c
1711
#define PERF_PEBS_MEMINFO_TYPE (PERF_SAMPLE_ADDR | PERF_SAMPLE_DATA_SRC | \
arch/x86/events/intel/ds.c
2209
if (sample_type & PERF_SAMPLE_DATA_SRC) {
arch/x86/events/intel/ds.c
2211
data->sample_flags |= PERF_SAMPLE_DATA_SRC;
arch/x86/events/intel/ds.c
2493
if (sample_type & PERF_SAMPLE_DATA_SRC) {
arch/x86/events/intel/ds.c
2495
data->sample_flags |= PERF_SAMPLE_DATA_SRC;
arch/x86/events/intel/ds.c
3416
PERF_SAMPLE_DATA_SRC |
arch/x86/events/perf_event.h
174
PERF_SAMPLE_DATA_SRC | PERF_SAMPLE_IDENTIFIER | \
kernel/events/core.c
2071
if (sample_type & PERF_SAMPLE_DATA_SRC)
kernel/events/core.c
8385
if (sample_type & PERF_SAMPLE_DATA_SRC)
kernel/events/core.c
8708
if (filtered_sample_type & PERF_SAMPLE_DATA_SRC) {
kernel/events/core.c
8710
data->sample_flags |= PERF_SAMPLE_DATA_SRC;
tools/perf/builtin-report.c
433
!(sample_type & PERF_SAMPLE_DATA_SRC)) {
tools/perf/builtin-report.c
434
evsel->core.attr.sample_type |= PERF_SAMPLE_DATA_SRC;
tools/perf/builtin-report.c
435
sample_type |= PERF_SAMPLE_DATA_SRC;
tools/perf/builtin-report.c
439
if (!is_pipe && !(sample_type & PERF_SAMPLE_DATA_SRC)) {
tools/perf/builtin-script.c
506
evsel__do_check_stype(evsel, PERF_SAMPLE_DATA_SRC, "DATA_SRC", PERF_OUTPUT_DATA_SRC, allow_user_set))
tools/perf/tests/sample-parsing.c
161
if (type & PERF_SAMPLE_DATA_SRC)
tools/perf/util/arm-spe.c
1778
PERF_SAMPLE_PERIOD | PERF_SAMPLE_DATA_SRC |
tools/perf/util/aslr.c
1044
if (orig_sample_type & PERF_SAMPLE_DATA_SRC)
tools/perf/util/aslr.h
23
PERF_SAMPLE_DATA_SRC | \
tools/perf/util/data-convert-bt.c
1158
if (type & PERF_SAMPLE_DATA_SRC)
tools/perf/util/data-convert-bt.c
662
if (type & PERF_SAMPLE_DATA_SRC) {
tools/perf/util/evsel.c
3712
if (type & PERF_SAMPLE_DATA_SRC) {
tools/perf/util/intel-pt.c
2557
if (sample_type & PERF_SAMPLE_DATA_SRC) {
tools/perf/util/session.c
1618
if (sample_type & PERF_SAMPLE_DATA_SRC)
tools/perf/util/synthetic-events.c
1548
if (type & PERF_SAMPLE_DATA_SRC)
tools/perf/util/synthetic-events.c
1765
if (type & PERF_SAMPLE_DATA_SRC) {