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

link: support bpf perf event link, add bpf_cookies #565

Merged
merged 7 commits into from Mar 11, 2022

Commits on Feb 14, 2022

  1. internal/sys: regenerate types

    Signed-off-by: Mattia Meleleo <mattia.meleleo@elastic.co>
    mmat11 committed Feb 14, 2022
    Copy the full SHA
    531640c View commit details
    Browse the repository at this point in the history
  2. link/perf_event: attach via bpf perf link if available

    Signed-off-by: Mattia Meleleo <mattia.meleleo@elastic.co>
    mmat11 committed Feb 14, 2022
    Copy the full SHA
    b6b27e8 View commit details
    Browse the repository at this point in the history
  3. ci: set CI_MAX_KERNEL_VERSION to 5.15

    Signed-off-by: Mattia Meleleo <mattia.meleleo@elastic.co>
    mmat11 committed Feb 14, 2022
    Copy the full SHA
    96023a4 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2022

  1. link: add bpf_cookie to perf event, allow specifying bpf cookie via o…

    …ptions for kprobes
    
    Signed-off-by: Mattia Meleleo <mattia.meleleo@elastic.co>
    mmat11 committed Feb 18, 2022
    Copy the full SHA
    5c4a970 View commit details
    Browse the repository at this point in the history
  2. link/tracepoint: allow specifying bpf cookie via options

    Signed-off-by: Mattia Meleleo <mattia.meleleo@elastic.co>
    mmat11 committed Feb 18, 2022
    Copy the full SHA
    75e5d74 View commit details
    Browse the repository at this point in the history
  3. link/uprobe: allow specifying bpf cookie via options

    Signed-off-by: Mattia Meleleo <mattia.meleleo@elastic.co>
    mmat11 committed Feb 18, 2022
    Copy the full SHA
    b2d7f64 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2022

  1. link/perfEvent: split perf event attachment modes

    Signed-off-by: Mattia Meleleo <mattia.meleleo@elastic.co>
    mmat11 committed Mar 10, 2022
    Copy the full SHA
    621e7c6 View commit details
    Browse the repository at this point in the history