summaryrefslogtreecommitdiffstats
path: root/runtime/probes/shellsnoop/build
diff options
context:
space:
mode:
authorhunt <hunt>2005-04-07 15:12:19 +0000
committerhunt <hunt>2005-04-07 15:12:19 +0000
commit979f20e0ecb8d287af1aedf33ac0c3b50ac9003d (patch)
tree19a2fecdafeea759885360d0df8022bddce7e7a3 /runtime/probes/shellsnoop/build
parente32551b18f4560056d2d482f5e1505b1b98fa82a (diff)
downloadsystemtap-steved-979f20e0ecb8d287af1aedf33ac0c3b50ac9003d.tar.gz
systemtap-steved-979f20e0ecb8d287af1aedf33ac0c3b50ac9003d.tar.xz
systemtap-steved-979f20e0ecb8d287af1aedf33ac0c3b50ac9003d.zip
Update to use relayfs, new I/O.
Diffstat (limited to 'runtime/probes/shellsnoop/build')
-rwxr-xr-xruntime/probes/shellsnoop/build3
1 files changed, 2 insertions, 1 deletions
diff --git a/runtime/probes/shellsnoop/build b/runtime/probes/shellsnoop/build
index 3713f08a..fb344b37 100755
--- a/runtime/probes/shellsnoop/build
+++ b/runtime/probes/shellsnoop/build
@@ -4,10 +4,11 @@ KVERSION=`uname -r`
echo $KVERSION
KALLSYMS_LOOKUP_NAME=`grep " kallsyms_lookup_name" /boot/System.map-$KVERSION |awk '{print $1}'`
KALLSYMS_LOOKUP=`grep " kallsyms_lookup$" /boot/System.map-$KVERSION |awk '{print $1}'`
+KTA=`grep "__kernel_text_address" /boot/System.map-$KVERSION |awk '{print $1}'`
make V=1 -C /lib/modules/`uname -r`/build M=`pwd` modules \
KALLSYMS_LOOKUP_NAME=0x$KALLSYMS_LOOKUP_NAME \
- KALLSYMS_LOOKUP=0x$KALLSYMS_LOOKUP \
+ KALLSYMS_LOOKUP=0x$KALLSYMS_LOOKUP KTA=0x$KTA\
STP_RUNTIME=`pwd`/../..