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/
A Devent.h101 PERF_IP_FLAG_IN_TX = 1ULL << 10, enumerator
A Dthread-stack.c398 be->flags.in_tx = !!(flags & PERF_IP_FLAG_IN_TX); in thread_stack__update_br_stack()
A Dintel-pt.c1340 ptq->flags |= PERF_IP_FLAG_IN_TX; in intel_pt_sample_flags()
/linux/tools/perf/
A Dbuiltin-script.c1583 bool in_tx = flags & PERF_IP_FLAG_IN_TX; in perf_sample__sprintf_flags()
1587 name = sample_flags_to_name(flags & ~PERF_IP_FLAG_IN_TX); in perf_sample__sprintf_flags()
1592 name = sample_flags_to_name(flags & ~(PERF_IP_FLAG_IN_TX | PERF_IP_FLAG_TRACE_BEGIN)); in perf_sample__sprintf_flags()
1598 name = sample_flags_to_name(flags & ~(PERF_IP_FLAG_IN_TX | PERF_IP_FLAG_TRACE_END)); in perf_sample__sprintf_flags()
/linux/tools/perf/util/scripting-engines/
A Dtrace-event-python.c1237 tuple_set_s32(t, 20, !!(es->sample->flags & PERF_IP_FLAG_IN_TX)); in python_export_sample_table()

Completed in 26 milliseconds