summaryrefslogtreecommitdiffstats
path: root/session.h
diff options
context:
space:
mode:
authorwcohen <wcohen>2006-05-02 19:26:34 +0000
committerwcohen <wcohen>2006-05-02 19:26:34 +0000
commit4b17d6af571193c8a78c470ef941bbfea73de253 (patch)
tree9ac3ac53f04b20469b7765c532336f431bac067a /session.h
parent86cae39ac23bb8fd44416520b53b8fc74ae9a857 (diff)
downloadsystemtap-steved-4b17d6af571193c8a78c470ef941bbfea73de253.tar.gz
systemtap-steved-4b17d6af571193c8a78c470ef941bbfea73de253.tar.xz
systemtap-steved-4b17d6af571193c8a78c470ef941bbfea73de253.zip
"-t" option to collect information the number of times a probe runs and
the average amount of time spent in the probe.
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 c0416e1b..ef966d78 100644
--- a/session.h
+++ b/session.h
@@ -70,6 +70,7 @@ struct systemtap_session
int target_pid;
int last_pass;
unsigned verbose;
+ unsigned timing;
bool keep_tmpdir;
bool guru_mode;
bool bulk_mode;