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