Searched refs:PERF_IP_FLAG_TRACE_BEGIN (Results 1 – 8 of 8) sorted by relevance
289 {PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_TRACE_BEGIN, "tr strt"},317 if (flags & PERF_IP_FLAG_TRACE_BEGIN) in sample_flags_to_name() 329 flags &= ~(PERF_IP_FLAG_TRACE_BEGIN | PERF_IP_FLAG_TRACE_END); in sample_flags_to_name()
62 PERF_IP_FLAG_TRACE_BEGIN = 1ULL << 8, enumerator89 PERF_IP_FLAG_TRACE_BEGIN |\
441 {PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_TRACE_BEGIN, "trace begin"},466 (type & (PERF_IP_FLAG_TRACE_BEGIN | PERF_IP_FLAG_TRACE_END))) in db_export__branch_types() 470 err = db_export__branch_type(dbe, type | PERF_IP_FLAG_TRACE_BEGIN, buf); in db_export__branch_types()
373 PERF_IP_FLAG_TRACE_BEGIN; in intel_bts_get_branch_type() 890 PERF_IP_FLAG_TRACE_BEGIN; in intel_bts_process_auxtrace_info()
456 } else if (flags & PERF_IP_FLAG_TRACE_BEGIN) { in thread_stack__event()1204 } else if (sample->flags & PERF_IP_FLAG_TRACE_BEGIN) { in thread_stack__process()
1535 PERF_IP_FLAG_TRACE_BEGIN; in intel_pt_sample_flags() 1543 ptq->flags |= PERF_IP_FLAG_TRACE_BEGIN; in intel_pt_sample_flags() 4656 PERF_IP_FLAG_TRACE_BEGIN; in intel_pt_process_auxtrace_info()
2347 * PERF_IP_FLAG_TRACE_BEGIN to indicate restarting trace. in cs_etm__set_sample_flags() 2351 PERF_IP_FLAG_TRACE_BEGIN; in cs_etm__set_sample_flags()
1561 if (sample->flags & (PERF_IP_FLAG_CALL | PERF_IP_FLAG_TRACE_BEGIN)) { in resolve_branch_sym()