diff options
Diffstat (limited to 'src/tracing/oprequest.c')
-rw-r--r-- | src/tracing/oprequest.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/tracing/oprequest.c b/src/tracing/oprequest.c new file mode 100644 index 000000000..1daa37f83 --- /dev/null +++ b/src/tracing/oprequest.c @@ -0,0 +1,6 @@ + +#define TRACEPOINT_CREATE_PROBES +/* + * The header containing our TRACEPOINT_EVENTs. + */ +#include "tracing/oprequest.h" |