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(userspace/libsinsp): multiple fixes related to rawargs. #2130

Merged
merged 1 commit into from
Oct 30, 2024

Commits on Oct 29, 2024

  1. fix(userspace/libsinsp): multiple fixes related to rawargs.

    Firstly, properly refresh m_arginfo and m_customfield type and print format
    given current event while extracting rawarg values.
    
    Secondly, propelry support PT_FLAGS, PT_ENUMFLAGS, PT_GID and PT_UID types in `rawval_to_json` and `rawval_to_string`.
    
    Lastly, honor PF_HEX print format for 8,16,32bits types.
    
    Signed-off-by: Federico Di Pierro <[email protected]>
    
    Co-authored-by: Andrea Terzolo <[email protected]>
    FedeDP and Andreagit97 committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    d0c002f View commit details
    Browse the repository at this point in the history