diff options
author | Mark Wielaard <mjw@redhat.com> | 2008-12-15 17:51:49 +0100 |
---|---|---|
committer | Mark Wielaard <mjw@redhat.com> | 2008-12-15 17:51:49 +0100 |
commit | 204038b16193de78eeb333fde0cce6081d9d1fcd (patch) | |
tree | 2c12a736ff63d012fe4f19940c19a289c1979f07 /runtime/runtime.h | |
parent | 13d343c0c39e334cf11ee06cbc0f3ec01d440f41 (diff) | |
download | systemtap-steved-204038b16193de78eeb333fde0cce6081d9d1fcd.tar.gz systemtap-steved-204038b16193de78eeb333fde0cce6081d9d1fcd.tar.xz systemtap-steved-204038b16193de78eeb333fde0cce6081d9d1fcd.zip |
Always include task_finder.c and enable emit_vm_callback_probe_decl.
Diffstat (limited to 'runtime/runtime.h')
-rw-r--r-- | runtime/runtime.h | 17 |
1 files changed, 1 insertions, 16 deletions
diff --git a/runtime/runtime.h b/runtime/runtime.h index 055d3f27..3ca43dc4 100644 --- a/runtime/runtime.h +++ b/runtime/runtime.h @@ -87,22 +87,7 @@ static struct #include "arith.c" #include "copy.c" -/* Lifted task_finder, internal details used in sym.c - XXX */ -struct __stp_tf_vma_entry { - struct hlist_node hlist; - - pid_t pid; - unsigned long addr; - unsigned long vm_start; - unsigned long vm_end; - unsigned long vm_pgoff; - // Is that enough? Should we store a dcookie for vm_file? - - // Module that this vma entry is mapped from, if any. - struct _stp_module *module; -}; -static struct __stp_tf_vma_entry * -__stp_tf_get_vma_entry_addr(struct task_struct *, unsigned long); +#include "task_finder.c" #include "sym.c" #ifdef STP_PERFMON |