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

tetragon: Factor uprobe sensor setup #2085

Merged
merged 2 commits into from
Feb 12, 2024
Merged

tetragon: Factor uprobe sensor setup #2085

merged 2 commits into from
Feb 12, 2024

Commits on Feb 11, 2024

  1. tetragon: Factor uprobe sensor setup

    Separating uprobe sensor setup into addUprobe function, that creates
    and sets up uprobeEntry object and createSingleUprobeSensor that
    creates the actual sensor progs/maps arrays.
    
    This way we can easily add multi uprobe sensor create function in
    following changes.
    
    Signed-off-by: Jiri Olsa <[email protected]>
    olsajiri committed Feb 11, 2024
    Configuration menu
    Copy the full SHA
    f249b78 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2024

  1. tetragon: Return zero in generic probe programs

    Just to keep it consistent. At the moment we don't use the return
    value to trigger the return probe, but it's the plan for the future.
    
    Signed-off-by: Jiri Olsa <[email protected]>
    olsajiri committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    6ca6feb View commit details
    Browse the repository at this point in the history