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

Minor fixes to areas/latency/cgroup_rstat_tracepoint.bt #99

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

netoptimizer
Copy link
Member

The bpftrace increment operator is both slow and contain data races.
Fix comment, where I thought slowness was due to it being an atomic operation.

Upstream bpftrace issues are in progress for improving performance and reduce data races:

Signed-off-by: Jesper Dangaard Brouer <hawk@kernel.org>
…omic

Fix comment about increment operator being atomic.

It is both slow and contains data races as described here:
 - bpftrace/bpftrace#3175

Maybe this will soon get fixed via:
 - bpftrace/bpftrace#3179
 - bpftrace#3179

Signed-off-by: Jesper Dangaard Brouer <hawk@kernel.org>
@jordalgo
Copy link

jordalgo commented Jun 6, 2024

Sorry for the delay. We're still discussing atomic map updates and the tradeoffs.

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.

None yet

2 participants