Merge branch 'for-pierre-marc' of git://git.infradead.org/users/jblunck/ust
[ust.git] / tests / hello / tp.h
1 #include <ust/tracepoint.h>
2
3 DECLARE_TRACE(hello_tptest,
4 TPPROTO(int anint),
5 TPARGS(anint));
This page took 0.034392 seconds and 5 git commands to generate.