diff options
author | hunt <hunt> | 2005-05-17 07:30:19 +0000 |
---|---|---|
committer | hunt <hunt> | 2005-05-17 07:30:19 +0000 |
commit | 30add090cbcbb6367c06c8bcc3c270e60c2f928e (patch) | |
tree | 815eb8ce0a116becbd98c23b6d3bb46210511ea0 /runtime/probes/where_func/build | |
parent | 3065e14cbd8f5114e32e6cbe64af570d6cdbf5ed (diff) | |
download | systemtap-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-x | runtime/probes/where_func/build | 16 |
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`/../.. - - - - - |