Home
last modified time | relevance | path

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

/tools/perf/util/
Devent.h172 PERF_IP_FLAG_IN_TX = 1ULL << 10, enumerator
Dintel-pt.c942 ptq->flags |= PERF_IP_FLAG_IN_TX; in intel_pt_sample_flags()
/tools/perf/
Dbuiltin-script.c1110 bool in_tx = flags & PERF_IP_FLAG_IN_TX; in print_sample_flags()
1116 if (sample_flags[i].flags == (flags & ~PERF_IP_FLAG_IN_TX)) { in print_sample_flags()
/tools/perf/util/scripting-engines/
Dtrace-event-python.c870 tuple_set_s32(t, 20, !!(es->sample->flags & PERF_IP_FLAG_IN_TX)); in python_export_sample()