Symbol: PERF_SAMPLE_ADDR
arch/powerpc/perf/core-book3s.c
2226
#define PERF_SAMPLE_ADDR_TYPE (PERF_SAMPLE_ADDR | \
arch/x86/events/amd/ibs.c
1129
if (sample_type & PERF_SAMPLE_ADDR && op_data3.dc_lin_addr_valid) {
arch/x86/events/amd/ibs.c
1131
data->sample_flags |= PERF_SAMPLE_ADDR;
arch/x86/events/amd/ibs.c
1148
PERF_SAMPLE_ADDR |
arch/x86/events/amd/ibs.c
1168
u64 sample_type_mask = PERF_SAMPLE_ADDR | PERF_SAMPLE_RAW;
arch/x86/events/intel/ds.c
1703
#define PERF_PEBS_MEMINFO_TYPE (PERF_SAMPLE_ADDR | PERF_SAMPLE_DATA_SRC | \
arch/x86/events/intel/ds.c
2164
#define PERF_SAMPLE_ADDR_TYPE (PERF_SAMPLE_ADDR | \
arch/x86/events/intel/ds.c
2286
data->sample_flags |= PERF_SAMPLE_ADDR;
arch/x86/events/intel/ds.c
2492
data->sample_flags |= PERF_SAMPLE_ADDR;
arch/x86/events/intel/ds.c
3406
~(PERF_SAMPLE_ADDR |
arch/x86/events/perf_event.h
162
(PERF_SAMPLE_IP | PERF_SAMPLE_TID | PERF_SAMPLE_ADDR | \
include/linux/perf_event.h
1370
data->sample_flags |= PERF_SAMPLE_ADDR;
kernel/events/core.c
10740
if (valid_sample && (data->sample_flags & PERF_SAMPLE_ADDR))
kernel/events/core.c
2058
if (sample_type & PERF_SAMPLE_ADDR)
kernel/events/core.c
8203
if (sample_type & PERF_SAMPLE_ADDR)
kernel/events/core.c
8553
PERF_SAMPLE_PHYS_ADDR, PERF_SAMPLE_ADDR);
kernel/events/core.c
8649
if (filtered_sample_type & PERF_SAMPLE_ADDR) {
kernel/events/core.c
8651
data->sample_flags |= PERF_SAMPLE_ADDR;
samples/bpf/trace_event_user.c
262
.sample_type = PERF_SAMPLE_ADDR,
tools/perf/builtin-script.c
1702
((evsel->core.attr.sample_type & PERF_SAMPLE_ADDR) &&
tools/perf/builtin-script.c
2707
if ((evsel->core.attr.sample_type & PERF_SAMPLE_ADDR) &&
tools/perf/builtin-script.c
498
evsel__do_check_stype(evsel, PERF_SAMPLE_ADDR, "ADDR", PERF_OUTPUT_ADDR, allow_user_set))
tools/perf/builtin-script.c
510
!(evsel->core.attr.sample_type & (PERF_SAMPLE_IP|PERF_SAMPLE_ADDR))) {
tools/perf/builtin-script.c
522
!(evsel->core.attr.sample_type & (PERF_SAMPLE_IP|PERF_SAMPLE_ADDR))) {
tools/perf/tests/dlfilter-test.c
316
PERF_SAMPLE_ADDR | PERF_SAMPLE_CPU | \
tools/perf/tests/sample-parsing.c
63
if (type & PERF_SAMPLE_ADDR)
tools/perf/util/arm-spe.c
1721
PERF_SAMPLE_WEIGHT | PERF_SAMPLE_ADDR;
tools/perf/util/cs-etm.c
1733
attr.sample_type |= PERF_SAMPLE_ADDR;
tools/perf/util/cs-etm.c
1740
attr.sample_type &= ~(u64)PERF_SAMPLE_ADDR;
tools/perf/util/dlfilter.c
563
(evsel->core.attr.sample_type & PERF_SAMPLE_ADDR) &&
tools/perf/util/event.h
38
PERF_SAMPLE_TIME | PERF_SAMPLE_ADDR | \
tools/perf/util/evsel.c
299
if (sample_type & PERF_SAMPLE_ADDR)
tools/perf/util/evsel.c
3283
if (type & PERF_SAMPLE_ADDR) {
tools/perf/util/intel-bts.c
785
attr.sample_type |= PERF_SAMPLE_ADDR;
tools/perf/util/intel-pt.c
2504
if (sample_type & PERF_SAMPLE_ADDR && items->has_mem_access_address)
tools/perf/util/intel-pt.c
3995
attr.sample_type |= PERF_SAMPLE_ADDR;
tools/perf/util/intel-pt.c
4003
attr.sample_type &= ~(u64)PERF_SAMPLE_ADDR;
tools/perf/util/synthetic-events.c
1474
if (type & PERF_SAMPLE_ADDR)
tools/perf/util/synthetic-events.c
1642
if (type & PERF_SAMPLE_ADDR) {