Lines Matching refs:abort
96 X86_BR_ABORT = 1 << 12,/* transaction abort */
809 cpuc->lbr_entries[i].abort = 0;
841 u64 from, to, mis = 0, pred = 0, in_tx = 0, abort = 0;
863 abort = !!(info & LBR_INFO_ABORT);
883 abort = !!(from & LBR_FROM_FLAG_ABORT);
889 * Some CPUs report duplicated abort records,
890 * with the second entry not having an abort bit set.
893 * If the abort just happened outside the window
896 if (abort && x86_pmu.lbr_double_abort && out > 0)
904 cpuc->lbr_entries[out].abort = abort;
974 e->abort = !!(info & LBR_INFO_ABORT);
1182 static int branch_type(unsigned long from, unsigned long to, int abort)
1202 if (abort)
1441 type = branch_type(from, to, cpuc->lbr_entries[i].abort);