Home
last modified time | relevance | path

Searched refs:lbr_format (Results 1 – 4 of 4) sorted by relevance

/linux/tools/testing/selftests/kvm/x86_64/
A Dvmx_pmu_msrs_test.c39 u64 lbr_format:6; member
106 vcpu_set_msr(vm, 0, MSR_IA32_PERF_CAPABILITIES, host_cap.lbr_format); in main()
107 ASSERT_EQ(vcpu_get_msr(vm, VCPU_ID, MSR_IA32_PERF_CAPABILITIES), (u64)host_cap.lbr_format); in main()
/linux/arch/x86/events/intel/
A Dlbr.c246 if (x86_pmu.intel_cap.lbr_format == LBR_FORMAT_INFO) in intel_pmu_lbr_reset_64()
308 int lbr_format = x86_pmu.intel_cap.lbr_format; in lbr_from_signext_quirk_needed() local
312 return !tsx_support && (lbr_desc[lbr_format] & LBR_TSX); in lbr_from_signext_quirk_needed()
447 if (x86_pmu.intel_cap.lbr_format == LBR_FORMAT_INFO) in intel_pmu_lbr_restore()
819 int lbr_format = x86_pmu.intel_cap.lbr_format; in intel_pmu_lbr_read_64() local
836 int lbr_flags = lbr_desc[lbr_format]; in intel_pmu_lbr_read_64()
848 if (lbr_format == LBR_FORMAT_INFO && need_info) { in intel_pmu_lbr_read_64()
859 if (lbr_format == LBR_FORMAT_TIME) { in intel_pmu_lbr_read_64()
1705 if (x86_pmu.intel_cap.lbr_format == LBR_FORMAT_LIP) in intel_pmu_lbr_init_knl()
1706 x86_pmu.intel_cap.lbr_format = LBR_FORMAT_EIP_FLAGS; in intel_pmu_lbr_init_knl()
[all …]
A Dcore.c5640 if (x86_pmu.intel_cap.lbr_format == LBR_FORMAT_32) { in intel_pmu_init()
/linux/arch/x86/events/
A Dperf_event.h584 u64 lbr_format:6; member

Completed in 38 milliseconds