tests: trigger action firing policy
[lttng-tools.git] / tests / utils / testapp / gen-ust-events / tp.h
index 6b12a86ac7cc0bd3e4ee41ac316ce656750c77a1..6f22887cfbac098e907e48dafa6b43c114b62ce9 100644 (file)
@@ -60,6 +60,12 @@ TRACEPOINT_EVENT(tp, tptest,
        )
 )
 
+TRACEPOINT_EVENT(tp, end,
+       TP_ARGS(),
+       TP_FIELDS(
+       )
+)
+
 #endif /* _TRACEPOINT_TP_H */
 
 #undef TRACEPOINT_INCLUDE
This page took 0.023038 seconds and 4 git commands to generate.