runtests run the real test-libmallocwrap/.libs/prog
[ust.git] / tests / hello / tp.h
... / ...
CommitLineData
1#include <ust/tracepoint.h>
2
3DECLARE_TRACE(hello_tptest,
4 TPPROTO(int anint),
5 TPARGS(anint));
This page took 0.022214 seconds and 4 git commands to generate.