Home
last modified time | relevance | path

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

/arch/x86/events/intel/
Dlbr.c208 if (x86_pmu.intel_cap.lbr_format == LBR_FORMAT_INFO) in intel_pmu_lbr_reset_64()
218 if (x86_pmu.intel_cap.lbr_format == LBR_FORMAT_32) in intel_pmu_lbr_reset()
260 int lbr_format = x86_pmu.intel_cap.lbr_format; in lbr_from_signext_quirk_needed()
350 if (x86_pmu.intel_cap.lbr_format == LBR_FORMAT_INFO) in __intel_pmu_lbr_restore()
374 if (x86_pmu.intel_cap.lbr_format == LBR_FORMAT_INFO) in __intel_pmu_lbr_save()
527 int lbr_format = x86_pmu.intel_cap.lbr_format; in intel_pmu_lbr_read_64()
612 if (x86_pmu.intel_cap.lbr_format == LBR_FORMAT_32) in intel_pmu_lbr_read()
722 (x86_pmu.intel_cap.lbr_format == LBR_FORMAT_INFO)) in intel_pmu_setup_hw_lbr_filter()
Dds.c326 if (x86_pmu.intel_cap.pebs_format < 2) { in alloc_pebs_buffer()
991 if (!x86_pmu.intel_cap.pebs_trap) in intel_pmu_pebs_fixup_ip()
1193 if (event->attr.precise_ip > 1 && x86_pmu.intel_cap.pebs_format >= 2) { in setup_pebs_sample_data()
1202 x86_pmu.intel_cap.pebs_format >= 1) in setup_pebs_sample_data()
1205 if (x86_pmu.intel_cap.pebs_format >= 2) { in setup_pebs_sample_data()
1220 if (x86_pmu.intel_cap.pebs_format >= 3 && in setup_pebs_sample_data()
1239 if (x86_pmu.intel_cap.pebs_format < 1) in get_next_pebs_record_by_bit()
1250 if (x86_pmu.intel_cap.pebs_format >= 3) in get_next_pebs_record_by_bit()
1363 if (x86_pmu.intel_cap.pebs_format >= 3) { in intel_pmu_drain_pebs_nhm()
1455 char pebs_type = x86_pmu.intel_cap.pebs_trap ? '+' : '-'; in intel_ds_init()
[all …]
Dcore.c3626 x86_pmu.intel_cap.capabilities = capabilities; in intel_pmu_init()
4039 if (x86_pmu.intel_cap.full_width_write) { in intel_pmu_init()
/arch/x86/events/
Dperf_event.h580 union perf_capabilities intel_cap; member
Dcore.c499 if (x86_pmu.lbr_nr || x86_pmu.intel_cap.pebs_format >= 2) in x86_pmu_hw_config()
517 if (event->attr.precise_ip > 1 && x86_pmu.intel_cap.pebs_format < 2) { in x86_pmu_hw_config()