Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/kernel/cpu/
Dperf_event_intel_lbr.c195 if (x86_pmu.intel_cap.lbr_format == LBR_FORMAT_32) in intel_pmu_lbr_reset()
411 int lbr_format = x86_pmu.intel_cap.lbr_format; in intel_pmu_lbr_read_64() local
420 int lbr_flags = lbr_desc[lbr_format]; in intel_pmu_lbr_read_64()
467 if (x86_pmu.intel_cap.lbr_format == LBR_FORMAT_32) in intel_pmu_lbr_read()
Dperf_event.h440 u64 lbr_format:6; member