Home
last modified time | relevance | path

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

/linux-4.4.14/tools/perf/util/
Devent.h163 PERF_IP_FLAG_IN_TX = 1ULL << 10, enumerator
Dintel-pt.c815 ptq->flags |= PERF_IP_FLAG_IN_TX; in intel_pt_sample_flags()
/linux-4.4.14/tools/perf/util/scripting-engines/
Dtrace-event-python.c700 tuple_set_s32(t, 20, !!(es->sample->flags & PERF_IP_FLAG_IN_TX)); in python_export_sample()