summaryrefslogtreecommitdiffstats
path: root/runtime/probes/where_func/build
diff options
context:
space:
mode:
authorhunt <hunt>2005-05-17 07:30:19 +0000
committerhunt <hunt>2005-05-17 07:30:19 +0000
commit30add090cbcbb6367c06c8bcc3c270e60c2f928e (patch)
tree815eb8ce0a116becbd98c23b6d3bb46210511ea0 /runtime/probes/where_func/build
parent3065e14cbd8f5114e32e6cbe64af570d6cdbf5ed (diff)
downloadsystemtap-steved-30add090cbcbb6367c06c8bcc3c270e60c2f928e.tar.gz
systemtap-steved-30add090cbcbb6367c06c8bcc3c270e60c2f928e.tar.xz
systemtap-steved-30add090cbcbb6367c06c8bcc3c270e60c2f928e.zip
Updated for latest runtime.
Diffstat (limited to 'runtime/probes/where_func/build')
-rwxr-xr-xruntime/probes/where_func/build16
1 files changed, 0 insertions, 16 deletions
diff --git a/runtime/probes/where_func/build b/runtime/probes/where_func/build
deleted file mode 100755
index 3713f08a..00000000
--- a/runtime/probes/where_func/build
+++ /dev/null
@@ -1,16 +0,0 @@
-#!/bin/bash
-
-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}'`
-
-make V=1 -C /lib/modules/`uname -r`/build M=`pwd` modules \
- KALLSYMS_LOOKUP_NAME=0x$KALLSYMS_LOOKUP_NAME \
- KALLSYMS_LOOKUP=0x$KALLSYMS_LOOKUP \
- STP_RUNTIME=`pwd`/../..
-
-
-
-
-