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

Add support for thread data parsing. #481

Merged
merged 2 commits into from Dec 17, 2022
Merged

Commits on Nov 16, 2022

  1. Add support for thread data parsing.

    Provide access to /proc/PID/task/TID files, for thread specific values. Since
    such files have the same structure as /proc/PID/ ones, the data structures and
    the parsers for the latter may be reused.
    
    Signed-off-by: Emy Parparita <emy.parparita@gmail.com>
    emypar committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    03176be View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2022

  1. Address CR

    Signed-off-by: Emy Parparita <emy.parparita@gmail.com>
    emypar committed Dec 17, 2022
    Configuration menu
    Copy the full SHA
    0f6c4c1 View commit details
    Browse the repository at this point in the history