Home
last modified time | relevance | path

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

/Linux-v5.10/arch/x86/events/intel/
Dds.c354 if (x86_pmu.intel_cap.pebs_format < 2) { in alloc_pebs_buffer()
1315 if (x86_pmu.intel_cap.pebs_format < 4) in get_pebs_status()
1430 if (x86_pmu.intel_cap.pebs_format >= 2) { in setup_pebs_fixed_sample_data()
1455 x86_pmu.intel_cap.pebs_format >= 1) in setup_pebs_fixed_sample_data()
1458 if (x86_pmu.intel_cap.pebs_format >= 2) { in setup_pebs_fixed_sample_data()
1474 if (x86_pmu.intel_cap.pebs_format >= 3 && in setup_pebs_fixed_sample_data()
1627 if (x86_pmu.intel_cap.pebs_format < 1) in get_next_pebs_record_by_bit()
1638 if (x86_pmu.intel_cap.pebs_format >= 3) in get_next_pebs_record_by_bit()
1880 if (x86_pmu.intel_cap.pebs_format >= 3) { in intel_pmu_drain_pebs_nhm()
2030 int format = x86_pmu.intel_cap.pebs_format; in intel_ds_init()
/Linux-v5.10/arch/x86/events/
Dperf_event.h578 u64 pebs_format:4; member
Dcore.c523 if (x86_pmu.lbr_nr || x86_pmu.intel_cap.pebs_format >= 2) in x86_pmu_max_precise()
548 if (event->attr.precise_ip > 1 && x86_pmu.intel_cap.pebs_format < 2) { in x86_pmu_hw_config()