Home
last modified time | relevance | path

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

/linux-6.1.9/tools/testing/selftests/kvm/x86_64/
Dvmx_pmu_caps_test.c35 u64 lbr_format:6; member
92 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()
/linux-6.1.9/arch/x86/events/intel/
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()
1611 int lbr_fmt = x86_pmu.intel_cap.lbr_format; in x86_perf_get_lbr()
Dcore.c5805 if (x86_pmu.intel_cap.lbr_format == LBR_FORMAT_32) { in intel_pmu_init()
/linux-6.1.9/arch/x86/events/
Dperf_event.h596 u64 lbr_format:6; member