Home
last modified time | relevance | path

Searched refs:PERF_IP_FLAG_RETURN (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/tools/perf/util/intel-pt-decoder/
H A Dintel-pt-insn-decoder.c284 return PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_RETURN; in intel_pt_insn_type()
294 return PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_RETURN | in intel_pt_insn_type()
303 return PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_RETURN | in intel_pt_insn_type()
/openbmc/linux/tools/perf/util/
H A Ddb-export.c426 {PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_RETURN, "return"},
431 {PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_RETURN | PERF_IP_FLAG_INTERRUPT,
435 {PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_RETURN | PERF_IP_FLAG_SYSCALLRET,
H A Devent.h56 PERF_IP_FLAG_RETURN = 1ULL << 2, enumerator
76 PERF_IP_FLAG_RETURN |\
H A Dcs-etm.c2175 PERF_IP_FLAG_RETURN; in cs_etm__set_sample_flags()
2185 PERF_IP_FLAG_RETURN; in cs_etm__set_sample_flags()
2191 PERF_IP_FLAG_RETURN; in cs_etm__set_sample_flags()
2209 PERF_IP_FLAG_RETURN | in cs_etm__set_sample_flags()
2214 PERF_IP_FLAG_RETURN | in cs_etm__set_sample_flags()
2293 PERF_IP_FLAG_RETURN | in cs_etm__set_sample_flags()
H A Dthread-stack.c466 } else if ((flags & PERF_IP_FLAG_RETURN) && from_ip) { in thread_stack__event()
1176 } else if (sample->flags & PERF_IP_FLAG_RETURN) { in thread_stack__process()
H A Dintel-bts.c917 bts->branches_filter |= PERF_IP_FLAG_RETURN | in intel_bts_process_auxtrace_info()
H A Dintel-pt.c4407 pt->branches_filter |= PERF_IP_FLAG_RETURN | in intel_pt_process_auxtrace_info()
/openbmc/linux/tools/perf/
H A Dbuiltin-script.c1429 } else if (sample->flags & (PERF_IP_FLAG_RETURN | PERF_IP_FLAG_TRACE_END)) { in resolve_branch_sym()
1457 if (thread__ts(thread) && sample->flags & PERF_IP_FLAG_RETURN) in perf_sample__fprintf_callindent()
1611 {PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_RETURN, "return"},
1615 {PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_RETURN | PERF_IP_FLAG_INTERRUPT, "iret"},
1617 {PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_RETURN | PERF_IP_FLAG_SYSCALLRET, "sysret"},