Home
last modified time | relevance | path

Searched refs:PERF_IP_FLAG_CALL (Results 1 – 7 of 7) sorted by relevance

/Linux-v4.19/tools/perf/util/intel-pt-decoder/
Dintel-pt-insn-decoder.c250 return PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_CALL; in intel_pt_insn_type()
263 return PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_CALL | in intel_pt_insn_type()
266 return PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_CALL | in intel_pt_insn_type()
/Linux-v4.19/tools/perf/util/
Ddb-export.c435 {PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_CALL, "call"},
439 {PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_CALL | PERF_IP_FLAG_INTERRUPT,
443 {PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_CALL | PERF_IP_FLAG_SYSCALLRET,
448 {PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_CALL | PERF_IP_FLAG_ASYNC |
Dintel-bts.c411 PERF_IP_FLAG_CALL | in intel_bts_get_branch_type()
414 PERF_IP_FLAG_CALL | in intel_bts_get_branch_type()
920 bts->branches_filter |= PERF_IP_FLAG_CALL | PERF_IP_FLAG_ASYNC | in intel_bts_process_auxtrace_info()
Dthread-stack.c249 if (flags & PERF_IP_FLAG_CALL) { in thread_stack__event()
581 if (sample->flags & PERF_IP_FLAG_CALL) { in thread_stack__process()
Devent.h163 PERF_IP_FLAG_CALL = 1ULL << 1, enumerator
179 PERF_IP_FLAG_CALL |\
Dintel-pt.c893 ptq->flags = PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_CALL | in intel_pt_sample_flags()
1546 (ptq->flags & PERF_IP_FLAG_CALL)) { in intel_pt_sample()
2584 pt->branches_filter |= PERF_IP_FLAG_CALL | PERF_IP_FLAG_ASYNC | in intel_pt_process_auxtrace_info()
/Linux-v4.19/tools/perf/
Dbuiltin-script.c1127 if (sample->flags & (PERF_IP_FLAG_CALL | PERF_IP_FLAG_TRACE_BEGIN)) { in perf_sample__fprintf_callindent()
1242 {PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_CALL, "call"},
1246 {PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_CALL | PERF_IP_FLAG_INTERRUPT, "int"},
1248 {PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_CALL | PERF_IP_FLAG_SYSCALLRET, "syscall"},
1251 {PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_CALL | PERF_IP_FLAG_ASYNC | PERF_IP_FLAG_INTERRUPT, "hw int"},