summaryrefslogtreecommitdiffstats
path: root/session.h
diff options
context:
space:
mode:
authorMasami Hiramatsu <mhiramat@redhat.com>2009-03-20 13:31:18 -0400
committerMasami Hiramatsu <mhiramat@redhat.com>2009-03-20 13:31:18 -0400
commit701c41be909697d5ab36f7604a1f3620c7d04abc (patch)
treeb9dda527c756bbdbb6cd3c243b713073ec00c698 /session.h
parentacd56c22068963ad48f39890f5307600ff7d5278 (diff)
downloadsystemtap-steved-701c41be909697d5ab36f7604a1f3620c7d04abc.tar.gz
systemtap-steved-701c41be909697d5ab36f7604a1f3620c7d04abc.tar.xz
systemtap-steved-701c41be909697d5ab36f7604a1f3620c7d04abc.zip
PR6930: stap: supports on-file flight recorder options
Add on-file flight recorder options (the combination of -F and -o, and -S option) to stap command, and change manpages and NEWS. - Both of -F and -o is specified, stap passes -D option to staprun. - stap just passes -S option to staprun.
Diffstat (limited to 'session.h')
-rw-r--r--session.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/session.h b/session.h
index ec6c2e3e..820b819e 100644
--- a/session.h
+++ b/session.h
@@ -90,6 +90,7 @@ struct systemtap_session
std::string module_name;
std::string stapconf_name;
std::string output_file;
+ std::string size_option;
std::string cmd;
int target_pid;
int last_pass;