Searched refs:PERF_IP_FLAG_RETURN (Results 1 – 8 of 8) sorted by relevance
/linux/tools/perf/util/intel-pt-decoder/ |
A D | intel-pt-insn-decoder.c | 266 return PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_RETURN; in intel_pt_insn_type() 274 return PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_RETURN | in intel_pt_insn_type() 283 return PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_RETURN | in intel_pt_insn_type()
|
/linux/tools/perf/util/ |
A D | db-export.c | 420 {PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_RETURN, "return"}, 425 {PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_RETURN | PERF_IP_FLAG_INTERRUPT, 429 {PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_RETURN | PERF_IP_FLAG_SYSCALLRET,
|
A D | event.h | 93 PERF_IP_FLAG_RETURN = 1ULL << 2, enumerator 111 PERF_IP_FLAG_RETURN |\
|
A D | cs-etm.c | 1889 PERF_IP_FLAG_RETURN; in cs_etm__set_sample_flags() 1899 PERF_IP_FLAG_RETURN; in cs_etm__set_sample_flags() 1905 PERF_IP_FLAG_RETURN; in cs_etm__set_sample_flags() 1923 PERF_IP_FLAG_RETURN | in cs_etm__set_sample_flags() 1928 PERF_IP_FLAG_RETURN | in cs_etm__set_sample_flags() 2007 PERF_IP_FLAG_RETURN | in cs_etm__set_sample_flags()
|
A D | thread-stack.c | 466 } else if ((flags & PERF_IP_FLAG_RETURN) && from_ip) { in thread_stack__event() 1177 } else if (sample->flags & PERF_IP_FLAG_RETURN) { in thread_stack__process()
|
A D | intel-bts.c | 917 bts->branches_filter |= PERF_IP_FLAG_RETURN | in intel_bts_process_auxtrace_info()
|
A D | intel-pt.c | 3934 pt->branches_filter |= PERF_IP_FLAG_RETURN | in intel_pt_process_auxtrace_info()
|
/linux/tools/perf/ |
A D | builtin-script.c | 1370 } else if (sample->flags & (PERF_IP_FLAG_RETURN | PERF_IP_FLAG_TRACE_END)) { in resolve_branch_sym() 1398 if (thread->ts && sample->flags & PERF_IP_FLAG_RETURN) in perf_sample__fprintf_callindent() 1550 {PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_RETURN, "return"}, 1554 {PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_RETURN | PERF_IP_FLAG_INTERRUPT, "iret"}, 1556 {PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_RETURN | PERF_IP_FLAG_SYSCALLRET, "sysret"},
|
Completed in 34 milliseconds