summaryrefslogtreecommitdiffstats
path: root/stap.1.in
diff options
context:
space:
mode:
authorMasami Hiramatsu <mhiramat@redhat.com>2009-03-20 13:38:29 -0400
committerMasami Hiramatsu <mhiramat@redhat.com>2009-03-20 13:38:29 -0400
commit04ae1b090781725631ba3477ff77721b012cdaba (patch)
tree36249f31536ce30c49f66a5afb70b9f3d9bb2ce4 /stap.1.in
parentdc6e1d97c43aa173549ad00bb78d7ea86ec90c95 (diff)
downloadsystemtap-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 'stap.1.in')
-rw-r--r--stap.1.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/stap.1.in b/stap.1.in
index f997b788..50c092ee 100644
--- a/stap.1.in
+++ b/stap.1.in
@@ -176,6 +176,8 @@ even if they do not have an explicit probe placed into them.
.BI \-o " FILE"
Send standard output to named file. In bulk mode, percpu files will
start with FILE_ (FILE_cpu with -F) followed by 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
.BI \-c " CMD"
Start the probes, run CMD, and exit when CMD finishes.