summaryrefslogtreecommitdiffstats
path: root/tapsets.cxx
diff options
context:
space:
mode:
authorDavid Smith <dsmith@redhat.com>2008-06-10 13:12:35 -0500
committerDavid Smith <dsmith@redhat.com>2008-06-10 13:14:01 -0500
commit8253e3b8d11c842773e77d332fb1426d0f1c1427 (patch)
treeec8ce87491946c222ec760d8169607ae1d4d7ec8 /tapsets.cxx
parenta3d153e541b1e538a99e8ce68d871860aff1e228 (diff)
downloadsystemtap-steved-8253e3b8d11c842773e77d332fb1426d0f1c1427.tar.gz
systemtap-steved-8253e3b8d11c842773e77d332fb1426d0f1c1427.tar.xz
systemtap-steved-8253e3b8d11c842773e77d332fb1426d0f1c1427.zip
Very early beginnings of memory map notification support.
2008-06-10 David Smith <dsmith@redhat.com> * tapsets.cxx (utrace_derived_probe_group::emit_probe_decl): Initializes .vm_callback. 2008-06-10 David Smith <dsmith@redhat.com> * task_finder.c (struct stap_task_finder_target): Added vm_callback public field. (stap_register_task_finder_target): Sets up .report_quiesce handler. (__stp_utrace_task_finder_target_quiesce): New function.
Diffstat (limited to 'tapsets.cxx')
-rw-r--r--tapsets.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/tapsets.cxx b/tapsets.cxx
index 8496e80a..3de2123c 100644
--- a/tapsets.cxx
+++ b/tapsets.cxx
@@ -5434,6 +5434,7 @@ utrace_derived_probe_group::emit_probe_decl (systemtap_session& s,
}
s.op->line() << " .callback=&_stp_utrace_probe_cb,";
+ s.op->line() << " .vm_callback=NULL,";
s.op->line() << " },";
s.op->line() << " .pp=" << lex_cast_qstring (*p->sole_location()) << ",";
s.op->line() << " .ph=&" << p->name << ",";