Home
last modified time | relevance | path

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

/tools/perf/util/
A Dbranch.h21 u64 in_tx:1; member
A Dthread-stack.c398 be->flags.in_tx = !!(flags & PERF_IP_FLAG_IN_TX); in thread_stack__update_br_stack()
A Dsort.c2141 return left->branch_info->flags.in_tx != in sort__in_tx_cmp()
2142 right->branch_info->flags.in_tx; in sort__in_tx_cmp()
2151 if (he->branch_info->flags.in_tx) in hist_entry__in_tx_snprintf()
A Darm-spe.c429 bs_flags->in_tx = 1; in arm_spe__prep_branch_stack()
A Dsession.c892 e->flags.in_tx ? "T" : " ", in branch_stack__printf()
A Dintel-pt.c2245 u.flags.in_tx = !!(info & LBR_INFO_IN_TX); in intel_pt_lbr_flags()
/tools/perf/scripts/python/
A Dexport-to-postgresql.py1031 …to_sym_offset, to_ip, period, weight, transaction, data_src, branch_type, in_tx, call_path_id, ins… argument
1033 …o_dso_id, 8, to_symbol_id, 8, to_sym_offset, 8, to_ip, 4, branch_type, 1, in_tx, 8, call_path_id, …
1035 …ip, 8, period, 8, weight, 8, transaction, 8, data_src, 4, branch_type, 1, in_tx, 8, call_path_id, …
/tools/include/uapi/linux/
A Dperf_event.h1454 in_tx : 1, /* in transaction */ member
/tools/perf/Documentation/
A Dperf-script-python.txt665 predicted, in_tx, abort, cycles.
668 items: from, to, pred, in_tx, abort (converted string)
A Dperf-top.txt134 local_weight, abort, in_tx, transaction, overhead, sample, period.
A Dperf-report.txt160 - in_tx: branch in TSX transaction
A Dperf-record.txt449 - in_tx: only when the target is in a hardware transaction
/tools/perf/util/scripting-engines/
A Dtrace-event-python.c516 PyBool_FromLong(entries[i].flags.in_tx)); in python_process_brstack()
612 if (entries[i].flags.in_tx) { in python_process_brstacksym()
/tools/perf/
A Dbuiltin-script.c969 br->flags.in_tx ? 'X' : '-', in print_bstack_flags()
1299 en->flags.in_tx ? " INTX" : "", in ip__fprintf_jump()

Completed in 57 milliseconds