Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: libbpf/libbpf-bootstrap
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: hack0z/libbpf-bootstrap
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 8 commits
  • 13 files changed
  • 4 contributors

Commits on Jan 27, 2021

  1. kprobe: minimal example of doing kprobe/kretprobe BPF programs

    Add an example that shows how to use kprobes and kretprobes with libbpf.
    Describe the example in README.md.
    
    Signed-off-by: Juraj Vijtiuk <juraj.vijtiuk@sartura.hr>
    jvijtiuk authored and anakryiko committed Jan 27, 2021
    Configuration menu
    Copy the full SHA
    274ea13 View commit details
    Browse the repository at this point in the history
  2. fentry: add minimal example of doing fentry/fexit BPF programs

    Add an example that shows how to use fentry and fexit with
    libbpf.
    Describe the example in README.md.
    
    Signed-off-by: Juraj Vijtiuk <juraj.vijtiuk@sartura.hr>
    jvijtiuk authored and anakryiko committed Jan 27, 2021
    Configuration menu
    Copy the full SHA
    894bad4 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2021

  1. libbpf: update to latest libbpf master

    Update submodule reference to the latest Github master commit.
    
    Signed-off-by: Andrii Nakryiko <andrii@kernel.org>
    anakryiko committed Jan 28, 2021
    Configuration menu
    Copy the full SHA
    eb6709a View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2021

  1. makefile: use Linux UAPI headers distributed with libbpf

    Avoid dependency on up-to-date Linux UAPI headers (mainly linux/bpf.h and
    linux/btf.h) by using headers distributed with libbpf for its own compilation
    needs.
    
    Signed-off-by: Andrii Nakryiko <andrii@kernel.org>
    anakryiko committed Feb 3, 2021
    Configuration menu
    Copy the full SHA
    493021d View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2021

  1. fentry, kprobe: attach fentry and kprobe examples to do_unlinkat()

    Hook do_unlinkat() instead of bprm_execve() as bprm_execve() is a recent
    kernel change.
    
    Signed-off-by: Juraj Vijtiuk <juraj.vijtiuk@sartura.hr>
    jvijtiuk authored and anakryiko committed Feb 8, 2021
    Configuration menu
    Copy the full SHA
    af5c68f View commit details
    Browse the repository at this point in the history
  2. Update gen_vmlinux_h.sh

    Positional or special parameters cannot be assigned using := way.
    Vesnica authored and anakryiko committed Feb 8, 2021
    Configuration menu
    Copy the full SHA
    c126589 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2021

  1. port to xmake.lua

    waruqi committed Mar 21, 2021
    Configuration menu
    Copy the full SHA
    a95b5bb View commit details
    Browse the repository at this point in the history
  2. remove unused gitignore

    waruqi committed Mar 21, 2021
    Configuration menu
    Copy the full SHA
    3d90f48 View commit details
    Browse the repository at this point in the history
Loading