DynamoRIO / DynamoRIO/dynamorio
Support kernel syscall trace injection in the drmemtrace scheduler
Open
Component-DrMemtrace
- Dominant language
- C
- Stars
- 3.2k
- Forks
- 629
- Avg merge
- 2d 18h
- Merged PRs (30d)
- 30
Description
There are various cases where the injected syscall traces (both statically and dynamically) need to be accounted for by the drmemtrace scheduler. E.g., there shouldn't be a context switch in the middle of the syscall trace, syscall traces shouldn't break book-keeping done by the scheduler.
This issue is to explore and handle those cases.
Contributor guide
Assessment
This issue has not been assessed yet.