From 47dd066dfec8ab73f7b1886920e153402baa4597 Mon Sep 17 00:00:00 2001 From: wcohen Date: Tue, 12 Sep 2006 22:05:48 +0000 Subject: Systemtap perfmon support to access the processors perfmon hardware. --- session.h | 1 + 1 file changed, 1 insertion(+) (limited to 'session.h') diff --git a/session.h b/session.h index 50e06437..9627925e 100644 --- a/session.h +++ b/session.h @@ -78,6 +78,7 @@ struct systemtap_session bool unoptimized; bool merge; int buffer_size; + unsigned perfmon; // temporary directory for module builds etc. // hazardous - it is "rm -rf"'d at exit -- cgit