diff options
Diffstat (limited to 'stapfuncs.5.in')
-rw-r--r-- | stapfuncs.5.in | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/stapfuncs.5.in b/stapfuncs.5.in index 72d048eb..806a0906 100644 --- a/stapfuncs.5.in +++ b/stapfuncs.5.in @@ -26,18 +26,19 @@ and take no parameters. .SS LOGGING .TP -printk:unknown (msg:string) -Log the given string to the kernel's printk buffer, at KERN_INFO severity. -Append an implicit end-of-line. +log:unknown (msg:string) +Log the given string to the common trace buffer. Append an implicit +end-of-line. .TP print:unknown (msg:string) -Print the given string to the common trace buffer. +print:unknown (k:long) +Print the given integer or string to the common trace buffer. .TP -log:unknown (msg:string) -Log the given string to the common trace buffer. Append an implicit -end-of-line. +printf:unknown (fmt:string, ...) +Like the C printf, except valid types are limited to string ("%s") +and integer ("%d"). .TP warn:unknown (msg:string) |