Home
last modified time | relevance | path

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

/Linux-v5.15/arch/x86/events/intel/
Dds.c419 if (x86_pmu.intel_cap.pebs_format < 2) { in alloc_pebs_buffer()
1421 if (x86_pmu.intel_cap.pebs_format < 4) in get_pebs_status()
1542 if (x86_pmu.intel_cap.pebs_format >= 2) { in setup_pebs_fixed_sample_data()
1567 x86_pmu.intel_cap.pebs_format >= 1) in setup_pebs_fixed_sample_data()
1570 if (x86_pmu.intel_cap.pebs_format >= 2) { in setup_pebs_fixed_sample_data()
1586 if (x86_pmu.intel_cap.pebs_format >= 3 && in setup_pebs_fixed_sample_data()
1760 if (x86_pmu.intel_cap.pebs_format < 1) in get_next_pebs_record_by_bit()
1771 if (x86_pmu.intel_cap.pebs_format >= 3) in get_next_pebs_record_by_bit()
2013 if (x86_pmu.intel_cap.pebs_format >= 3) { in intel_pmu_drain_pebs_nhm()
2165 int format = x86_pmu.intel_cap.pebs_format; in intel_ds_init()
/Linux-v5.15/tools/testing/selftests/kvm/x86_64/
Dvmx_pmu_msrs_test.c42 u64 pebs_format:4; member
/Linux-v5.15/arch/x86/events/
Dperf_event.h586 u64 pebs_format:4; member
Dcore.c549 if (x86_pmu.lbr_nr || x86_pmu.intel_cap.pebs_format >= 2) in x86_pmu_max_precise()
574 if (event->attr.precise_ip > 1 && x86_pmu.intel_cap.pebs_format < 2) { in x86_pmu_hw_config()