Symbol: PERF_SAMPLE_IP
arch/powerpc/perf/core-book3s.c
2275
if (event->attr.sample_type & PERF_SAMPLE_IP)
arch/powerpc/perf/core-book3s.c
2298
(event->attr.sample_type & PERF_SAMPLE_IP) &&
arch/x86/events/intel/ds.c
1716
if (!(sample_type & ~(PERF_SAMPLE_IP|PERF_SAMPLE_TIME)) &&
arch/x86/events/perf_event.h
162
(PERF_SAMPLE_IP | PERF_SAMPLE_TID | PERF_SAMPLE_ADDR | \
kernel/events/core.c
2055
if (sample_type & PERF_SAMPLE_IP)
kernel/events/core.c
8194
if (sample_type & PERF_SAMPLE_IP)
kernel/events/core.c
8551
PERF_SAMPLE_IP);
kernel/events/core.c
8566
if (filtered_sample_type & PERF_SAMPLE_IP) {
kernel/events/core.c
8568
data->sample_flags |= PERF_SAMPLE_IP;
tools/perf/arch/x86/tests/amd-ibs-via-core-pmu.c
34
attr.sample_type = PERF_SAMPLE_IP | PERF_SAMPLE_TID;
tools/perf/bench/inject-buildid.c
457
bench_sample_type = PERF_SAMPLE_IDENTIFIER | PERF_SAMPLE_IP;
tools/perf/builtin-script.c
493
if (evsel__check_stype(evsel, PERF_SAMPLE_IP, "IP", PERF_OUTPUT_IP))
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/bp_account.c
57
attr->sample_type = PERF_SAMPLE_IP;
tools/perf/tests/bp_signal.c
118
pe.sample_type = PERF_SAMPLE_IP;
tools/perf/tests/bp_signal_overflow.c
95
pe.sample_type = PERF_SAMPLE_IP;
tools/perf/tests/dlfilter-test.c
314
#define TEST_SAMPLE_TYPE (PERF_SAMPLE_IP | PERF_SAMPLE_TID | \
tools/perf/tests/sample-parsing.c
52
if (type & PERF_SAMPLE_IP)
tools/perf/tests/wp.c
54
attr->sample_type = PERF_SAMPLE_IP;
tools/perf/util/arm-spe.c
1719
attr.sample_type |= PERF_SAMPLE_IP | PERF_SAMPLE_TID |
tools/perf/util/bpf_off_cpu.c
368
if (sample_type & PERF_SAMPLE_IP)
tools/perf/util/cs-etm.c
1712
attr.sample_type |= PERF_SAMPLE_IP | PERF_SAMPLE_TID |
tools/perf/util/data-convert-bt.c
1138
if (type & PERF_SAMPLE_IP)
tools/perf/util/data-convert-bt.c
622
if (type & PERF_SAMPLE_IP) {
tools/perf/util/event.h
37
(PERF_SAMPLE_IP | PERF_SAMPLE_TID | \
tools/perf/util/evsel.c
290
if (sample_type & PERF_SAMPLE_IP)
tools/perf/util/evsel.c
3259
if (type & PERF_SAMPLE_IP) {
tools/perf/util/evsel.c
3622
if (type & PERF_SAMPLE_IP)
tools/perf/util/intel-bts.c
768
attr.sample_type |= PERF_SAMPLE_IP | PERF_SAMPLE_TID |
tools/perf/util/intel-pt.c
3974
attr.sample_type |= PERF_SAMPLE_IP | PERF_SAMPLE_TID |
tools/perf/util/off_cpu.h
13
#define OFFCPU_SAMPLE_TYPES (PERF_SAMPLE_IDENTIFIER | PERF_SAMPLE_IP | \
tools/perf/util/synthetic-events.c
1465
if (type & PERF_SAMPLE_IP)
tools/perf/util/synthetic-events.c
1625
if (type & PERF_SAMPLE_IP) {
tools/testing/selftests/bpf/prog_tests/get_stackid_cannot_attach.c
13
.sample_type = PERF_SAMPLE_IP | PERF_SAMPLE_BRANCH_STACK,
tools/testing/selftests/bpf/prog_tests/perf_event_stackmap.c
60
.sample_type = PERF_SAMPLE_IP | PERF_SAMPLE_BRANCH_STACK |
tools/testing/selftests/bpf/prog_tests/perf_skip.c
67
attr.sample_type = PERF_SAMPLE_IP;