summaryrefslogtreecommitdiffstats
path: root/elaborate.cxx
diff options
context:
space:
mode:
authorAnanth N Mavinakayanahalli <ananth@in.ibm.com>2009-04-21 17:07:22 +0530
committerAnanth N Mavinakayanahalli <ananth@in.ibm.com>2009-04-21 17:07:22 +0530
commite6fe60e7ac2b7068b97c828cee2502d34e77d89c (patch)
treead6a6da86ccbc0f29ddfccb2264062adc06f09e3 /elaborate.cxx
parent7e88d7860607485539602a4e9002d1f275f1e8d2 (diff)
downloadsystemtap-steved-e6fe60e7ac2b7068b97c828cee2502d34e77d89c.tar.gz
systemtap-steved-e6fe60e7ac2b7068b97c828cee2502d34e77d89c.tar.xz
systemtap-steved-e6fe60e7ac2b7068b97c828cee2502d34e77d89c.zip
From Prerna Saxena: Add the kprobe.function probe family
Diffstat (limited to 'elaborate.cxx')
-rw-r--r--elaborate.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/elaborate.cxx b/elaborate.cxx
index b760173f..47b77c9b 100644
--- a/elaborate.cxx
+++ b/elaborate.cxx
@@ -1441,6 +1441,7 @@ systemtap_session::systemtap_session ():
user_file (0),
be_derived_probes(0),
dwarf_derived_probes(0),
+ kprobe_derived_probes(0),
uprobe_derived_probes(0),
utrace_derived_probes(0),
itrace_derived_probes(0),