Searched refs:in_tx (Results 1 – 14 of 14) sorted by relevance
| /tools/perf/util/ |
| A D | branch.h | 21 u64 in_tx:1; member
|
| A D | thread-stack.c | 398 be->flags.in_tx = !!(flags & PERF_IP_FLAG_IN_TX); in thread_stack__update_br_stack()
|
| A D | sort.c | 2141 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 D | arm-spe.c | 429 bs_flags->in_tx = 1; in arm_spe__prep_branch_stack()
|
| A D | session.c | 892 e->flags.in_tx ? "T" : " ", in branch_stack__printf()
|
| A D | intel-pt.c | 2245 u.flags.in_tx = !!(info & LBR_INFO_IN_TX); in intel_pt_lbr_flags()
|
| /tools/perf/scripts/python/ |
| A D | export-to-postgresql.py | 1031 …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 D | perf_event.h | 1454 in_tx : 1, /* in transaction */ member
|
| /tools/perf/Documentation/ |
| A D | perf-script-python.txt | 665 predicted, in_tx, abort, cycles. 668 items: from, to, pred, in_tx, abort (converted string)
|
| A D | perf-top.txt | 134 local_weight, abort, in_tx, transaction, overhead, sample, period.
|
| A D | perf-report.txt | 160 - in_tx: branch in TSX transaction
|
| A D | perf-record.txt | 449 - in_tx: only when the target is in a hardware transaction
|
| /tools/perf/util/scripting-engines/ |
| A D | trace-event-python.c | 516 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 D | builtin-script.c | 969 br->flags.in_tx ? 'X' : '-', in print_bstack_flags() 1299 en->flags.in_tx ? " INTX" : "", in ip__fprintf_jump()
|
Completed in 54 milliseconds