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

feat: include ancestors in process events #2938

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Commits on Oct 10, 2024

  1. feat: Allow to include process' ancestors in events

    Allow to include ancestors of the process beyond the immediate parent (up to PID 1 / PID 2) in process_exec, process_exit, process_uprobe, process_kprobe, process_lsm, process_tracepoint events via `--enable-process-ancestors` option. Turn `--enable-process-ancestors` option off by default.
    
    Signed-off-by: t0x01 <[email protected]>
    t0x01 committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    b37d983 View commit details
    Browse the repository at this point in the history
  2. filters: Implement ancestor binary export filter

    Implement a new export filter that can filter over ancestor binary names using RE2 regular expressions.
    
    Signed-off-by: t0x01 <[email protected]>
    t0x01 committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    08d0e22 View commit details
    Browse the repository at this point in the history
  3. docs: Add ancestors and ancestor filter information

    Add information about ancestors, ancestor filter and ancestors related metrics to documentation.
    
    Signed-off-by: t0x01 <[email protected]>
    t0x01 committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    558ee86 View commit details
    Browse the repository at this point in the history