Searched refs:PERF_IP_FLAG_CALL (Results 1 – 8 of 8) sorted by relevance
/tools/perf/util/intel-pt-decoder/ |
D | intel-pt-insn-decoder.c | 249 return PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_CALL; in intel_pt_insn_type() 262 return PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_CALL | in intel_pt_insn_type() 265 return PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_CALL | in intel_pt_insn_type()
|
/tools/perf/util/ |
D | db-export.c | 423 {PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_CALL, "call"}, 427 {PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_CALL | PERF_IP_FLAG_INTERRUPT, 431 {PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_CALL | PERF_IP_FLAG_SYSCALLRET, 436 {PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_CALL | PERF_IP_FLAG_ASYNC |
|
D | event.h | 89 PERF_IP_FLAG_CALL = 1ULL << 1, enumerator 105 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() 904 bts->branches_filter |= PERF_IP_FLAG_CALL | PERF_IP_FLAG_ASYNC | in intel_bts_process_auxtrace_info()
|
D | cs-etm.c | 1810 PERF_IP_FLAG_CALL; in cs_etm__set_sample_flags() 1819 PERF_IP_FLAG_CALL; in cs_etm__set_sample_flags() 1889 PERF_IP_FLAG_CALL | in cs_etm__set_sample_flags() 1897 PERF_IP_FLAG_CALL | in cs_etm__set_sample_flags() 1906 PERF_IP_FLAG_CALL | in cs_etm__set_sample_flags()
|
D | thread-stack.c | 388 if (flags & PERF_IP_FLAG_CALL) { in thread_stack__event() 897 if (sample->flags & PERF_IP_FLAG_CALL) { in thread_stack__process()
|
D | intel-pt.c | 1001 ptq->flags = PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_CALL | in intel_pt_sample_flags() 2012 (ptq->flags & PERF_IP_FLAG_CALL)) { in intel_pt_sample() 3270 pt->branches_filter |= PERF_IP_FLAG_CALL | PERF_IP_FLAG_ASYNC | in intel_pt_process_auxtrace_info()
|
/tools/perf/ |
D | builtin-script.c | 1187 if (sample->flags & (PERF_IP_FLAG_CALL | PERF_IP_FLAG_TRACE_BEGIN)) { in resolve_branch_sym() 1367 {PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_CALL, "call"}, 1371 {PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_CALL | PERF_IP_FLAG_INTERRUPT, "int"}, 1373 {PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_CALL | PERF_IP_FLAG_SYSCALLRET, "syscall"}, 1376 {PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_CALL | PERF_IP_FLAG_ASYNC | PERF_IP_FLAG_INTERRUPT, "hw int"},
|