Symbol: PERF_IP_FLAG_CALL
tools/perf/builtin-script.c
1561
if (sample->flags & (PERF_IP_FLAG_CALL | PERF_IP_FLAG_TRACE_BEGIN)) {
tools/perf/util/arm-spe.c
664
speq->flags |= PERF_IP_FLAG_CALL;
tools/perf/util/cs-etm.c
2307
PERF_IP_FLAG_CALL;
tools/perf/util/cs-etm.c
2316
PERF_IP_FLAG_CALL;
tools/perf/util/cs-etm.c
2386
PERF_IP_FLAG_CALL |
tools/perf/util/cs-etm.c
2394
PERF_IP_FLAG_CALL |
tools/perf/util/cs-etm.c
2403
PERF_IP_FLAG_CALL |
tools/perf/util/db-export.c
425
{PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_CALL, "call"},
tools/perf/util/db-export.c
429
{PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_CALL | PERF_IP_FLAG_INTERRUPT,
tools/perf/util/db-export.c
433
{PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_CALL | PERF_IP_FLAG_SYSCALLRET,
tools/perf/util/db-export.c
438
{PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_CALL | PERF_IP_FLAG_ASYNC |
tools/perf/util/db-export.c
443
{PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_CALL | PERF_IP_FLAG_VMENTRY, "vm entry"},
tools/perf/util/db-export.c
444
{PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_CALL | PERF_IP_FLAG_VMEXIT, "vm exit"},
tools/perf/util/event.h
82
PERF_IP_FLAG_CALL |\
tools/perf/util/intel-bts.c
398
PERF_IP_FLAG_CALL |
tools/perf/util/intel-bts.c
401
PERF_IP_FLAG_CALL |
tools/perf/util/intel-bts.c
886
bts->branches_filter |= PERF_IP_FLAG_CALL | PERF_IP_FLAG_ASYNC |
tools/perf/util/intel-pt-decoder/intel-pt-insn-decoder.c
284
return PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_CALL;
tools/perf/util/intel-pt-decoder/intel-pt-insn-decoder.c
299
return PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_CALL |
tools/perf/util/intel-pt-decoder/intel-pt-insn-decoder.c
302
return PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_CALL |
tools/perf/util/intel-pt-decoder/intel-pt-insn-decoder.c
308
return PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_CALL |
tools/perf/util/intel-pt.c
1523
ptq->flags = PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_CALL |
tools/perf/util/intel-pt.c
1527
ptq->flags = PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_CALL |
tools/perf/util/intel-pt.c
2975
(ptq->flags & PERF_IP_FLAG_CALL)) {
tools/perf/util/intel-pt.c
4652
pt->branches_filter |= PERF_IP_FLAG_CALL | PERF_IP_FLAG_ASYNC |
tools/perf/util/thread-stack.c
1148
if (sample->flags & PERF_IP_FLAG_CALL) {
tools/perf/util/thread-stack.c
446
if (flags & PERF_IP_FLAG_CALL) {
tools/perf/util/trace-event-scripting.c
277
{PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_CALL, "call"},
tools/perf/util/trace-event-scripting.c
281
{PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_CALL | PERF_IP_FLAG_INTERRUPT, "int"},
tools/perf/util/trace-event-scripting.c
283
{PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_CALL | PERF_IP_FLAG_SYSCALLRET, "syscall"},
tools/perf/util/trace-event-scripting.c
286
{PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_CALL | PERF_IP_FLAG_ASYNC | PERF_IP_FLAG_INTERRUPT,
tools/perf/util/trace-event-scripting.c
291
{PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_CALL | PERF_IP_FLAG_VMENTRY, "vmentry"},
tools/perf/util/trace-event-scripting.c
292
{PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_CALL | PERF_IP_FLAG_VMEXIT, "vmexit"},