Skip to content

mramotowski/strace.ebpf

 
 

Repository files navigation

This directory contains a tool which traces syscalls in a fast
way using eBPF linux kernel feature.

** DEPENDENCIES: **
The strace.ebpf depends on libbcc library.

Bcc sources:

https://github.com/iovisor/bcc

Installation:

https://github.com/iovisor/bcc/blob/master/INSTALL.md

** WARNING **

Some old libbcc packages require manual coping of libbcc.pc from sources to
appropriate place in a system. In case of Ubuntu 16.04 LTS appropriate place
is /usr/lib/x86_64-linux-gnu/pkgconfig/libbcc.pc.

** CONTACTS **

For more information on this tool contact Lukasz Dorau <lukasz.dorau@intel.com>
or create an issue at https://github.com/ldorau/strace.ebpf/issues

About

Tool tracing syscalls in a fast way using eBPF linux kernel feature

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 74.5%
  • C 13.7%
  • Shell 6.4%
  • Perl 2.5%
  • CMake 1.2%
  • Makefile 0.9%
  • PowerShell 0.8%