Home
last modified time | relevance | path

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

/linux-6.3-rc2/tools/testing/selftests/kvm/x86_64/
A Dvmx_pmu_caps_test.c25 u64 lbr_format:6; member
77 vcpu_set_msr(vcpu, MSR_IA32_PERF_CAPABILITIES, host_cap.lbr_format); in main()
78 ASSERT_EQ(vcpu_get_msr(vcpu, MSR_IA32_PERF_CAPABILITIES), (u64)host_cap.lbr_format); in main()
/linux-6.3-rc2/arch/x86/events/intel/
A Dlbr.c1428 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()
A Dcore.c5948 if (x86_pmu.intel_cap.lbr_format == LBR_FORMAT_32) { in intel_pmu_init()
/linux-6.3-rc2/arch/x86/events/
A Dperf_event.h598 u64 lbr_format:6; member

Completed in 19 milliseconds