diff options
author | Masami Hiramatsu <mhiramat@redhat.com> | 2009-03-20 13:38:29 -0400 |
---|---|---|
committer | Masami Hiramatsu <mhiramat@redhat.com> | 2009-03-20 13:38:29 -0400 |
commit | 04ae1b090781725631ba3477ff77721b012cdaba (patch) | |
tree | 36249f31536ce30c49f66a5afb70b9f3d9bb2ce4 /staprun.8.in | |
parent | dc6e1d97c43aa173549ad00bb78d7ea86ec90c95 (diff) | |
download | systemtap-steved-04ae1b090781725631ba3477ff77721b012cdaba.tar.gz systemtap-steved-04ae1b090781725631ba3477ff77721b012cdaba.tar.xz systemtap-steved-04ae1b090781725631ba3477ff77721b012cdaba.zip |
PR9821: staprun supports subset of strftime.
Add strftime subset format support for output file name to systemtap.
This format will be evaluated when opening a new output file.
Diffstat (limited to 'staprun.8.in')
-rw-r--r-- | staprun.8.in | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/staprun.8.in b/staprun.8.in index 68b5c947..01ef2320 100644 --- a/staprun.8.in +++ b/staprun.8.in @@ -53,7 +53,9 @@ The '_stp_target' variable will be set to PID. .B \-o FILE Send output to FILE. If the module uses bulk mode, the output will be in percpu files FILE_x(FILE_cpux in backgroud and bulk mode) -where 'x' is the cpu number. +where 'x' is the cpu number. This supports a subset of strftime(3) +(%%, %C, %Y, %y, %m, %d, %e, %F, %H, %I, %j, %l, %M, %S, %R, %T, %u, %w) +for FILE. .TP .B \-b BUFFER_SIZE The systemtap module will specify a buffer size. |