Capture block I/O operations into CBOR#215
Draft
arthurp wants to merge 3 commits intoarthurp/scheduler-data-capturefrom
Draft
Capture block I/O operations into CBOR#215arthurp wants to merge 3 commits intoarthurp/scheduler-data-capturefrom
arthurp wants to merge 3 commits intoarthurp/scheduler-data-capturefrom
Conversation
984ebf6 to
b5a16fd
Compare
a1fb260 to
f91e814
Compare
b5a16fd to
912e976
Compare
f91e814 to
3c4d837
Compare
#214) This adds a scheduling event OQueue and support for capturing it. Unlike most OQueues this one must be enabled by a feature. See the documentation file.
This adds path metadata to OQueues in a way that it can be accessed via the OQueueRef.
3c4d837 to
c85b94e
Compare
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This may be useless, if @ioeddk already something similar enough. Though this uses the updated APIs, so maybe this one will take priority.
As written this does not work because the OQueues actually being published to are legacy OQueues, but the capture uses the OQueue registry which only has new OQueues. I'm not sure how this worked when I was using it.
AFTER: @ioeddk's work in #170. Specifically the switch of kernel/comps/block/src/bio.rs to use new OQueues.