An open API service indexing awesome lists of open source software.

https://github.com/pplu/p5-libstapsdt

Bind Perl5 to libstapsdt (create Systemtap's USDT probes at runtime)
https://github.com/pplu/p5-libstapsdt

Last synced: about 1 year ago
JSON representation

Bind Perl5 to libstapsdt (create Systemtap's USDT probes at runtime)

Awesome Lists containing this project

README

          

These are the notes for getting this lib running

```
sudo apt-get install libelf1 libelf-dev
git clone https://github.com/sthima/libstapsdt.git
cd libstapsdt/
make
cd ..
git clone git@github.com:pplu/p5-libstapsdt.git
cd p5-libstapsdt
carton
LD_LIBRARY_PATH=../libstapsdt/out carton exec perl ./test.pl
```