Home
last modified time | relevance | path

Searched refs:pebs_format (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/arch/x86/kernel/cpu/
Dperf_event_intel_ds.c289 if (x86_pmu.intel_cap.pebs_format < 2) { in alloc_pebs_buffer()
1071 if (event->attr.precise_ip > 1 && x86_pmu.intel_cap.pebs_format >= 2) { in setup_pebs_sample_data()
1080 x86_pmu.intel_cap.pebs_format >= 1) in setup_pebs_sample_data()
1083 if (x86_pmu.intel_cap.pebs_format >= 2) { in setup_pebs_sample_data()
1098 if (x86_pmu.intel_cap.pebs_format >= 3 && in setup_pebs_sample_data()
1121 if (x86_pmu.intel_cap.pebs_format >= 3) in get_next_pebs_record_by_bit()
1231 if (x86_pmu.intel_cap.pebs_format >= 3) { in intel_pmu_drain_pebs_nhm()
1311 int format = x86_pmu.intel_cap.pebs_format; in intel_ds_init()
Dperf_event.h457 u64 pebs_format:4; member
Dperf_event.c483 if (x86_pmu.lbr_nr || x86_pmu.intel_cap.pebs_format >= 2) in x86_pmu_hw_config()
494 if (event->attr.precise_ip > 1 && x86_pmu.intel_cap.pebs_format < 2) { in x86_pmu_hw_config()