summaryrefslogtreecommitdiffstats
path: root/runtime/sym.c
diff options
context:
space:
mode:
authorDave Brolley <brolley@redhat.com>2009-04-14 12:34:11 -0400
committerDave Brolley <brolley@redhat.com>2009-04-14 12:34:11 -0400
commit6c39ba6093aa0b3b86aa7e6f17a23ef322bd67cd (patch)
tree7491c5c2357768fafe21752c3a16436f23c51f70 /runtime/sym.c
parenta2422e707214a425e4e10ac5b7c39fc5ae4dea56 (diff)
parentb9c2e81cc7a62336ec1daf374cb3411add772ab4 (diff)
downloadsystemtap-steved-6c39ba6093aa0b3b86aa7e6f17a23ef322bd67cd.tar.gz
systemtap-steved-6c39ba6093aa0b3b86aa7e6f17a23ef322bd67cd.tar.xz
systemtap-steved-6c39ba6093aa0b3b86aa7e6f17a23ef322bd67cd.zip
Merge branch 'master' of git://sources.redhat.com/git/systemtap
Diffstat (limited to 'runtime/sym.c')
-rw-r--r--runtime/sym.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/runtime/sym.c b/runtime/sym.c
index 835e1b46..a2cdd0ff 100644
--- a/runtime/sym.c
+++ b/runtime/sym.c
@@ -47,7 +47,7 @@ static int _stp_tf_mmap_cb(struct stap_task_finder_target *tgt,
#ifdef DEBUG_TASK_FINDER_VMA
_stp_dbug(__FUNCTION__, __LINE__,
"mmap_cb: tsk %d:%d path %s, addr 0x%08lx, length 0x%08lx, offset 0x%lx, flags 0x%lx\n",
- tsk->pid, tsk->tgid, path, addr, length, offset, flags);
+ tsk->pid, tsk->tgid, path, addr, length, offset, vm_flags);
#endif
if (path != NULL) {
for (i = 0; i < _stp_num_modules; i++) {
@@ -128,7 +128,6 @@ static unsigned long _stp_module_relocate(const char *module, const char *sectio
return 0;
}
-
/* Return module owner and, if sec != NULL, fills in closest section
of the address if found, return NULL otherwise.
XXX: needs to be address-space-specific. */