-
Notifications
You must be signed in to change notification settings - Fork 9
Build
Arkady Miasnikov edited this page Jul 17, 2017
·
14 revisions
Build SystemTap
sudo apt-get install texinfo gettext elfutils libdw-dev libncurses-dev
# add libjson0 libjson0-dev if missing
git clone git://sourceware.org/git/systemtap.git
# or https://sourceware.org/systemtap/ftp/releases/
cd systemtap
PKG_CONFIG=/usr/bin/pkg-config ./configure --prefix=<path to install folder>
make
make install
Try it
stap -p4 -v -k -m simple simple_probe.stp