blob: 4d46be965961fd4f2f6d745243f38b87a43dfd51 [file] [log] [blame]
Mathieu Desnoyers4a089752008-07-18 12:16:16 -04001#ifndef _TP_SAMPLES_TRACE_H
2#define _TP_SAMPLES_TRACE_H
3
4#include <linux/proc_fs.h> /* for struct inode and struct file */
5#include <linux/tracepoint.h>
6
Mathieu Desnoyers7e066fb2008-11-14 17:47:47 -05007DECLARE_TRACE(subsys_event,
Steven Rostedt2939b042009-03-09 15:47:18 -04008 TP_PROTO(struct inode *inode, struct file *file),
9 TP_ARGS(inode, file));
Steven Rostedt38516ab2010-04-20 17:04:50 -040010DECLARE_TRACE_NOARGS(subsys_eventb);
Mathieu Desnoyers4a089752008-07-18 12:16:16 -040011#endif