diff options
author | Maynard Johnson <mpj@vervainp3.rchland.ibm.com> | 2009-03-03 16:41:48 -0600 |
---|---|---|
committer | Maynard Johnson <mpj@vervainp3.rchland.ibm.com> | 2009-03-03 16:41:48 -0600 |
commit | 1324cc8267f44de856daa6aedd76d157e4259d28 (patch) | |
tree | 87b18376340a574e916737ae78cbb301f2fa436b /tapsets.cxx | |
parent | 34309209f7b8f957125f34c263dcea870ea76c8e (diff) | |
download | systemtap-steved-1324cc8267f44de856daa6aedd76d157e4259d28.tar.gz systemtap-steved-1324cc8267f44de856daa6aedd76d157e4259d28.tar.xz systemtap-steved-1324cc8267f44de856daa6aedd76d157e4259d28.zip |
This patch updates the itrace code to support the new utrace interface.
It also adds a private copy of access_process_vm to runtime/itrace.c
since that function is not consistently exported by all distros.
Diffstat (limited to 'tapsets.cxx')
-rw-r--r-- | tapsets.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tapsets.cxx b/tapsets.cxx index 74a22480..046ef0c0 100644 --- a/tapsets.cxx +++ b/tapsets.cxx @@ -6362,6 +6362,7 @@ itrace_derived_probe_group::emit_module_decls (systemtap_session& s) s.op->newline(); s.op->newline() << "/* ---- itrace probes ---- */"; + s.op->newline() << "#include \"task_finder.c\""; s.op->newline() << "struct stap_itrace_probe {"; s.op->indent(1); s.op->newline() << "struct stap_task_finder_target tgt;"; |