Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/perf/util/intel-pt-decoder/
Dintel-pt-insn-decoder.c251 return PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_RETURN; in intel_pt_insn_type()
259 return PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_RETURN | in intel_pt_insn_type()
268 return PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_RETURN | in intel_pt_insn_type()
/kernel/linux/linux-5.10/tools/perf/util/
Devent.h90 PERF_IP_FLAG_RETURN = 1ULL << 2, enumerator
106 PERF_IP_FLAG_RETURN |\
Ddb-export.c424 {PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_RETURN, "return"},
429 {PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_RETURN | PERF_IP_FLAG_INTERRUPT,
433 {PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_RETURN | PERF_IP_FLAG_SYSCALLRET,
Dcs-etm.c1861 PERF_IP_FLAG_RETURN; in cs_etm__set_sample_flags()
1871 PERF_IP_FLAG_RETURN; in cs_etm__set_sample_flags()
1877 PERF_IP_FLAG_RETURN; in cs_etm__set_sample_flags()
1895 PERF_IP_FLAG_RETURN | in cs_etm__set_sample_flags()
1900 PERF_IP_FLAG_RETURN | in cs_etm__set_sample_flags()
1979 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.c3513 pt->branches_filter |= PERF_IP_FLAG_RETURN | in intel_pt_process_auxtrace_info()
/kernel/linux/linux-5.10/tools/perf/
Dbuiltin-script.c1327 } else if (sample->flags & (PERF_IP_FLAG_RETURN | PERF_IP_FLAG_TRACE_END)) { in resolve_branch_sym()
1353 if (thread->ts && sample->flags & PERF_IP_FLAG_RETURN) in perf_sample__fprintf_callindent()
1498 {PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_RETURN, "return"},
1502 {PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_RETURN | PERF_IP_FLAG_INTERRUPT, "iret"},
1504 {PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_RETURN | PERF_IP_FLAG_SYSCALLRET, "sysret"},