/Linux-v4.19/arch/x86/events/intel/ |
D | lbr.c | 553 cpuc->lbr_entries[i].in_tx = 0; in intel_pmu_lbr_read_32() 585 u64 from, to, mis = 0, pred = 0, in_tx = 0, abort = 0; in intel_pmu_lbr_read_64() local 606 in_tx = !!(info & LBR_INFO_IN_TX); in intel_pmu_lbr_read_64() 626 in_tx = !!(from & LBR_FROM_FLAG_IN_TX); in intel_pmu_lbr_read_64() 647 cpuc->lbr_entries[out].in_tx = in_tx; in intel_pmu_lbr_read_64() 1049 if (cpuc->lbr_entries[i].in_tx) in intel_pmu_lbr_filter()
|
D | core.c | 3233 PMU_FORMAT_ATTR(in_tx, "config:32");
|
/Linux-v4.19/tools/perf/scripts/python/ |
D | export-to-postgresql.py | 719 …to_sym_offset, to_ip, period, weight, transaction, data_src, branch_type, in_tx, call_path_id, *x): argument 721 … to_dso_id, 8, to_symbol_id, 8, to_sym_offset, 8, to_ip, 4, branch_type, 1, in_tx, 8, call_path_id) 723 …o_ip, 8, period, 8, weight, 8, transaction, 8, data_src, 4, branch_type, 1, in_tx, 8, call_path_id)
|
/Linux-v4.19/arch/x86/kvm/ |
D | pmu.c | 102 bool in_tx, bool in_tx_cp) in pmc_reprogram_counter() argument 118 if (in_tx) in pmc_reprogram_counter()
|
/Linux-v4.19/tools/include/uapi/linux/ |
D | perf_event.h | 1123 in_tx:1, /* in transaction */ member
|
/Linux-v4.19/include/uapi/linux/ |
D | perf_event.h | 1123 in_tx:1, /* in transaction */ member
|
/Linux-v4.19/tools/perf/ |
D | builtin-script.c | 750 br->entries[i].flags.in_tx? 'X' : '-', in perf_sample__fprintf_brstack() 795 br->entries[i].flags.in_tx? 'X' : '-', in perf_sample__fprintf_brstacksym() 844 br->entries[i].flags.in_tx ? 'X' : '-', in perf_sample__fprintf_brstackoff() 921 en->flags.in_tx ? " INTX" : "", in ip__fprintf_jump() 1262 bool in_tx = flags & PERF_IP_FLAG_IN_TX; in perf_sample__fprintf_flags() local 1285 return fprintf(fp, " %-7s%4s ", name, in_tx ? "(x)" : ""); in perf_sample__fprintf_flags()
|
/Linux-v4.19/tools/perf/util/ |
D | event.h | 143 u64 in_tx:1; member
|
D | sort.c | 1374 return left->branch_info->flags.in_tx != in sort__in_tx_cmp() 1375 right->branch_info->flags.in_tx; in sort__in_tx_cmp() 1384 if (he->branch_info->flags.in_tx) in hist_entry__in_tx_snprintf()
|
D | session.c | 951 e->flags.in_tx ? "T" : " ", in branch_stack__printf()
|
D | intel-pt.c | 1037 be->flags.in_tx = !!(state->flags & INTEL_PT_IN_TX); in intel_pt_update_last_branch_rb()
|
/Linux-v4.19/tools/perf/Documentation/ |
D | perf-top.txt | 124 local_weight, abort, in_tx, transaction, overhead, sample, period.
|
D | perf-script-python.txt | 627 predicted, in_tx, abort, cycles. 630 items: from, to, pred, in_tx, abort (converted string)
|
D | perf-report.txt | 122 - in_tx: branch in TSX transaction
|
D | perf-record.txt | 348 - in_tx: only when the target is in a hardware transaction
|
/Linux-v4.19/tools/perf/util/scripting-engines/ |
D | trace-event-python.c | 491 PyBool_FromLong(br->entries[i].flags.in_tx)); in python_process_brstack() 595 if (br->entries[i].flags.in_tx) { in python_process_brstacksym()
|