Add .tp file with first tracepoint

This commit is contained in:
Christophe Bedard 2019-05-16 12:54:35 +02:00
parent 5583fa68d1
commit cb6dc3367f

View file

@ -0,0 +1,10 @@
#include <stdint.h>
TRACEPOINT_EVENT(
ros2,
rcl_init,
TP_ARGS(
),
TP_FIELDS(
)
)