summaryrefslogtreecommitdiffstats
path: root/testsuite/systemtap.base/crash.sh
blob: 06aa414e31f618b5f6c5d11be250af1c1faef030 (plain)
1
2
3
4
5
6
7
8
#! /bin/sh

crash --readnow << END
mod -s testlog testlog.ko
extend $1/staplog.so
staplog testlog
exit
END