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

Support custom schemas #8

Open
jrmuizel opened this issue Oct 6, 2021 · 1 comment
Open

Support custom schemas #8

jrmuizel opened this issue Oct 6, 2021 · 1 comment
Labels
enhancement New feature or request

Comments

@jrmuizel
Copy link
Contributor

jrmuizel commented Oct 6, 2021

I added support for these to etw-reader to handle the KernelTraceControl events: https://github.com/jrmuizel/etw-profiler/blob/main/etw-reader/src/custom_schemas.rs

This was done by creating an EventSchema trait: https://github.com/jrmuizel/etw-profiler/blob/2dddbc2eb2c02e93b14f69aac60895fe7efe82ef/etw-reader/src/schema.rs#L86

@n4r1b
Copy link
Owner

n4r1b commented Oct 28, 2021

I'll take a look at your code and try to include this into ferris! I appreciate the comment 😃

@n4r1b n4r1b added the enhancement New feature or request label Oct 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants