add tests
[lttv.git] / trunk / tests / kernel / tp-test.h
CommitLineData
2200bbb0 1#include <linux/tracepoint.h>
2
3DECLARE_TRACE(kernel_test,
4 TPPROTO(void *a, void *b),
5 TPARGS(a, b));
This page took 0.022139 seconds and 4 git commands to generate.