Update to use caa_likely/caa_unlikely from urcu 0.6.6
[ust.git] / include / ust / tracepoint.h
index 9feb9d51d55a4bc74aee85d281966db126c78286..e39a3849bc8b928bc7aaff2e5d4f5192eb300a5b 100644 (file)
@@ -77,7 +77,7 @@ struct tracepoint {
 
 #define __CHECK_TRACE(name, proto, args)                               \
        do {                                                            \
-               if (unlikely(__tracepoint_##name.state))                \
+               if (caa_unlikely(__tracepoint_##name.state))            \
                        __DO_TRACE(&__tracepoint_##name,                \
                                TP_PROTO(proto), TP_ARGS(args));        \
        } while (0)
This page took 0.023373 seconds and 4 git commands to generate.