Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/kernel/cpu/
Dperf_event_intel_lbr.c418 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()
Dperf_event_intel.c2508 PMU_FORMAT_ATTR(in_tx, "config:32");
/linux-4.1.27/tools/perf/scripts/python/
Dexport-to-postgresql.py429 …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/
Dpmu.c167 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/
Dperf_event.h913 in_tx:1, /* in transaction */ member
/linux-4.1.27/tools/perf/util/
Devent.h130 u64 in_tx:1; member
Dsort.c1064 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/
Dperf-top.txt119 local_weight, abort, in_tx, transaction, overhead, sample, period.
Dperf-record.txt211 - in_tx: only when the target is in a hardware transaction
Dperf-report.txt109 - in_tx: branch in TSX transaction