PERF_IP_FLAG_RETURN 1197 tools/perf/builtin-script.c 	} else if (sample->flags & (PERF_IP_FLAG_RETURN | PERF_IP_FLAG_TRACE_END)) {
PERF_IP_FLAG_RETURN 1223 tools/perf/builtin-script.c 	if (thread->ts && sample->flags & PERF_IP_FLAG_RETURN)
PERF_IP_FLAG_RETURN 1368 tools/perf/builtin-script.c 	{PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_RETURN, "return"},
PERF_IP_FLAG_RETURN 1372 tools/perf/builtin-script.c 	{PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_RETURN | PERF_IP_FLAG_INTERRUPT, "iret"},
PERF_IP_FLAG_RETURN 1374 tools/perf/builtin-script.c 	{PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_RETURN | PERF_IP_FLAG_SYSCALLRET, "sysret"},
PERF_IP_FLAG_RETURN 1774 tools/perf/util/cs-etm.c 					PERF_IP_FLAG_RETURN;
PERF_IP_FLAG_RETURN 1784 tools/perf/util/cs-etm.c 					PERF_IP_FLAG_RETURN;
PERF_IP_FLAG_RETURN 1790 tools/perf/util/cs-etm.c 					PERF_IP_FLAG_RETURN;
PERF_IP_FLAG_RETURN 1808 tools/perf/util/cs-etm.c 					   PERF_IP_FLAG_RETURN |
PERF_IP_FLAG_RETURN 1813 tools/perf/util/cs-etm.c 					     PERF_IP_FLAG_RETURN |
PERF_IP_FLAG_RETURN 1892 tools/perf/util/cs-etm.c 					     PERF_IP_FLAG_RETURN |
PERF_IP_FLAG_RETURN  424 tools/perf/util/db-export.c 	{PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_RETURN, "return"},
PERF_IP_FLAG_RETURN  429 tools/perf/util/db-export.c 	{PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_RETURN | PERF_IP_FLAG_INTERRUPT,
PERF_IP_FLAG_RETURN  433 tools/perf/util/db-export.c 	{PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_RETURN | PERF_IP_FLAG_SYSCALLRET,
PERF_IP_FLAG_RETURN  106 tools/perf/util/event.h 	PERF_IP_FLAG_RETURN		|\
PERF_IP_FLAG_RETURN  907 tools/perf/util/intel-bts.c 		bts->branches_filter |= PERF_IP_FLAG_RETURN |
PERF_IP_FLAG_RETURN  251 tools/perf/util/intel-pt-decoder/intel-pt-insn-decoder.c 		return PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_RETURN;
PERF_IP_FLAG_RETURN  259 tools/perf/util/intel-pt-decoder/intel-pt-insn-decoder.c 		return PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_RETURN |
PERF_IP_FLAG_RETURN  268 tools/perf/util/intel-pt-decoder/intel-pt-insn-decoder.c 		return PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_RETURN |
PERF_IP_FLAG_RETURN 3268 tools/perf/util/intel-pt.c 		pt->branches_filter |= PERF_IP_FLAG_RETURN |
PERF_IP_FLAG_RETURN  408 tools/perf/util/thread-stack.c 	} else if ((flags & PERF_IP_FLAG_RETURN) && from_ip) {
PERF_IP_FLAG_RETURN  925 tools/perf/util/thread-stack.c 	} else if (sample->flags & PERF_IP_FLAG_RETURN) {