Home
last modified time | relevance | path

Searched refs:PERF_IP_FLAG_IN_TX (Results 1 – 5 of 5) sorted by relevance

/linux-6.1.9/tools/perf/util/
Devent.h120 PERF_IP_FLAG_IN_TX = 1ULL << 10, enumerator
Dthread-stack.c398 be->flags.in_tx = !!(flags & PERF_IP_FLAG_IN_TX); in thread_stack__update_br_stack()
Dintel-pt.c1501 ptq->flags |= PERF_IP_FLAG_IN_TX; in intel_pt_sample_flags()
/linux-6.1.9/tools/perf/
Dbuiltin-script.c1616 u32 xf = PERF_IP_FLAG_IN_TX | PERF_IP_FLAG_INTR_DISABLE | in perf_sample__sprintf_flags()
1626 flags & PERF_IP_FLAG_IN_TX ? "x" : "", in perf_sample__sprintf_flags()
/linux-6.1.9/tools/perf/util/scripting-engines/
Dtrace-event-python.c1289 tuple_set_s32(t, 20, !!(es->sample->flags & PERF_IP_FLAG_IN_TX)); in python_export_sample_table()