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 iterator for bpf programs/maps in a bpf object #166

Merged
merged 4 commits into from May 6, 2022

Commits on May 4, 2022

  1. Helper for getting section name

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

Commits on May 5, 2022

  1. Add ProgramIterator for iterating over programs in a BPF object, and a

    selftest
    
    Signed-off-by: grantseltzer <grantseltzer@gmail.com>
    grantseltzer committed May 5, 2022
    Copy the full SHA
    71196c7 View commit details
    Browse the repository at this point in the history
  2. Add map iteration

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

Commits on May 6, 2022

  1. fix printf

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