Searched refs:PERF_IP_FLAG_RETURN (Results 1 – 10 of 10) sorted by relevance
| /linux/tools/perf/util/intel-pt-decoder/ |
| H A D | intel-pt-insn-decoder.c | 286 return PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_RETURN; in intel_pt_insn_type() 296 return PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_RETURN | in intel_pt_insn_type() 305 return PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_RETURN | in intel_pt_insn_type()
|
| /linux/tools/perf/util/ |
| H A D | trace-event-scripting.c | 278 {PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_RETURN, "return"}, 282 {PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_RETURN | PERF_IP_FLAG_INTERRUPT, "iret"}, 284 {PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_RETURN | PERF_IP_FLAG_SYSCALLRET, "sysret"},
|
| H A D | event.h | 56 PERF_IP_FLAG_RETURN = 1ULL << 2, enumerator 83 PERF_IP_FLAG_RETURN |\
|
| H A D | db-export.c | 426 {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 D | cs-etm.c | 2326 PERF_IP_FLAG_RETURN; in cs_etm__set_sample_flags() 2336 PERF_IP_FLAG_RETURN; in cs_etm__set_sample_flags() 2342 PERF_IP_FLAG_RETURN; in cs_etm__set_sample_flags() 2360 PERF_IP_FLAG_RETURN | in cs_etm__set_sample_flags() 2364 PERF_IP_FLAG_RETURN | in cs_etm__set_sample_flags() 2444 PERF_IP_FLAG_RETURN | in cs_etm__process_traceid_queue()
|
| H 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()
|
| H A D | arm-spe.c | 666 speq->flags |= PERF_IP_FLAG_RETURN; in arm_spe__synth_data_source_common() 672 speq->flags |= PERF_IP_FLAG_RETURN; in arm_spe__synth_data_source_common()
|
| H A D | intel-bts.c | 889 bts->branches_filter |= PERF_IP_FLAG_RETURN | in intel_bts_process_auxtrace_info()
|
| H A D | intel-pt.c | 4655 pt->branches_filter |= PERF_IP_FLAG_RETURN | in intel_pt_process_auxtrace_info()
|
| /linux/tools/perf/ |
| H A D | builtin-script.c | 1572 } else if (sample->flags & (PERF_IP_FLAG_RETURN | PERF_IP_FLAG_TRACE_END)) { in perf_sample__fprintf_callindent() 1599 if (thread__ts(thread) && sample->flags & PERF_IP_FLAG_RETURN) in perf_sample__fprintf_callindent()
|