ce02f161e3501149c58dd3048998f6437ddab8f0
[lttv.git] / tests / kernel / tp-test.h
1 #include <linux/tracepoint.h>
2
3 DECLARE_TRACE(kernel_test,
4 TP_PROTO(void *a, void *b),
5 TP_ARGS(a, b));
This page took 0.029002 seconds and 3 git commands to generate.