Searched refs:PERF_IP_FLAG_RETURN (Results 1 – 10 of 10) sorted by relevance
| /tools/perf/util/intel-pt-decoder/ |
| A D | intel-pt-insn-decoder.c | 291 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()
|
| /tools/perf/util/ |
| A D | trace-event-scripting.c | 297 {PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_RETURN, "return"}, 301 {PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_RETURN | PERF_IP_FLAG_INTERRUPT, "iret"}, 303 {PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_RETURN | PERF_IP_FLAG_SYSCALLRET, "sysret"},
|
| A D | event.h | 56 PERF_IP_FLAG_RETURN = 1ULL << 2, enumerator 83 PERF_IP_FLAG_RETURN |\
|
| A D | db-export.c | 431 {PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_RETURN, "return"}, 436 {PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_RETURN | PERF_IP_FLAG_INTERRUPT, 440 {PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_RETURN | PERF_IP_FLAG_SYSCALLRET,
|
| A D | cs-etm.c | 2262 PERF_IP_FLAG_RETURN; in cs_etm__set_sample_flags() 2272 PERF_IP_FLAG_RETURN; in cs_etm__set_sample_flags() 2278 PERF_IP_FLAG_RETURN; in cs_etm__set_sample_flags() 2296 PERF_IP_FLAG_RETURN | in cs_etm__set_sample_flags() 2301 PERF_IP_FLAG_RETURN | in cs_etm__set_sample_flags() 2380 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() 1176 } else if (sample->flags & PERF_IP_FLAG_RETURN) { in thread_stack__process()
|
| A D | arm-spe.c | 602 speq->flags |= PERF_IP_FLAG_RETURN; in arm_spe__sample_flags() 608 speq->flags |= PERF_IP_FLAG_RETURN; in arm_spe__sample_flags()
|
| A D | intel-bts.c | 890 bts->branches_filter |= PERF_IP_FLAG_RETURN | in intel_bts_process_auxtrace_info()
|
| A D | intel-pt.c | 4636 pt->branches_filter |= PERF_IP_FLAG_RETURN | in intel_pt_process_auxtrace_info()
|
| /tools/perf/ |
| A D | builtin-script.c | 1561 } else if (sample->flags & (PERF_IP_FLAG_RETURN | PERF_IP_FLAG_TRACE_END)) { in resolve_branch_sym() 1588 if (thread__ts(thread) && sample->flags & PERF_IP_FLAG_RETURN) in perf_sample__fprintf_callindent()
|
Completed in 40 milliseconds