Lines Matching defs:abort
761 u64 from, to, mis = 0, pred = 0, in_tx = 0, abort = 0;
784 abort = !!(info & LBR_INFO_ABORT);
797 abort = !!(from & LBR_FROM_FLAG_ABORT);
809 * Some CPUs report duplicated abort records,
810 * with the second entry not having an abort bit set.
813 * If the abort just happened outside the window
816 if (abort && x86_pmu.lbr_double_abort && out > 0)
825 br[out].abort = abort;
898 e->abort = !!(info & LBR_INFO_ABORT);
1151 type = branch_type(from, to, cpuc->lbr_entries[i].abort);