Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Learing eBPF

Prerequisits

In Debian systems we can easily install the needed libs with:

sudo apt install libelf-dev libbpfcc-dev bpfcc-tools clang

Usage

To generate and attach the BPF probes to the kernel we just need to compile and run the desired program:

make APP=file_name_without_cpp
sudo ./file_name_without_cpp

Kprobes

About

Examples of C++ programs that generates BPF bytecodes

Topics

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages

Morty Proxy This is a proxified and sanitized view of the page, visit original site.