Searched refs:lbr_format (Results 1 – 4 of 4) sorted by relevance
35 u64 lbr_format:6; member92 vcpu_set_msr(vcpu, MSR_IA32_PERF_CAPABILITIES, host_cap.lbr_format); in main()93 ASSERT_EQ(vcpu_get_msr(vcpu, MSR_IA32_PERF_CAPABILITIES), (u64)host_cap.lbr_format); in main()
1428 if (x86_pmu.intel_cap.lbr_format == LBR_FORMAT_LIP) in intel_pmu_lbr_init_knl()1429 x86_pmu.intel_cap.lbr_format = LBR_FORMAT_EIP_FLAGS; in intel_pmu_lbr_init_knl()1434 switch (x86_pmu.intel_cap.lbr_format) { in intel_pmu_lbr_init()1611 int lbr_fmt = x86_pmu.intel_cap.lbr_format; in x86_perf_get_lbr()
5805 if (x86_pmu.intel_cap.lbr_format == LBR_FORMAT_32) { in intel_pmu_init()
596 u64 lbr_format:6; member