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

/linux-master/tools/testing/selftests/kvm/x86_64/
H A Dvmx_pmu_caps_test.c24 u64 lbr_format:6; member in struct:perf_capabilities::__anon994
43 .lbr_format = -1,
51 .lbr_format = -1,
172 for (val.lbr_format = 1; val.lbr_format; val.lbr_format++) {
173 if (val.lbr_format == host_cap.lbr_format)
178 val.lbr_format, host_cap.lbr_format);
[all...]
/linux-master/arch/x86/events/intel/
H A Dlbr.c1507 if (x86_pmu.intel_cap.lbr_format == LBR_FORMAT_LIP)
1508 x86_pmu.intel_cap.lbr_format = LBR_FORMAT_EIP_FLAGS;
1513 switch (x86_pmu.intel_cap.lbr_format) {
H A Dcore.c6227 if (x86_pmu.intel_cap.lbr_format == LBR_FORMAT_32) {
/linux-master/arch/x86/events/
H A Dperf_event.h604 u64 lbr_format:6; member in struct:perf_capabilities::__anon80

Completed in 235 milliseconds