Fix tracepoint test with deprecated API
[ust.git] / tests / tracepoint / tracepoint_test.h
... / ...
CommitLineData
1#include <ust/tracepoint.h>
2
3DECLARE_TRACE(ust_event, TP_PROTO(unsigned int v), TP_ARGS(v));
4DECLARE_TRACE(ust_event2, TP_PROTO(unsigned int v), TP_ARGS(v));
5
6struct message {
7 char *payload;
8};
This page took 0.023074 seconds and 4 git commands to generate.