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

libbpf-tools: add string helpers, filter ksyms by regex #4964

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Apr 15, 2024

  1. libbpf-tools: add string helpers

    In this first form it adds an append-only vector-like array to store
    strings.
    myhro committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    1f76c88 View commit details
    Browse the repository at this point in the history
  2. libbpf-tools/trace_helpers: filter ksyms by regex

    This will serve as a basis to create a C implementation of a
    functionality similar to what 'b.attach_kprobe(event_re=...)' offers in
    Python.
    myhro committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    82468f9 View commit details
    Browse the repository at this point in the history