Searched refs:PERF_IP_FLAG_CALL (Results 1 – 7 of 7) sorted by relevance
/Linux-v4.19/tools/perf/util/intel-pt-decoder/ |
D | intel-pt-insn-decoder.c | 250 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/ |
D | db-export.c | 435 {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 |
|
D | intel-bts.c | 411 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()
|
D | thread-stack.c | 249 if (flags & PERF_IP_FLAG_CALL) { in thread_stack__event() 581 if (sample->flags & PERF_IP_FLAG_CALL) { in thread_stack__process()
|
D | event.h | 163 PERF_IP_FLAG_CALL = 1ULL << 1, enumerator 179 PERF_IP_FLAG_CALL |\
|
D | intel-pt.c | 893 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/ |
D | builtin-script.c | 1127 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"},
|