Searched refs:PERF_IP_FLAG_CALL (Results 1 – 8 of 8) sorted by relevance
/linux-6.1.9/tools/perf/util/intel-pt-decoder/ |
D | intel-pt-insn-decoder.c | 265 return PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_CALL; in intel_pt_insn_type() 278 return PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_CALL | in intel_pt_insn_type() 281 return PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_CALL | in intel_pt_insn_type() 287 return PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_CALL | in intel_pt_insn_type()
|
/linux-6.1.9/tools/perf/util/ |
D | db-export.c | 419 {PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_CALL, "call"}, 423 {PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_CALL | PERF_IP_FLAG_INTERRUPT, 427 {PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_CALL | PERF_IP_FLAG_SYSCALLRET, 432 {PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_CALL | PERF_IP_FLAG_ASYNC | 437 {PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_CALL | PERF_IP_FLAG_VMENTRY, "vm entry"}, 438 {PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_CALL | PERF_IP_FLAG_VMEXIT, "vm exit"},
|
D | event.h | 111 PERF_IP_FLAG_CALL = 1ULL << 1, enumerator 131 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 | 1868 PERF_IP_FLAG_CALL; in cs_etm__set_sample_flags() 1877 PERF_IP_FLAG_CALL; in cs_etm__set_sample_flags() 1947 PERF_IP_FLAG_CALL | in cs_etm__set_sample_flags() 1955 PERF_IP_FLAG_CALL | in cs_etm__set_sample_flags() 1964 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() 1149 if (sample->flags & PERF_IP_FLAG_CALL) { in thread_stack__process()
|
D | intel-pt.c | 1488 ptq->flags = PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_CALL | in intel_pt_sample_flags() 1491 ptq->flags = PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_CALL | in intel_pt_sample_flags() 2681 (ptq->flags & PERF_IP_FLAG_CALL)) { in intel_pt_sample() 4317 pt->branches_filter |= PERF_IP_FLAG_CALL | PERF_IP_FLAG_ASYNC | in intel_pt_process_auxtrace_info()
|
/linux-6.1.9/tools/perf/ |
D | builtin-script.c | 1394 if (sample->flags & (PERF_IP_FLAG_CALL | PERF_IP_FLAG_TRACE_BEGIN)) { in resolve_branch_sym() 1584 {PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_CALL, "call"}, 1588 {PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_CALL | PERF_IP_FLAG_INTERRUPT, "int"}, 1590 {PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_CALL | PERF_IP_FLAG_SYSCALLRET, "syscall"}, 1593 {PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_CALL | PERF_IP_FLAG_ASYNC | PERF_IP_FLAG_INTERRUPT, "hw int"}, 1597 {PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_CALL | PERF_IP_FLAG_VMENTRY, "vmentry"}, 1598 {PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_CALL | PERF_IP_FLAG_VMEXIT, "vmexit"},
|