pebs_type        2016 arch/x86/events/intel/ds.c 		char pebs_type = x86_pmu.intel_cap.pebs_trap ?  '+' : '-';
pebs_type        2025 arch/x86/events/intel/ds.c 			pr_cont("PEBS fmt0%c, ", pebs_type);
pebs_type        2039 arch/x86/events/intel/ds.c 			pr_cont("PEBS fmt1%c, ", pebs_type);
pebs_type        2045 arch/x86/events/intel/ds.c 			pr_cont("PEBS fmt2%c, ", pebs_type);
pebs_type        2051 arch/x86/events/intel/ds.c 			pr_cont("PEBS fmt3%c, ", pebs_type);
pebs_type        2078 arch/x86/events/intel/ds.c 			pr_cont("PEBS fmt4%c%s, ", pebs_type, pebs_qual);
pebs_type        2088 arch/x86/events/intel/ds.c 			pr_cont("no PEBS fmt%d%c, ", format, pebs_type);