Searched refs:PERF_IP_FLAG_CALL (Results 1 – 6 of 6) sorted by relevance
225 return PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_CALL; in intel_pt_insn_type()238 return PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_CALL | in intel_pt_insn_type()241 return PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_CALL | in intel_pt_insn_type()
363 {PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_CALL, "call"},367 {PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_CALL | PERF_IP_FLAG_INTERRUPT,371 {PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_CALL | PERF_IP_FLAG_SYSCALLRET,376 {PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_CALL | PERF_IP_FLAG_ASYNC |
154 PERF_IP_FLAG_CALL = 1ULL << 1, enumerator170 PERF_IP_FLAG_CALL |\
407 PERF_IP_FLAG_CALL | in intel_bts_get_branch_type()410 PERF_IP_FLAG_CALL | in intel_bts_get_branch_type()908 bts->branches_filter |= PERF_IP_FLAG_CALL | PERF_IP_FLAG_ASYNC | in intel_bts_process_auxtrace_info()
283 if (flags & PERF_IP_FLAG_CALL) { in thread_stack__event()717 if (sample->flags & PERF_IP_FLAG_CALL) { in thread_stack__process()
801 ptq->flags = PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_CALL | in intel_pt_sample_flags()1253 (ptq->flags & PERF_IP_FLAG_CALL)) { in intel_pt_sample()2125 pt->branches_filter |= PERF_IP_FLAG_CALL | PERF_IP_FLAG_ASYNC | in intel_pt_process_auxtrace_info()