X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=include%2Fust%2Ftracepoint.h;fp=include%2Fust%2Ftracepoint.h;h=e39a3849bc8b928bc7aaff2e5d4f5192eb300a5b;hb=b5a3dfa5923801ddeea22ce70758d1e61200eac2;hp=9feb9d51d55a4bc74aee85d281966db126c78286;hpb=4cfec15c93af7e0cfe3ce769ee90486bb8ab7c37;p=ust.git diff --git a/include/ust/tracepoint.h b/include/ust/tracepoint.h index 9feb9d5..e39a384 100644 --- a/include/ust/tracepoint.h +++ b/include/ust/tracepoint.h @@ -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)