Symbol: PERF_SAMPLE_IP
arch/powerpc/perf/core-book3s.c
2277
if (event->attr.sample_type & PERF_SAMPLE_IP)
arch/powerpc/perf/core-book3s.c
2300
(event->attr.sample_type & PERF_SAMPLE_IP) &&
arch/x86/events/intel/ds.c
1724
if (!(sample_type & ~(PERF_SAMPLE_IP|PERF_SAMPLE_TIME)) &&
arch/x86/events/perf_event.h
172
(PERF_SAMPLE_IP | PERF_SAMPLE_TID | PERF_SAMPLE_ADDR | \
kernel/events/core.c
2056
if (sample_type & PERF_SAMPLE_IP)
kernel/events/core.c
8263
if (sample_type & PERF_SAMPLE_IP)
kernel/events/core.c
8620
PERF_SAMPLE_IP);
kernel/events/core.c
8635
if (filtered_sample_type & PERF_SAMPLE_IP) {
kernel/events/core.c
8637
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
460
bench_sample_type = PERF_SAMPLE_IDENTIFIER | PERF_SAMPLE_IP;
tools/perf/builtin-script.c
497
if (evsel__check_stype(evsel, PERF_SAMPLE_IP, "IP", PERF_OUTPUT_IP))
tools/perf/builtin-script.c
514
!(evsel->core.attr.sample_type & (PERF_SAMPLE_IP|PERF_SAMPLE_ADDR))) {
tools/perf/builtin-script.c
526
!(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
318
#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
1777
attr.sample_type |= PERF_SAMPLE_IP | PERF_SAMPLE_TID |
tools/perf/util/aslr.c
806
if (orig_sample_type & PERF_SAMPLE_IP)
tools/perf/util/aslr.h
9
PERF_SAMPLE_IP | \
tools/perf/util/bpf_off_cpu.c
368
if (sample_type & PERF_SAMPLE_IP)
tools/perf/util/cs-etm.c
1784
attr.sample_type |= PERF_SAMPLE_IP | PERF_SAMPLE_TID |
tools/perf/util/data-convert-bt.c
1137
if (type & PERF_SAMPLE_IP)
tools/perf/util/data-convert-bt.c
621
if (type & PERF_SAMPLE_IP) {
tools/perf/util/event.h
37
(PERF_SAMPLE_IP | PERF_SAMPLE_TID | \
tools/perf/util/evsel.c
345
if (sample_type & PERF_SAMPLE_IP)
tools/perf/util/evsel.c
3453
if (type & PERF_SAMPLE_IP) {
tools/perf/util/evsel.c
3822
if (type & PERF_SAMPLE_IP)
tools/perf/util/intel-bts.c
769
attr.sample_type |= PERF_SAMPLE_IP | PERF_SAMPLE_TID |
tools/perf/util/intel-pt.c
3995
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
1466
if (type & PERF_SAMPLE_IP)
tools/perf/util/synthetic-events.c
1628
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;