Home
last modified time | relevance | path

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

/arch/x86/kernel/cpu/
Dperf_event_intel_lbr.c413 cpuc->lbr_entries[i].in_tx = 0; in intel_pmu_lbr_read_32()
442 u64 from, to, mis = 0, pred = 0, in_tx = 0, abort = 0; in intel_pmu_lbr_read_64() local
456 in_tx = !!(info & LBR_INFO_IN_TX); in intel_pmu_lbr_read_64()
466 in_tx = !!(from & LBR_FROM_FLAG_IN_TX); in intel_pmu_lbr_read_64()
487 cpuc->lbr_entries[out].in_tx = in_tx; in intel_pmu_lbr_read_64()
838 if (cpuc->lbr_entries[i].in_tx) in intel_pmu_lbr_filter()
Dperf_event_intel.c2732 PMU_FORMAT_ATTR(in_tx, "config:32");
/arch/x86/kvm/
Dpmu.c102 bool in_tx, bool in_tx_cp) in pmc_reprogram_counter() argument
116 if (in_tx) in pmc_reprogram_counter()