DynamoRIO / DynamoRIO/dynamorio

Add core-sharded scheduling support to online drmemtrace analyzers

Open
#7,040 0 comments 0 reactions 0 assignees View on GitHub
Component-DrMemtrace Type-Feature
Dominant language
C
Stars
3.2k
Forks
629
Avg merge
2d 15h
Merged PRs (30d)
31

Description

The new drmemtrace scheduler has been focused on offline use. It only interleaves separate input reader_t streams. Yet online mode uses a single reader_t for the entire process, so the scheduler does not do any scheduling of separate threads inside the analyzed process. This is a feature request to add that support, with the primary use case being simulators like dr$sim where we don't want either the as-traced schedule (-cpu_scheduling) nor the simplistic static scheduling inside dr$sim. Possibilities include ipc_reader_t multiplexing separate reader_t interfaces and not changing the scheduler; or changing the scheduler.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.