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

Don't add markers for unknown ETW events #218

Merged
merged 2 commits into from
May 23, 2024
Merged

Conversation

vvuk
Copy link
Collaborator

@vvuk vvuk commented May 22, 2024

These are useful for debugging and might be a nice command line option in the future, but for now they just add random Image/UnLoad and Process/Terminated events which aren't useful

@vvuk vvuk requested a review from mstange May 22, 2024 17:21
@mstange
Copy link
Owner

mstange commented May 22, 2024

Would you be happy if we just ignored UnLoad and Terminated? I think @jrmuizel likes to experiment with different xperf start settings and then it's convenient to just have the new markers show up immediately.

@vvuk
Copy link
Collaborator Author

vvuk commented May 22, 2024

Yeah, I was actually thinking of just adding a command line flag to make markers for unknown things, because it is pretty useful. Would that work? Specifically:

  • Ignore Image/UnLoad and Process/Terminate
  • add a --unknown-event-markers command line flag to enable generating markers for unknown events

? I'd like an option instead of doing it unilaterally so that if I'm importing an etl file created elsewhere, it may contain lots of events that I don't care about at all, but may end up as a large volume of markers.

@vvuk vvuk force-pushed the no-unknown-event-markers branch from e373b72 to 5b612d8 Compare May 23, 2024 00:31
@vvuk vvuk force-pushed the no-unknown-event-markers branch from 5b612d8 to 0b51cf6 Compare May 23, 2024 00:32
@vvuk
Copy link
Collaborator Author

vvuk commented May 23, 2024

Ok, reworked this to add the command line option; let me know if that works.

@mstange mstange merged commit ce5256e into main May 23, 2024
15 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants