Home
last modified time | relevance | path

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

/linux-6.1.9/tools/perf/util/intel-pt-decoder/
Dintel-pt-insn-decoder.c267 return PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_RETURN; in intel_pt_insn_type()
275 return PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_RETURN | in intel_pt_insn_type()
284 return PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_RETURN | in intel_pt_insn_type()
/linux-6.1.9/tools/perf/util/
Ddb-export.c420 {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,
Devent.h112 PERF_IP_FLAG_RETURN = 1ULL << 2, enumerator
132 PERF_IP_FLAG_RETURN |\
Dcs-etm.c1887 PERF_IP_FLAG_RETURN; in cs_etm__set_sample_flags()
1897 PERF_IP_FLAG_RETURN; in cs_etm__set_sample_flags()
1903 PERF_IP_FLAG_RETURN; in cs_etm__set_sample_flags()
1921 PERF_IP_FLAG_RETURN | in cs_etm__set_sample_flags()
1926 PERF_IP_FLAG_RETURN | in cs_etm__set_sample_flags()
2005 PERF_IP_FLAG_RETURN | in cs_etm__set_sample_flags()
Dthread-stack.c466 } 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()
Dintel-bts.c917 bts->branches_filter |= PERF_IP_FLAG_RETURN | in intel_bts_process_auxtrace_info()
Dintel-pt.c4320 pt->branches_filter |= PERF_IP_FLAG_RETURN | in intel_pt_process_auxtrace_info()
/linux-6.1.9/tools/perf/
Dbuiltin-script.c1405 } else if (sample->flags & (PERF_IP_FLAG_RETURN | PERF_IP_FLAG_TRACE_END)) { in resolve_branch_sym()
1433 if (thread->ts && sample->flags & PERF_IP_FLAG_RETURN) in perf_sample__fprintf_callindent()
1585 {PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_RETURN, "return"},
1589 {PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_RETURN | PERF_IP_FLAG_INTERRUPT, "iret"},
1591 {PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_RETURN | PERF_IP_FLAG_SYSCALLRET, "sysret"},