Home
last modified time | relevance | path

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

/linux-6.3-rc2/tools/perf/util/
A Devent.h62 PERF_IP_FLAG_TRACE_BEGIN = 1ULL << 8, enumerator
82 PERF_IP_FLAG_TRACE_BEGIN |\
A Ddb-export.c435 {PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_TRACE_BEGIN, "trace begin"},
460 (type & (PERF_IP_FLAG_TRACE_BEGIN | PERF_IP_FLAG_TRACE_END))) in db_export__branch_types()
464 err = db_export__branch_type(dbe, type | PERF_IP_FLAG_TRACE_BEGIN, buf); in db_export__branch_types()
A 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()
A Dthread-stack.c456 } else if (flags & PERF_IP_FLAG_TRACE_BEGIN) { in thread_stack__event()
1205 } else if (sample->flags & PERF_IP_FLAG_TRACE_BEGIN) { in thread_stack__process()
A Dintel-pt.c1506 PERF_IP_FLAG_TRACE_BEGIN; in intel_pt_sample_flags()
1514 ptq->flags |= PERF_IP_FLAG_TRACE_BEGIN; in intel_pt_sample_flags()
4383 PERF_IP_FLAG_TRACE_BEGIN; in intel_pt_process_auxtrace_info()
A Dcs-etm.c1941 PERF_IP_FLAG_TRACE_BEGIN; in cs_etm__set_sample_flags()
/linux-6.3-rc2/tools/perf/
A Dbuiltin-script.c1413 if (sample->flags & (PERF_IP_FLAG_CALL | PERF_IP_FLAG_TRACE_BEGIN)) { in resolve_branch_sym()
1614 {PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_TRACE_BEGIN, "tr strt"},
1653 if (flags & PERF_IP_FLAG_TRACE_BEGIN) { in perf_sample__sprintf_flags()
1654 name = sample_flags_to_name(flags & ~(xf | PERF_IP_FLAG_TRACE_BEGIN)); in perf_sample__sprintf_flags()

Completed in 30 milliseconds