From 6561773f763d40c00a115b53493ecf2d4f425d0d Mon Sep 17 00:00:00 2001 From: "Frank Ch. Eigler" Date: Fri, 16 May 2008 17:53:31 -0400 Subject: PR5643: function caching for much faster syscall.* pass-2 processing --- elaborate.cxx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'elaborate.cxx') diff --git a/elaborate.cxx b/elaborate.cxx index 306baff1..0e454937 100644 --- a/elaborate.cxx +++ b/elaborate.cxx @@ -1188,7 +1188,10 @@ systemtap_session::systemtap_session (): hrtimer_derived_probes(0), perfmon_derived_probes(0), procfs_derived_probes(0), - op (0), up (0) + op (0), up (0), + sym_kprobes_text_start (0), + sym_kprobes_text_end (0), + sym_stext (0) { } -- cgit