Searched refs:PERF_IP_FLAG_CALL (Results 1 – 8 of 8) sorted by relevance
/linux-6.6.21/tools/perf/util/intel-pt-decoder/ |
D | intel-pt-insn-decoder.c | 282 return PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_CALL; in intel_pt_insn_type() 297 return PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_CALL | in intel_pt_insn_type() 300 return PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_CALL | in intel_pt_insn_type() 306 return PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_CALL | in intel_pt_insn_type()
|
/linux-6.6.21/tools/perf/util/ |
D | db-export.c | 425 {PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_CALL, "call"}, 429 {PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_CALL | PERF_IP_FLAG_INTERRUPT, 433 {PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_CALL | PERF_IP_FLAG_SYSCALLRET, 438 {PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_CALL | PERF_IP_FLAG_ASYNC | 443 {PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_CALL | PERF_IP_FLAG_VMENTRY, "vm entry"}, 444 {PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_CALL | PERF_IP_FLAG_VMEXIT, "vm exit"},
|
D | event.h | 55 PERF_IP_FLAG_CALL = 1ULL << 1, enumerator 75 PERF_IP_FLAG_CALL |\
|
D | intel-bts.c | 395 PERF_IP_FLAG_CALL | in intel_bts_get_branch_type() 398 PERF_IP_FLAG_CALL | in intel_bts_get_branch_type() 914 bts->branches_filter |= PERF_IP_FLAG_CALL | PERF_IP_FLAG_ASYNC | in intel_bts_process_auxtrace_info()
|
D | cs-etm.c | 2156 PERF_IP_FLAG_CALL; in cs_etm__set_sample_flags() 2165 PERF_IP_FLAG_CALL; in cs_etm__set_sample_flags() 2235 PERF_IP_FLAG_CALL | in cs_etm__set_sample_flags() 2243 PERF_IP_FLAG_CALL | in cs_etm__set_sample_flags() 2252 PERF_IP_FLAG_CALL | in cs_etm__set_sample_flags()
|
D | thread-stack.c | 446 if (flags & PERF_IP_FLAG_CALL) { in thread_stack__event() 1148 if (sample->flags & PERF_IP_FLAG_CALL) { in thread_stack__process()
|
D | intel-pt.c | 1518 ptq->flags = PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_CALL | in intel_pt_sample_flags() 1522 ptq->flags = PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_CALL | in intel_pt_sample_flags() 2746 (ptq->flags & PERF_IP_FLAG_CALL)) { in intel_pt_sample() 4402 pt->branches_filter |= PERF_IP_FLAG_CALL | PERF_IP_FLAG_ASYNC | in intel_pt_process_auxtrace_info()
|
/linux-6.6.21/tools/perf/ |
D | builtin-script.c | 1418 if (sample->flags & (PERF_IP_FLAG_CALL | PERF_IP_FLAG_TRACE_BEGIN)) { in resolve_branch_sym() 1610 {PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_CALL, "call"}, 1614 {PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_CALL | PERF_IP_FLAG_INTERRUPT, "int"}, 1616 {PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_CALL | PERF_IP_FLAG_SYSCALLRET, "syscall"}, 1619 {PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_CALL | PERF_IP_FLAG_ASYNC | PERF_IP_FLAG_INTERRUPT, "hw int"}, 1623 {PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_CALL | PERF_IP_FLAG_VMENTRY, "vmentry"}, 1624 {PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_CALL | PERF_IP_FLAG_VMEXIT, "vmexit"},
|