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)
- Host: GitHub
- URL: https://github.com/pplu/p5-libstapsdt
- Owner: pplu
- Created: 2017-11-09T21:30:12.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-09T21:31:28.000Z (over 8 years ago)
- Last Synced: 2025-02-15T00:25:50.787Z (over 1 year ago)
- Language: Perl
- Size: 1000 Bytes
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```