X-Git-Url: https://git.liburcu.org/?a=blobdiff_plain;f=hello%2Fhello.c;h=5f05e225641610960346a80773f57f55862d9bdc;hb=474d745fffdcb195beae194471c63947aa03249a;hp=0533173dee211171e320d5868eeb325240121643;hpb=f99be40702e206d2cef5aa056623d7b07f21f942;p=ust.git diff --git a/hello/hello.c b/hello/hello.c index 0533173..5f05e22 100644 --- a/hello/hello.c +++ b/hello/hello.c @@ -11,7 +11,7 @@ #include "tracer.h" #include "marker-control.h" #include "relay.h" - +#include "tp.h" void probe(const struct marker *mdata, @@ -66,6 +66,7 @@ int main() for(i=0; i<50; i++) { trace_mark(ust, bar, "str %s", "FOOBAZ"); trace_mark(ust, bar2, "number1 %d number2 %d", 53, 9800); + trace_hello_tptest(i); usleep(100000); } @@ -81,3 +82,4 @@ int main() } MARKER_LIB +TRACEPOINT_LIB