Home
last modified time | relevance | path

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

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