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. --- main.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'main.cxx') diff --git a/main.cxx b/main.cxx index ddd91fe2..8f084024 100644 --- a/main.cxx +++ b/main.cxx @@ -139,6 +139,7 @@ main (int argc, char * const argv []) s.cmd = ""; s.target_pid = 0; s.merge=true; + s.perfmon=0; const char* s_p = getenv ("SYSTEMTAP_TAPSET"); if (s_p != NULL) -- cgit