Searched refs:in_tx (Results 1 – 10 of 10) sorted by relevance
/linux-4.1.27/arch/x86/kernel/cpu/ |
D | perf_event_intel_lbr.c | 418 u64 from, to, mis = 0, pred = 0, in_tx = 0, abort = 0; in intel_pmu_lbr_read_64() local 431 in_tx = !!(from & LBR_FROM_FLAG_IN_TX); in intel_pmu_lbr_read_64() 452 cpuc->lbr_entries[out].in_tx = in_tx; in intel_pmu_lbr_read_64() 797 if (cpuc->lbr_entries[i].in_tx) in intel_pmu_lbr_filter()
|
D | perf_event_intel.c | 2508 PMU_FORMAT_ATTR(in_tx, "config:32");
|
/linux-4.1.27/tools/perf/scripts/python/ |
D | export-to-postgresql.py | 429 …to_symbol_id, to_sym_offset, to_ip, period, weight, transaction, data_src, branch_type, in_tx, *x): argument 431 … time, 4, cpu, 8, to_dso_id, 8, to_symbol_id, 8, to_sym_offset, 8, to_ip, 4, branch_type, 1, in_tx) 433 …_sym_offset, 8, to_ip, 8, period, 8, weight, 8, transaction, 8, data_src, 4, branch_type, 1, in_tx)
|
/linux-4.1.27/arch/x86/kvm/ |
D | pmu.c | 167 bool intr, bool in_tx, bool in_tx_cp) in reprogram_counter() argument 180 if (in_tx) in reprogram_counter()
|
/linux-4.1.27/include/uapi/linux/ |
D | perf_event.h | 913 in_tx:1, /* in transaction */ member
|
/linux-4.1.27/tools/perf/util/ |
D | event.h | 130 u64 in_tx:1; member
|
D | sort.c | 1064 return left->branch_info->flags.in_tx != in sort__in_tx_cmp() 1065 right->branch_info->flags.in_tx; in sort__in_tx_cmp() 1074 if (he->branch_info->flags.in_tx) in hist_entry__in_tx_snprintf()
|
/linux-4.1.27/tools/perf/Documentation/ |
D | perf-top.txt | 119 local_weight, abort, in_tx, transaction, overhead, sample, period.
|
D | perf-record.txt | 211 - in_tx: only when the target is in a hardware transaction
|
D | perf-report.txt | 109 - in_tx: branch in TSX transaction
|