From 5e86a4eef7e29d89849d522bcdbe96e7a1e4b6b8 Mon Sep 17 00:00:00 2001 From: David Smith Date: Fri, 27 Jun 2008 10:50:32 -0500 Subject: Fix bug in handling process(PID) probes. 2008-06-27 David Smith * tapsets.cxx (utrace_derived_probe_group::emit_module_decls): Fix bug in handling process(PID) probes. --- tapsets.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tapsets.cxx') diff --git a/tapsets.cxx b/tapsets.cxx index 38b075d0..a405cef0 100644 --- a/tapsets.cxx +++ b/tapsets.cxx @@ -5810,7 +5810,7 @@ utrace_derived_probe_group::emit_module_decls (systemtap_session& s) // Emit a "fake" probe decl that is really a hook for to get // our vm_callback called. s.op->newline() << "#ifdef DEBUG_TASK_FINDER_VMA"; - emit_vm_callback_probe_decl (s, false, NULL, it->first, + emit_vm_callback_probe_decl (s, false, "", it->first, "__stp_tf_vm_cb"); s.op->newline() << "#endif"; -- cgit