Symbol: PERF_IP_FLAG_RETURN
tools/perf/builtin-script.c
1560
} else if (sample->flags & (PERF_IP_FLAG_RETURN | PERF_IP_FLAG_TRACE_END)) {
tools/perf/builtin-script.c
1587
if (thread__ts(thread) && sample->flags & PERF_IP_FLAG_RETURN)
tools/perf/util/arm-spe.c
627
speq->flags |= PERF_IP_FLAG_RETURN;
tools/perf/util/arm-spe.c
633
speq->flags |= PERF_IP_FLAG_RETURN;
tools/perf/util/cs-etm.c
2258
PERF_IP_FLAG_RETURN;
tools/perf/util/cs-etm.c
2268
PERF_IP_FLAG_RETURN;
tools/perf/util/cs-etm.c
2274
PERF_IP_FLAG_RETURN;
tools/perf/util/cs-etm.c
2292
PERF_IP_FLAG_RETURN |
tools/perf/util/cs-etm.c
2297
PERF_IP_FLAG_RETURN |
tools/perf/util/cs-etm.c
2376
PERF_IP_FLAG_RETURN |
tools/perf/util/db-export.c
430
{PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_RETURN, "return"},
tools/perf/util/db-export.c
435
{PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_RETURN | PERF_IP_FLAG_INTERRUPT,
tools/perf/util/db-export.c
439
{PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_RETURN | PERF_IP_FLAG_SYSCALLRET,
tools/perf/util/event.h
83
PERF_IP_FLAG_RETURN |\
tools/perf/util/intel-bts.c
888
bts->branches_filter |= PERF_IP_FLAG_RETURN |
tools/perf/util/intel-pt-decoder/intel-pt-insn-decoder.c
291
return PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_RETURN;
tools/perf/util/intel-pt-decoder/intel-pt-insn-decoder.c
301
return PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_RETURN |
tools/perf/util/intel-pt-decoder/intel-pt-insn-decoder.c
310
return PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_RETURN |
tools/perf/util/intel-pt.c
4634
pt->branches_filter |= PERF_IP_FLAG_RETURN |
tools/perf/util/thread-stack.c
1176
} else if (sample->flags & PERF_IP_FLAG_RETURN) {
tools/perf/util/thread-stack.c
466
} else if ((flags & PERF_IP_FLAG_RETURN) && from_ip) {
tools/perf/util/trace-event-scripting.c
281
{PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_RETURN, "return"},
tools/perf/util/trace-event-scripting.c
285
{PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_RETURN | PERF_IP_FLAG_INTERRUPT, "iret"},
tools/perf/util/trace-event-scripting.c
287
{PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_RETURN | PERF_IP_FLAG_SYSCALLRET, "sysret"},