| 
									
										
										
										
											2012-08-07 15:20:43 +02:00
										 |  |  | #ifndef __PERF_REGS_H
 | 
					
						
							|  |  |  | #define __PERF_REGS_H
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2013-09-30 12:07:11 +02:00
										 |  |  | #ifdef HAVE_PERF_REGS_SUPPORT
 | 
					
						
							| 
									
										
										
										
											2012-08-07 15:20:43 +02:00
										 |  |  | #include <perf_regs.h>
 | 
					
						
							|  |  |  | #else
 | 
					
						
							|  |  |  | #define PERF_REGS_MASK	0
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2012-09-11 01:15:03 +03:00
										 |  |  | static inline const char *perf_reg_name(int id __maybe_unused) | 
					
						
							| 
									
										
										
										
											2012-08-07 15:20:43 +02:00
										 |  |  | { | 
					
						
							|  |  |  | 	return NULL; | 
					
						
							|  |  |  | } | 
					
						
							| 
									
										
										
										
											2013-09-30 12:07:11 +02:00
										 |  |  | #endif /* HAVE_PERF_REGS_SUPPORT */
 | 
					
						
							| 
									
										
										
										
											2012-08-07 15:20:43 +02:00
										 |  |  | #endif /* __PERF_REGS_H */
 |