Home
last modified time | relevance | path

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

/linux/tools/perf/util/intel-pt-decoder/
H A Dintel-pt-insn-decoder.c291 return PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_RETURN; in intel_pt_insn_type()
301 return PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_RETURN | in intel_pt_insn_type()
310 return PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_RETURN | in intel_pt_insn_type()
/linux/tools/perf/util/
H A Dtrace-event-scripting.c281 {PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_RETURN, "return"},
285 {PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_RETURN | PERF_IP_FLAG_INTERRUPT, "iret"},
287 {PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_RETURN | PERF_IP_FLAG_SYSCALLRET, "sysret"},
H A Ddb-export.c430 {PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_RETURN, "return"},
435 {PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_RETURN | PERF_IP_FLAG_INTERRUPT,
439 {PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_RETURN | PERF_IP_FLAG_SYSCALLRET,
H A Devent.h56 PERF_IP_FLAG_RETURN = 1ULL << 2, enumerator
83 PERF_IP_FLAG_RETURN |\
H A Dcs-etm.c2258 PERF_IP_FLAG_RETURN; in cs_etm__set_sample_flags()
2268 PERF_IP_FLAG_RETURN; in cs_etm__set_sample_flags()
2274 PERF_IP_FLAG_RETURN; in cs_etm__set_sample_flags()
2292 PERF_IP_FLAG_RETURN | in cs_etm__set_sample_flags()
2297 PERF_IP_FLAG_RETURN | in cs_etm__set_sample_flags()
2376 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 Darm-spe.c627 speq->flags |= PERF_IP_FLAG_RETURN; in arm_spe__sample_flags()
633 speq->flags |= PERF_IP_FLAG_RETURN; in arm_spe__sample_flags()
H A Dintel-bts.c888 bts->branches_filter |= PERF_IP_FLAG_RETURN | in intel_bts_process_auxtrace_info()
H A Dintel-pt.c4634 pt->branches_filter |= PERF_IP_FLAG_RETURN | in intel_pt_process_auxtrace_info()
/linux/tools/perf/
H A Dbuiltin-script.c1560 } else if (sample->flags & (PERF_IP_FLAG_RETURN | PERF_IP_FLAG_TRACE_END)) { in resolve_branch_sym()
1587 if (thread__ts(thread) && sample->flags & PERF_IP_FLAG_RETURN) in perf_sample__fprintf_callindent()