Searched refs:lbr_format (Results 1 – 2 of 2) sorted by relevance
197 if (x86_pmu.intel_cap.lbr_format == LBR_FORMAT_INFO) in intel_pmu_lbr_reset_64()207 if (x86_pmu.intel_cap.lbr_format == LBR_FORMAT_32) in intel_pmu_lbr_reset()247 if (x86_pmu.intel_cap.lbr_format == LBR_FORMAT_INFO) in __intel_pmu_lbr_restore()271 if (x86_pmu.intel_cap.lbr_format == LBR_FORMAT_INFO) in __intel_pmu_lbr_save()426 int lbr_format = x86_pmu.intel_cap.lbr_format; in intel_pmu_lbr_read_64() local440 int lbr_flags = lbr_desc[lbr_format]; in intel_pmu_lbr_read_64()445 if (lbr_format == LBR_FORMAT_INFO) { in intel_pmu_lbr_read_64()498 if (x86_pmu.intel_cap.lbr_format == LBR_FORMAT_32) in intel_pmu_lbr_read()
454 u64 lbr_format:6; member