ea401e11b29d9a4a440286edd50f3a1a6c4b50e1
[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.028917 seconds and 3 git commands to generate.