Details
Details
- Reviewers
jhb mw kib - Commits
- rG6fa041d7f125: Measure latency of PMC interruptions
Diff Detail
Diff Detail
- Lint
Lint Skipped - Unit
Tests Skipped
Event Timeline
Comment Actions
Good point about locking. I modified the code to use atomics instead.
Also, removed waiting_5 and let the user to choose the threshold when the PMC event is triggered (default = 1).
Comment Actions
New soft events should be documented in the pmc.soft(3) man page.
sys/kern/kern_intr.c | ||
---|---|---|
1465 | Why not pass frame here? |