Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add libbpfgo API functions for attaching generic bpf program types, selftests #144

Merged
merged 7 commits into from Apr 14, 2022

Commits on Apr 5, 2022

  1. Add libbpfgo API functions for attaching generic bpf program types su…

    …ch as fentry/fexit, and add selftests for demonstration
    
    Signed-off-by: grantseltzer <grantseltzer@gmail.com>
    grantseltzer committed Apr 5, 2022
    Copy the full SHA
    15a926a View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2022

  1. Add APIs for setting attach targets so they're not just implied by SE…

    …C and name labels
    
    Signed-off-by: grantseltzer <grantseltzer@gmail.com>
    grantseltzer committed Apr 6, 2022
    Copy the full SHA
    13798dc View commit details
    Browse the repository at this point in the history
  2. Add selftest for setting attachments

    Signed-off-by: grantseltzer <grantseltzer@gmail.com>
    grantseltzer committed Apr 6, 2022
    Copy the full SHA
    b3fbc2f View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2022

  1. Add BPFProgType String() function

    Signed-off-by: grantseltzer <grantseltzer@gmail.com>
    grantseltzer committed Apr 7, 2022
    Copy the full SHA
    ef440db View commit details
    Browse the repository at this point in the history
  2. GoDoc for AttachGeneric and SetAttachTarget

    Signed-off-by: grantseltzer <grantseltzer@gmail.com>
    grantseltzer committed Apr 7, 2022
    Copy the full SHA
    2b26b70 View commit details
    Browse the repository at this point in the history
  3. remove demo BPF program

    Signed-off-by: grantseltzer <grantseltzer@gmail.com>
    grantseltzer committed Apr 7, 2022
    Copy the full SHA
    7eba340 View commit details
    Browse the repository at this point in the history
  4. extra sample

    Signed-off-by: grantseltzer <grantseltzer@gmail.com>
    grantseltzer committed Apr 7, 2022
    Copy the full SHA
    4d2a164 View commit details
    Browse the repository at this point in the history