3 Jul 2012 21:42
Pointing systemtap to an out of tree kernel module
Elie De Brauwer <eliedebrauwer <at> gmail.com>
2012-07-03 19:42:43 GMT
2012-07-03 19:42:43 GMT
Hello list,
I'm doing a little experiment with systemtap, where I'm trying to do
remote cross-system-tapping. Meaning on my laptop I have a
cross-compiler, my kernel and and module in some path which isn't
related to the kernel directory. And I'd like to create a script which
allows me to gather information on the custom module. But I don't see
any way to specify to systemtap where it should look for my kernel
module (and debug symbols).
And I'm just trying to glue something to probe
module("common").function("*"). Now suppose my module lives in
/home/e/module how would I tell systemtap that that might be an
interesting place to look for it ?
e <at> lap:/tmp$ stap -vvvv -r /home/e/linux-3.3/ -a powerpc -B
CROSS_COMPILE=powerpc-e500v2-linux-gnuspe- --remote=ssh://root <at> 1.2.3.4
bla.stp
Located kernel source tree (COPYING) at '/home/e/linux-3.3/'
Systemtap translator/driver (version 1.7/0.152 Debian version 1.7-1+b1
(sid))
Copyright (C) 2005-2012 Red Hat, Inc. and others
This is free software; see the source for copying conditions.
enabled features: AVAHI LIBSQLITE3 NSS BOOST_SHARED_PTR
TR1_UNORDERED_MAP NLS
Created temporary directory "/tmp/stap68cup9"
Running ssh -q root <at> 1.2.3.4 /bin/bash -c 'cmd=`type -P stapsh || exit
127` && exec "$cmd" -v -v'
sh: /bin/bash: not found
Spawn waitpid result (0x7f00): 127
(Continue reading)
RSS Feed