Searched refs:pebs_type (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.4/arch/x86/events/intel/ |
D | ds.c | 2014 char pebs_type = x86_pmu.intel_cap.pebs_trap ? '+' : '-'; in intel_ds_init() local 2023 pr_cont("PEBS fmt0%c, ", pebs_type); in intel_ds_init() 2037 pr_cont("PEBS fmt1%c, ", pebs_type); in intel_ds_init() 2043 pr_cont("PEBS fmt2%c, ", pebs_type); in intel_ds_init() 2049 pr_cont("PEBS fmt3%c, ", pebs_type); in intel_ds_init() 2076 pr_cont("PEBS fmt4%c%s, ", pebs_type, pebs_qual); in intel_ds_init() 2086 pr_cont("no PEBS fmt%d%c, ", format, pebs_type); in intel_ds_init()
|