Searched refs:PERF_IP_FLAG_CALL (Results 1 – 8 of 8) sorted by relevance
/linux-5.19.10/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-5.19.10/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 | 92 PERF_IP_FLAG_CALL = 1ULL << 1, enumerator 112 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 | 1407 ptq->flags = PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_CALL | in intel_pt_sample_flags() 1410 ptq->flags = PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_CALL | in intel_pt_sample_flags() 2564 (ptq->flags & PERF_IP_FLAG_CALL)) { in intel_pt_sample() 4140 pt->branches_filter |= PERF_IP_FLAG_CALL | PERF_IP_FLAG_ASYNC | in intel_pt_process_auxtrace_info()
|
/linux-5.19.10/tools/perf/ |
D | builtin-script.c | 1381 if (sample->flags & (PERF_IP_FLAG_CALL | PERF_IP_FLAG_TRACE_BEGIN)) { in resolve_branch_sym() 1571 {PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_CALL, "call"}, 1575 {PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_CALL | PERF_IP_FLAG_INTERRUPT, "int"}, 1577 {PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_CALL | PERF_IP_FLAG_SYSCALLRET, "syscall"}, 1580 {PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_CALL | PERF_IP_FLAG_ASYNC | PERF_IP_FLAG_INTERRUPT, "hw int"}, 1584 {PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_CALL | PERF_IP_FLAG_VMENTRY, "vmentry"}, 1585 {PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_CALL | PERF_IP_FLAG_VMEXIT, "vmexit"},
|