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

libbpf-tools: minor klockstat changes #3814

Merged
merged 2 commits into from
Jan 17, 2022
Merged

Conversation

brho
Copy link
Contributor

@brho brho commented Jan 14, 2022

mostly just support for mutex_lock_{killable,interruptible}

Barret Rhoden added 2 commits January 14, 2022 14:39
Threads wait on mutexes; they don't spin.

Signed-off-by: Barret Rhoden <brho@google.com>
Both mutex_lock_killable() and mutex_lock_interruptible() can be
aborted.  Their fexit return value is 0 if they acquired the mutex.

Signed-off-by: Barret Rhoden <brho@google.com>
@brho brho changed the title minor klockstat changes libbpf-tools: minor klockstat changes Jan 14, 2022
Copy link
Collaborator

@davemarchevsky davemarchevsky left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@brho mind if we tag you in future PRs that touch this tool?

@davemarchevsky davemarchevsky merged commit d3475ad into iovisor:master Jan 17, 2022
@brho
Copy link
Contributor Author

brho commented Jan 17, 2022 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants