You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i#7157 dyn inject: Add switch injection count to schedule_stats (#7301)
Adds the count of instances where the context switch sequence was
injected to the schedule_stats tool output.
Modifies the switch_insertion test to use schedule_stats instead of
basic_counts. This helps reveal a bug in context switch trace template
dynamic injection logic that causes the injection to happen many more
times than the context switch events.
This diff is split out from #7302 which fixes the above bug.
Issue: #7157
0 commit comments