Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add core-sharded support to drmemtrace invariant checker #6684

Open
derekbruening opened this issue Feb 28, 2024 · 0 comments
Open

Add core-sharded support to drmemtrace invariant checker #6684

derekbruening opened this issue Feb 28, 2024 · 0 comments

Comments

@derekbruening
Copy link
Contributor

We have a new type of drmemtrace: core-sharded-on-disk. We'd like to run the invariant checker on such a trace. We'd also like to run it as an additional tool in dynamic scheduling core-sharded mode of a thread-sharded-on-disk trace.

Some existing invariant checks assume every part of a software thread is seen by one checker thread. This breaks down with core-sharded where threads are interleaved. We'd prefer to give up some of these checks and maintain parallel operation than serialize the cores. We should also think about the core's view and insertion of kernel pieces (we already have features to insert context switch snippets and syscall snippets).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant