Lines Matching refs:lbr_stack
734 cpuc->lbr_stack.nr = i; in intel_pmu_lbr_read_32()
735 cpuc->lbr_stack.hw_idx = tos; in intel_pmu_lbr_read_32()
829 cpuc->lbr_stack.nr = out; in intel_pmu_lbr_read_64()
830 cpuc->lbr_stack.hw_idx = tos; in intel_pmu_lbr_read_64()
903 cpuc->lbr_stack.nr = i; in intel_pmu_store_lbr()
1135 for (i = 0; i < cpuc->lbr_stack.nr; i++) { in intel_pmu_lbr_filter()
1173 for (i = 0; i < cpuc->lbr_stack.nr; ) { in intel_pmu_lbr_filter()
1176 while (++j < cpuc->lbr_stack.nr) in intel_pmu_lbr_filter()
1178 cpuc->lbr_stack.nr--; in intel_pmu_lbr_filter()
1193 cpuc->lbr_stack.hw_idx = -1ULL; in intel_pmu_store_pebs_lbrs()
1195 cpuc->lbr_stack.hw_idx = intel_pmu_lbr_tos(); in intel_pmu_store_pebs_lbrs()