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

custom event handling #1594

Merged
merged 3 commits into from
Oct 16, 2023
Merged

custom event handling #1594

merged 3 commits into from
Oct 16, 2023

Commits on Oct 16, 2023

  1. generickprobe: split handleGenericKprobe function

    Create a handleMsgGenericKprobe function and use it in
    handleGenericKprobe. There are no functional changes here, it's just a
    refactoring for subsequent patches.
    
    Signed-off-by: Kornilios Kourtis <[email protected]>
    kkourt committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    be654f5 View commit details
    Browse the repository at this point in the history
  2. generictracepoint: split handleGenericTracepoint()

    Create a handleMsgGenericTracepoint function and use it in
    handleGenericKprobe. There are no functional changes here, it's just a
    refactoring for subsequent patches.
    
    Signed-off-by: Kornilios Kourtis <[email protected]>
    kkourt committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    66c641b View commit details
    Browse the repository at this point in the history
  3. tracing: support custom event handlers

    Add support for policies to define their own custom event handlers.
    
    Signed-off-by: Kornilios Kourtis <[email protected]>
    kkourt committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    a57fe77 View commit details
    Browse the repository at this point in the history