Symbol: PERF_IP_FLAG_CALL
tools/perf/builtin-script.c
1549
if (sample->flags & (PERF_IP_FLAG_CALL | PERF_IP_FLAG_TRACE_BEGIN)) {
tools/perf/util/arm-spe.c
625
speq->flags |= PERF_IP_FLAG_CALL;
tools/perf/util/cs-etm.c
2239
PERF_IP_FLAG_CALL;
tools/perf/util/cs-etm.c
2248
PERF_IP_FLAG_CALL;
tools/perf/util/cs-etm.c
2318
PERF_IP_FLAG_CALL |
tools/perf/util/cs-etm.c
2326
PERF_IP_FLAG_CALL |
tools/perf/util/cs-etm.c
2335
PERF_IP_FLAG_CALL |
tools/perf/util/db-export.c
429
{PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_CALL, "call"},
tools/perf/util/db-export.c
433
{PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_CALL | PERF_IP_FLAG_INTERRUPT,
tools/perf/util/db-export.c
437
{PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_CALL | PERF_IP_FLAG_SYSCALLRET,
tools/perf/util/db-export.c
442
{PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_CALL | PERF_IP_FLAG_ASYNC |
tools/perf/util/db-export.c
447
{PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_CALL | PERF_IP_FLAG_VMENTRY, "vm entry"},
tools/perf/util/db-export.c
448
{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
397
PERF_IP_FLAG_CALL |
tools/perf/util/intel-bts.c
400
PERF_IP_FLAG_CALL |
tools/perf/util/intel-bts.c
885
bts->branches_filter |= PERF_IP_FLAG_CALL | PERF_IP_FLAG_ASYNC |
tools/perf/util/intel-pt-decoder/intel-pt-insn-decoder.c
289
return PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_CALL;
tools/perf/util/intel-pt-decoder/intel-pt-insn-decoder.c
304
return PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_CALL |
tools/perf/util/intel-pt-decoder/intel-pt-insn-decoder.c
307
return PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_CALL |
tools/perf/util/intel-pt-decoder/intel-pt-insn-decoder.c
313
return PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_CALL |
tools/perf/util/intel-pt.c
1522
ptq->flags = PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_CALL |
tools/perf/util/intel-pt.c
1526
ptq->flags = PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_CALL |
tools/perf/util/intel-pt.c
2954
(ptq->flags & PERF_IP_FLAG_CALL)) {
tools/perf/util/intel-pt.c
4631
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
280
{PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_CALL, "call"},
tools/perf/util/trace-event-scripting.c
284
{PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_CALL | PERF_IP_FLAG_INTERRUPT, "int"},
tools/perf/util/trace-event-scripting.c
286
{PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_CALL | PERF_IP_FLAG_SYSCALLRET, "syscall"},
tools/perf/util/trace-event-scripting.c
289
{PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_CALL | PERF_IP_FLAG_ASYNC | PERF_IP_FLAG_INTERRUPT,
tools/perf/util/trace-event-scripting.c
294
{PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_CALL | PERF_IP_FLAG_VMENTRY, "vmentry"},
tools/perf/util/trace-event-scripting.c
295
{PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_CALL | PERF_IP_FLAG_VMEXIT, "vmexit"},