Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/kernel/cpu/
Dperf_event_intel_lbr.c197 if (x86_pmu.intel_cap.lbr_format == LBR_FORMAT_INFO) in intel_pmu_lbr_reset_64()
207 if (x86_pmu.intel_cap.lbr_format == LBR_FORMAT_32) in intel_pmu_lbr_reset()
247 if (x86_pmu.intel_cap.lbr_format == LBR_FORMAT_INFO) in __intel_pmu_lbr_restore()
271 if (x86_pmu.intel_cap.lbr_format == LBR_FORMAT_INFO) in __intel_pmu_lbr_save()
426 int lbr_format = x86_pmu.intel_cap.lbr_format; in intel_pmu_lbr_read_64() local
440 int lbr_flags = lbr_desc[lbr_format]; in intel_pmu_lbr_read_64()
445 if (lbr_format == LBR_FORMAT_INFO) { in intel_pmu_lbr_read_64()
498 if (x86_pmu.intel_cap.lbr_format == LBR_FORMAT_32) in intel_pmu_lbr_read()
Dperf_event.h454 u64 lbr_format:6; member