From 854d896bebf48714b6e14b73d4eab6d9c856aa52 Mon Sep 17 00:00:00 2001 From: hunt Date: Mon, 21 Mar 2005 21:11:13 +0000 Subject: *** empty log message *** --- runtime/probes/tasklet/build | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100755 runtime/probes/tasklet/build (limited to 'runtime/probes/tasklet/build') diff --git a/runtime/probes/tasklet/build b/runtime/probes/tasklet/build new file mode 100755 index 00000000..3713f08a --- /dev/null +++ b/runtime/probes/tasklet/build @@ -0,0 +1,16 @@ +#!/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`/../.. + + + + + -- cgit