Home
last modified time | relevance | path

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

/Linux-v6.6/tools/perf/util/
Devent.h64 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.c1530 ptq->flags |= PERF_IP_FLAG_IN_TX; in intel_pt_sample_flags()
/Linux-v6.6/tools/perf/
Dbuiltin-script.c1642 u32 xf = PERF_IP_FLAG_IN_TX | PERF_IP_FLAG_INTR_DISABLE | in perf_sample__sprintf_flags()
1652 flags & PERF_IP_FLAG_IN_TX ? "x" : "", in perf_sample__sprintf_flags()
/Linux-v6.6/tools/perf/util/scripting-engines/
Dtrace-event-python.c1324 tuple_set_s32(t, 20, !!(es->sample->flags & PERF_IP_FLAG_IN_TX)); in python_export_sample_table()