Home
last modified time | relevance | path

Searched refs:PERF_IP_FLAG_TRACE_BEGIN (Results 1 – 7 of 7) sorted by relevance

/linux-6.12.1/tools/perf/util/
Ddb-export.c441 {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()
Devent.h62 PERF_IP_FLAG_TRACE_BEGIN = 1ULL << 8, enumerator
82 PERF_IP_FLAG_TRACE_BEGIN |\
Dintel-bts.c370 PERF_IP_FLAG_TRACE_BEGIN; in intel_bts_get_branch_type()
889 PERF_IP_FLAG_TRACE_BEGIN; in intel_bts_process_auxtrace_info()
Dthread-stack.c456 } 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()
Dintel-pt.c1532 PERF_IP_FLAG_TRACE_BEGIN; in intel_pt_sample_flags()
1540 ptq->flags |= PERF_IP_FLAG_TRACE_BEGIN; in intel_pt_sample_flags()
4386 PERF_IP_FLAG_TRACE_BEGIN; in intel_pt_process_auxtrace_info()
Dcs-etm.c2278 PERF_IP_FLAG_TRACE_BEGIN; in cs_etm__set_sample_flags()
/linux-6.12.1/tools/perf/
Dbuiltin-script.c1521 if (sample->flags & (PERF_IP_FLAG_CALL | PERF_IP_FLAG_TRACE_BEGIN)) { in resolve_branch_sym()
1727 {PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_TRACE_BEGIN, "tr strt"},
1766 if (flags & PERF_IP_FLAG_TRACE_BEGIN) { in perf_sample__sprintf_flags()
1767 name = sample_flags_to_name(flags & ~(xf | PERF_IP_FLAG_TRACE_BEGIN)); in perf_sample__sprintf_flags()