Home
last modified time | relevance | path

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

/Linux-v6.6/tools/perf/util/
Devent.h62 PERF_IP_FLAG_TRACE_BEGIN = 1ULL << 8, enumerator
82 PERF_IP_FLAG_TRACE_BEGIN |\
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()
Dintel-bts.c370 PERF_IP_FLAG_TRACE_BEGIN; in intel_bts_get_branch_type()
918 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.c1528 PERF_IP_FLAG_TRACE_BEGIN; in intel_pt_sample_flags()
1536 ptq->flags |= PERF_IP_FLAG_TRACE_BEGIN; in intel_pt_sample_flags()
4404 PERF_IP_FLAG_TRACE_BEGIN; in intel_pt_process_auxtrace_info()
Dcs-etm.c2200 PERF_IP_FLAG_TRACE_BEGIN; in cs_etm__set_sample_flags()
/Linux-v6.6/tools/perf/
Dbuiltin-script.c1418 if (sample->flags & (PERF_IP_FLAG_CALL | PERF_IP_FLAG_TRACE_BEGIN)) { in resolve_branch_sym()
1621 {PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_TRACE_BEGIN, "tr strt"},
1660 if (flags & PERF_IP_FLAG_TRACE_BEGIN) { in perf_sample__sprintf_flags()
1661 name = sample_flags_to_name(flags & ~(xf | PERF_IP_FLAG_TRACE_BEGIN)); in perf_sample__sprintf_flags()