Searched defs:in_tx (Results 1 – 7 of 7) sorted by relevance
/Linux-v4.19/arch/x86/kvm/ |
D | pmu.c | 102 bool in_tx, bool in_tx_cp) in pmc_reprogram_counter()
|
/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
|
/Linux-v4.19/arch/x86/events/intel/ |
D | lbr.c | 585 u64 from, to, mis = 0, pred = 0, in_tx = 0, abort = 0; in intel_pmu_lbr_read_64() local
|
/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/util/ |
D | event.h | 143 u64 in_tx:1; member
|
/Linux-v4.19/tools/perf/ |
D | builtin-script.c | 1262 bool in_tx = flags & PERF_IP_FLAG_IN_TX; in perf_sample__fprintf_flags() local
|