PERF_IP_FLAG_CALL 1187 tools/perf/builtin-script.c 	if (sample->flags & (PERF_IP_FLAG_CALL | PERF_IP_FLAG_TRACE_BEGIN)) {
PERF_IP_FLAG_CALL 1367 tools/perf/builtin-script.c 	{PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_CALL, "call"},
PERF_IP_FLAG_CALL 1371 tools/perf/builtin-script.c 	{PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_CALL | PERF_IP_FLAG_INTERRUPT, "int"},
PERF_IP_FLAG_CALL 1373 tools/perf/builtin-script.c 	{PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_CALL | PERF_IP_FLAG_SYSCALLRET, "syscall"},
PERF_IP_FLAG_CALL 1376 tools/perf/builtin-script.c 	{PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_CALL | PERF_IP_FLAG_ASYNC |	PERF_IP_FLAG_INTERRUPT, "hw int"},
PERF_IP_FLAG_CALL 1755 tools/perf/util/cs-etm.c 					PERF_IP_FLAG_CALL;
PERF_IP_FLAG_CALL 1764 tools/perf/util/cs-etm.c 					PERF_IP_FLAG_CALL;
PERF_IP_FLAG_CALL 1834 tools/perf/util/cs-etm.c 					PERF_IP_FLAG_CALL |
PERF_IP_FLAG_CALL 1842 tools/perf/util/cs-etm.c 					PERF_IP_FLAG_CALL |
PERF_IP_FLAG_CALL 1851 tools/perf/util/cs-etm.c 					PERF_IP_FLAG_CALL |
PERF_IP_FLAG_CALL  423 tools/perf/util/db-export.c 	{PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_CALL, "call"},
PERF_IP_FLAG_CALL  427 tools/perf/util/db-export.c 	{PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_CALL | PERF_IP_FLAG_INTERRUPT,
PERF_IP_FLAG_CALL  431 tools/perf/util/db-export.c 	{PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_CALL | PERF_IP_FLAG_SYSCALLRET,
PERF_IP_FLAG_CALL  436 tools/perf/util/db-export.c 	{PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_CALL | PERF_IP_FLAG_ASYNC |
PERF_IP_FLAG_CALL  105 tools/perf/util/event.h 	PERF_IP_FLAG_CALL		|\
PERF_IP_FLAG_CALL  395 tools/perf/util/intel-bts.c 					   PERF_IP_FLAG_CALL |
PERF_IP_FLAG_CALL  398 tools/perf/util/intel-bts.c 					     PERF_IP_FLAG_CALL |
PERF_IP_FLAG_CALL  904 tools/perf/util/intel-bts.c 		bts->branches_filter |= PERF_IP_FLAG_CALL | PERF_IP_FLAG_ASYNC |
PERF_IP_FLAG_CALL  249 tools/perf/util/intel-pt-decoder/intel-pt-insn-decoder.c 		return PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_CALL;
PERF_IP_FLAG_CALL  262 tools/perf/util/intel-pt-decoder/intel-pt-insn-decoder.c 		return PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_CALL |
PERF_IP_FLAG_CALL  265 tools/perf/util/intel-pt-decoder/intel-pt-insn-decoder.c 		return PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_CALL |
PERF_IP_FLAG_CALL  996 tools/perf/util/intel-pt.c 			ptq->flags = PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_CALL |
PERF_IP_FLAG_CALL 2010 tools/perf/util/intel-pt.c 		   (ptq->flags & PERF_IP_FLAG_CALL)) {
PERF_IP_FLAG_CALL 3265 tools/perf/util/intel-pt.c 		pt->branches_filter |= PERF_IP_FLAG_CALL | PERF_IP_FLAG_ASYNC |
PERF_IP_FLAG_CALL  388 tools/perf/util/thread-stack.c 	if (flags & PERF_IP_FLAG_CALL) {
PERF_IP_FLAG_CALL  897 tools/perf/util/thread-stack.c 	if (sample->flags & PERF_IP_FLAG_CALL) {