-
Notifications
You must be signed in to change notification settings - Fork 566
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
i#7157 syscall sched: Handle static injected syscall traces in scheduler
Adds handling for statically injected kernel syscall traces in the scheduler. Ensures that quantum context switches are not done in the middle of a statically-injected syscall trace. Also ensures that voluntary context switches are also delayed until after the syscall trace. This involved fixing the bookkeeping logic which is done on the next user-space instr. We keep status quo on the scheduler behavior of showing the post-syscall markers before the switch. Adds a unit test for statically injected kernel syscall trace handling by the scheduler. Issue: #7157
- Loading branch information
1 parent
9931511
commit 544d58e
Showing
3 changed files
with
218 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters