Skip to content

marcinslusarz/vltrace

Repository files navigation

vltrace: tool tracing syscalls using eBPF

Build Status

This is the top-level README.md of vltrace.

vltrace is a tool tracing syscalls in a fast way using eBPF linux kernel feature.

LICENSE

Please see the file LICENSE for information on how this tool is licensed.

DEPENDENCIES

The vltrace depends on libbcc library.

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.

SYSTEM REQUIREMENTS

  • kernel v4.7 or later (to attach eBPF to tracepoints)
  • kernel headers installed:
    • 'kernel-devel' package on RHEL, Fedora and CentOS or
    • 'linux-headers' package on Debian and Ubuntu
  • libbcc v0.3.0-150-g3263805 or later
  • CAP_SYS_ADMIN capability (required by the bpf() syscall)
  • mounted debugfs and tracefs

CONTACTS

For more information about this tool contact:

  • Lukasz Dorau (lukasz.dorau at intel.com)

or create an issue here.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 60.5%
  • Shell 14.4%
  • Python 12.4%
  • Perl 8.3%
  • CMake 4.4%