X-Git-Url: http://git.lttng.org/?p=ust.git;a=blobdiff_plain;f=tests%2Ftracepoint%2Fbenchmark%2Ftracepoint_benchmark.c;fp=tests%2Ftracepoint%2Fbenchmark%2Ftracepoint_benchmark.c;h=50a184707a7a36510dbdc38df92bb2e7edb64957;hp=5d2397575ca3e1b2be4edf12d2913b4521cb8d38;hb=8d71973c9b5596f5732741975d4334a3abb3ba2a;hpb=b0c4126fca44c9fdc9b350ce0e896ec2818fbb3e diff --git a/tests/tracepoint/benchmark/tracepoint_benchmark.c b/tests/tracepoint/benchmark/tracepoint_benchmark.c index 5d23975..50a1847 100644 --- a/tests/tracepoint/benchmark/tracepoint_benchmark.c +++ b/tests/tracepoint/benchmark/tracepoint_benchmark.c @@ -30,7 +30,7 @@ #define NR_EVENTS 10000000 -DEFINE_TRACE(ust_event); +DEFINE_TRACEPOINT(ust_event); void tp_probe(void *data, unsigned int p1);