Searched refs:PERF_IP_FLAG_TRACE_BEGIN (Results 1 – 8 of 8) sorted by relevance
308 {PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_TRACE_BEGIN, "tr strt"},336 if (flags & PERF_IP_FLAG_TRACE_BEGIN) in sample_flags_to_name()348 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 |\
446 {PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_TRACE_BEGIN, "trace begin"},471 (type & (PERF_IP_FLAG_TRACE_BEGIN | PERF_IP_FLAG_TRACE_END))) in db_export__branch_types()475 err = db_export__branch_type(dbe, type | PERF_IP_FLAG_TRACE_BEGIN, buf); in db_export__branch_types()
372 PERF_IP_FLAG_TRACE_BEGIN; in intel_bts_get_branch_type()891 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()
1534 PERF_IP_FLAG_TRACE_BEGIN; in intel_pt_sample_flags()1542 ptq->flags |= PERF_IP_FLAG_TRACE_BEGIN; in intel_pt_sample_flags()4637 PERF_IP_FLAG_TRACE_BEGIN; in intel_pt_process_auxtrace_info()
2287 PERF_IP_FLAG_TRACE_BEGIN; in cs_etm__set_sample_flags()
1550 if (sample->flags & (PERF_IP_FLAG_CALL | PERF_IP_FLAG_TRACE_BEGIN)) { in resolve_branch_sym()
Completed in 39 milliseconds