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

Fix tracepoints definitions for Linux 6.10 #16515

Merged
merged 2 commits into from
Sep 17, 2024

Commits on Sep 8, 2024

  1. Configuration menu
    Copy the full SHA
    ffffbfa View commit details
    Browse the repository at this point in the history
  2. Tracing: switch from __dynamic_array to __string

    __string field definition includes the source variable for a value
    of the string when the TP hits; in 6.10+ kernels, __assign_str()
    uses that to copy a value from src to the string, with older
    kernels, __assign_str still accepted src as a second parameter.
    
    Signed-off-by: Pavel Snajdr <[email protected]>
    snajpa committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    a54bd11 View commit details
    Browse the repository at this point in the history