]> sourceware.org Git - systemtap.git/commitdiff
stapbpf/stapbpf.8 :: update based on recent stapbpf work
authorSerhei Makarov <smakarov@redhat.com>
Fri, 3 May 2019 19:00:44 +0000 (15:00 -0400)
committerSerhei Makarov <smakarov@redhat.com>
Fri, 3 May 2019 19:00:44 +0000 (15:00 -0400)
stapbpf/stapbpf.8

index fd2e7658ab81b94a5eeb735fbd3e7f769e92dd3f..600f379bcd87aba1f681f27afa55d6cdc54de343 100644 (file)
@@ -145,13 +145,20 @@ and
 .B end
 probes. 
 .B try
-statements are not supported. There is limited support for string
+statements are not supported.
+
+There is limited support for string
 operations. String variables and literals are limited to
 64 characters, except for
 .B printf
-format strings, which are limited to 256 characters. Additionally,
-.B printf
-is limited to no more than 3 format specifiers and the name
+format strings, which are limited to 256 characters.
+
+A subset of the statistical aggregate functionality is available,
+with support only for the
+.IR @count() ", " @sum() ", " @avg()
+extractor functions.
+
+The name
 of the bpf-elf file produced by the front-end 
 .I stap
 tool should not be changed.
This page took 0.030768 seconds and 5 git commands to generate.