Searched refs:pebs_type (Results 1 – 1 of 1) sorted by relevance
/arch/x86/kernel/cpu/ |
D | perf_event_intel_ds.c | 1350 char pebs_type = x86_pmu.intel_cap.pebs_trap ? '+' : '-'; in intel_ds_init() local 1355 printk(KERN_CONT "PEBS fmt0%c, ", pebs_type); in intel_ds_init() 1369 printk(KERN_CONT "PEBS fmt1%c, ", pebs_type); in intel_ds_init() 1375 pr_cont("PEBS fmt2%c, ", pebs_type); in intel_ds_init() 1381 pr_cont("PEBS fmt3%c, ", pebs_type); in intel_ds_init() 1389 printk(KERN_CONT "no PEBS fmt%d%c, ", format, pebs_type); in intel_ds_init()
|