Skip to content
Arkady Miasnikov edited this page Aug 22, 2017 · 14 revisions

Build SystemTap

 sudo apt-get install texinfo gettext elfutils libdw-dev libncurses-dev
 #  add libjson0 libjson0-dev if missing 
 git clone https://github.com/larytet/SystemTap.git
 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 

Clone this wiki locally