Home
last modified time | relevance | path

Searched refs:intel_cap (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/arch/x86/kernel/cpu/
Dperf_event_intel_ds.c267 if (x86_pmu.intel_cap.pebs_format < 2) { in alloc_pebs_buffer()
749 if (!x86_pmu.intel_cap.pebs_trap) in intel_pmu_pebs_fixup_ip()
940 if (event->attr.precise_ip > 1 && x86_pmu.intel_cap.pebs_format >= 2) { in __intel_pmu_pebs_event()
949 x86_pmu.intel_cap.pebs_format >= 1) in __intel_pmu_pebs_event()
952 if (x86_pmu.intel_cap.pebs_format >= 2) { in __intel_pmu_pebs_event()
1079 char pebs_type = x86_pmu.intel_cap.pebs_trap ? '+' : '-'; in intel_ds_init()
1080 int format = x86_pmu.intel_cap.pebs_format; in intel_ds_init()
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()
467 if (x86_pmu.intel_cap.lbr_format == LBR_FORMAT_32) in intel_pmu_lbr_read()
Dperf_event.h569 union perf_capabilities intel_cap; member
805 if (x86_pmu.intel_cap.pebs_trap && event->attr.precise_ip > 1 && in intel_pmu_needs_lbr_smpl()
806 x86_pmu.intel_cap.pebs_format < 2) in intel_pmu_needs_lbr_smpl()
Dperf_event.c479 if (x86_pmu.lbr_nr || x86_pmu.intel_cap.pebs_format >= 2) in x86_pmu_hw_config()
490 if (event->attr.precise_ip > 1 && x86_pmu.intel_cap.pebs_format < 2) { in x86_pmu_hw_config()
Dperf_event_intel.c3042 x86_pmu.intel_cap.capabilities = capabilities; in intel_pmu_init()
3369 if (x86_pmu.intel_cap.full_width_write) { in intel_pmu_init()