Home
last modified time | relevance | path

Searched refs:in_tx (Results 1 – 13 of 13) sorted by relevance

/tools/perf/util/
Dbranch.h23 u64 in_tx:1; member
Dsort.c1636 return left->branch_info->flags.in_tx != in sort__in_tx_cmp()
1637 right->branch_info->flags.in_tx; in sort__in_tx_cmp()
1646 if (he->branch_info->flags.in_tx) in hist_entry__in_tx_snprintf()
Dthread-stack.c398 be->flags.in_tx = !!(flags & PERF_IP_FLAG_IN_TX); in thread_stack__update_br_stack()
Dsession.c1158 e->flags.in_tx ? "T" : " ", in branch_stack__printf()
Dintel-pt.c1986 u.flags.in_tx = !!(info & LBR_INFO_IN_TX); in intel_pt_lbr_flags()
/tools/perf/scripts/python/
Dexport-to-postgresql.py1028 …to_sym_offset, to_ip, period, weight, transaction, data_src, branch_type, in_tx, call_path_id, ins… argument
1030 …o_dso_id, 8, to_symbol_id, 8, to_sym_offset, 8, to_ip, 4, branch_type, 1, in_tx, 8, call_path_id, …
1032 …ip, 8, period, 8, weight, 8, transaction, 8, data_src, 4, branch_type, 1, in_tx, 8, call_path_id, …
/tools/include/uapi/linux/
Dperf_event.h1339 in_tx:1, /* in transaction */ member
/tools/perf/
Dbuiltin-script.c895 entries[i].flags.in_tx ? 'X' : '-', in perf_sample__fprintf_brstack()
941 entries[i].flags.in_tx ? 'X' : '-', in perf_sample__fprintf_brstacksym()
991 entries[i].flags.in_tx ? 'X' : '-', in perf_sample__fprintf_brstackoff()
1126 en->flags.in_tx ? " INTX" : "", in ip__fprintf_jump()
1579 bool in_tx = flags & PERF_IP_FLAG_IN_TX; in perf_sample__sprintf_flags() local
1585 return snprintf(str, sz, "%-15s%4s", name, in_tx ? "(x)" : ""); in perf_sample__sprintf_flags()
1590 return snprintf(str, sz, "tr strt %-7s%4s", name, in_tx ? "(x)" : ""); in perf_sample__sprintf_flags()
1596 return snprintf(str, sz, "tr end %-7s%4s", name, in_tx ? "(x)" : ""); in perf_sample__sprintf_flags()
/tools/perf/Documentation/
Dperf-script-python.txt665 predicted, in_tx, abort, cycles.
668 items: from, to, pred, in_tx, abort (converted string)
Dperf-top.txt132 local_weight, abort, in_tx, transaction, overhead, sample, period.
Dperf-report.txt131 - in_tx: branch in TSX transaction
Dperf-record.txt383 - in_tx: only when the target is in a hardware transaction
/tools/perf/util/scripting-engines/
Dtrace-event-python.c496 PyBool_FromLong(entries[i].flags.in_tx)); in python_process_brstack()
601 if (entries[i].flags.in_tx) { in python_process_brstacksym()