Symbol: PERF_IP_FLAG_RETURN
tools/perf/builtin-script.c
1572
} else if (sample->flags & (PERF_IP_FLAG_RETURN | PERF_IP_FLAG_TRACE_END)) {
tools/perf/builtin-script.c
1599
if (thread__ts(thread) && sample->flags & PERF_IP_FLAG_RETURN)
tools/perf/util/arm-spe.c
666
speq->flags |= PERF_IP_FLAG_RETURN;
tools/perf/util/arm-spe.c
672
speq->flags |= PERF_IP_FLAG_RETURN;
tools/perf/util/cs-etm.c
2326
PERF_IP_FLAG_RETURN;
tools/perf/util/cs-etm.c
2336
PERF_IP_FLAG_RETURN;
tools/perf/util/cs-etm.c
2342
PERF_IP_FLAG_RETURN;
tools/perf/util/cs-etm.c
2360
PERF_IP_FLAG_RETURN |
tools/perf/util/cs-etm.c
2364
PERF_IP_FLAG_RETURN |
tools/perf/util/cs-etm.c
2444
PERF_IP_FLAG_RETURN |
tools/perf/util/db-export.c
426
{PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_RETURN, "return"},
tools/perf/util/db-export.c
431
{PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_RETURN | PERF_IP_FLAG_INTERRUPT,
tools/perf/util/db-export.c
435
{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
889
bts->branches_filter |= PERF_IP_FLAG_RETURN |
tools/perf/util/intel-pt-decoder/intel-pt-insn-decoder.c
286
return PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_RETURN;
tools/perf/util/intel-pt-decoder/intel-pt-insn-decoder.c
296
return PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_RETURN |
tools/perf/util/intel-pt-decoder/intel-pt-insn-decoder.c
305
return PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_RETURN |
tools/perf/util/intel-pt.c
4655
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
278
{PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_RETURN, "return"},
tools/perf/util/trace-event-scripting.c
282
{PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_RETURN | PERF_IP_FLAG_INTERRUPT, "iret"},
tools/perf/util/trace-event-scripting.c
284
{PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_RETURN | PERF_IP_FLAG_SYSCALLRET, "sysret"},