X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=doc%2Fman%2Ftracef-tracelog-limitations.txt;h=ad4130dd4c03312f7d331c830d54ab2601b435bd;hb=d6208c2d79b114af0c7ab1ea78240b2d11081066;hp=a94919030ec71ce18f46ec9b49a824404d51534d;hpb=4ddbd0b790be981d023f344a83e67a8746fa3688;p=lttng-ust.git diff --git a/doc/man/tracef-tracelog-limitations.txt b/doc/man/tracef-tracelog-limitations.txt index a9491903..ad4130dd 100644 --- a/doc/man/tracef-tracelog-limitations.txt +++ b/doc/man/tracef-tracelog-limitations.txt @@ -21,4 +21,7 @@ Thus, +{macro-name}()+ is useful for quick prototyping and debugging, but should not be considered for any permanent/serious application instrumentation. ++v{macro-name}()+ does not have a `STAP_PROBEV()` call, because `STAP_PROBEV()` +does not support `va_list`. If you need it, you should emit this call yourself. + See man:lttng-ust(3) to learn more about custom tracepoint providers.