| 
									
										
										
										
											2012-07-20 11:15:04 +02:00
										 |  |  | /*
 | 
					
						
							|  |  |  |  *   Copyright IBM Corp. 2011 | 
					
						
							| 
									
										
										
										
											2011-11-25 20:03:05 +01:00
										 |  |  |  *   Author(s): Andreas Krebbel (krebbel@linux.vnet.ibm.com) | 
					
						
							|  |  |  |  * | 
					
						
							|  |  |  |  * @remark Copyright 2011 OProfile authors | 
					
						
							|  |  |  |  */ | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #ifndef OP_COUNTER_H
 | 
					
						
							|  |  |  | #define OP_COUNTER_H
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | struct op_counter_config { | 
					
						
							|  |  |  | 	/* `enabled' maps to the hwsampler_file variable.  */ | 
					
						
							|  |  |  | 	/* `count' maps to the oprofile_hw_interval variable.  */ | 
					
						
							|  |  |  | 	/* `event' and `unit_mask' are unused. */ | 
					
						
							|  |  |  | 	unsigned long kernel; | 
					
						
							|  |  |  | 	unsigned long user; | 
					
						
							|  |  |  | }; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | extern struct op_counter_config counter_config; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #endif /* OP_COUNTER_H */
 |