From 4b17d6af571193c8a78c470ef941bbfea73de253 Mon Sep 17 00:00:00 2001 From: wcohen Date: Tue, 2 May 2006 19:26:34 +0000 Subject: "-t" option to collect information the number of times a probe runs and the average amount of time spent in the probe. --- session.h | 1 + 1 file changed, 1 insertion(+) (limited to 'session.h') 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; -- cgit