X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=include%2Fust%2Fmarker.h;fp=include%2Fust%2Fmarker.h;h=2c34bd7b12979b16e0048801b38ace7a7be0b16f;hb=5dac4513e7090e192faee98abf98634207e45d9d;hp=b9621bff2b019e350291033cfa1324fa346365f4;hpb=7b36b13a3a6615e87b2fc5b0bb39c5a74f1b6a76;p=ust.git diff --git a/include/ust/marker.h b/include/ust/marker.h index b9621bf..2c34bd7 100644 --- a/include/ust/marker.h +++ b/include/ust/marker.h @@ -216,7 +216,7 @@ extern void ust_marker_update_probe_range(struct ust_marker * const *begin, * ust_marker(). */ #define trace_mark(channel, name, format, args...) \ - ust_marker(ust, name, format, ## args) + ust_marker(name, format, ## args) /** * ust_marker_tp - Marker in a tracepoint callback