| 
									
										
										
										
											2008-07-18 12:16:16 -04:00
										 |  |  | #ifndef _TP_SAMPLES_TRACE_H
 | 
					
						
							|  |  |  | #define _TP_SAMPLES_TRACE_H
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #include <linux/proc_fs.h>	/* for struct inode and struct file */
 | 
					
						
							|  |  |  | #include <linux/tracepoint.h>
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2008-11-14 17:47:47 -05:00
										 |  |  | DECLARE_TRACE(subsys_event, | 
					
						
							| 
									
										
										
										
											2009-03-09 15:47:18 -04:00
										 |  |  | 	TP_PROTO(struct inode *inode, struct file *file), | 
					
						
							|  |  |  | 	TP_ARGS(inode, file)); | 
					
						
							| 
									
										
										
										
											2008-11-14 17:47:47 -05:00
										 |  |  | DECLARE_TRACE(subsys_eventb, | 
					
						
							| 
									
										
										
										
											2009-03-09 15:47:18 -04:00
										 |  |  | 	TP_PROTO(void), | 
					
						
							|  |  |  | 	TP_ARGS()); | 
					
						
							| 
									
										
										
										
											2008-07-18 12:16:16 -04:00
										 |  |  | #endif
 |