Searched refs:PERF_IP_FLAG_CALL (Results 1 – 8 of 8) sorted by relevance
/linux/tools/perf/util/intel-pt-decoder/ |
A D | intel-pt-insn-decoder.c | 264 return PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_CALL; in intel_pt_insn_type() 277 return PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_CALL | in intel_pt_insn_type() 280 return PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_CALL | in intel_pt_insn_type() 286 return PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_CALL | in intel_pt_insn_type()
|
/linux/tools/perf/util/ |
A 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"},
|
A D | event.h | 92 PERF_IP_FLAG_CALL = 1ULL << 1, enumerator 110 PERF_IP_FLAG_CALL |\
|
A 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()
|
A D | cs-etm.c | 1870 PERF_IP_FLAG_CALL; in cs_etm__set_sample_flags() 1879 PERF_IP_FLAG_CALL; in cs_etm__set_sample_flags() 1949 PERF_IP_FLAG_CALL | in cs_etm__set_sample_flags() 1957 PERF_IP_FLAG_CALL | in cs_etm__set_sample_flags() 1966 PERF_IP_FLAG_CALL | in cs_etm__set_sample_flags()
|
A 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()
|
A D | intel-pt.c | 1327 ptq->flags = PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_CALL | in intel_pt_sample_flags() 1330 ptq->flags = PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_CALL | in intel_pt_sample_flags() 2384 (ptq->flags & PERF_IP_FLAG_CALL)) { in intel_pt_sample() 3931 pt->branches_filter |= PERF_IP_FLAG_CALL | PERF_IP_FLAG_ASYNC | in intel_pt_process_auxtrace_info()
|
/linux/tools/perf/ |
A D | builtin-script.c | 1359 if (sample->flags & (PERF_IP_FLAG_CALL | PERF_IP_FLAG_TRACE_BEGIN)) { in resolve_branch_sym() 1549 {PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_CALL, "call"}, 1553 {PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_CALL | PERF_IP_FLAG_INTERRUPT, "int"}, 1555 {PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_CALL | PERF_IP_FLAG_SYSCALLRET, "syscall"}, 1558 {PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_CALL | PERF_IP_FLAG_ASYNC | PERF_IP_FLAG_INTERRUPT, "hw int"}, 1562 {PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_CALL | PERF_IP_FLAG_VMENTRY, "vmentry"}, 1563 {PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_CALL | PERF_IP_FLAG_VMEXIT, "vmexit"},
|
Completed in 30 milliseconds