Replies: 1 comment 2 replies
-
This is by design per ETW documentation. Calling From https://learn.microsoft.com/en-us/windows/win32/api/evntrace/nf-evntrace-controltracea:
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm running the samples: 11_SimpleEventSourceFile, and made a little change, set session.CircularBufferMB and session.BufferSizeMB.
in the circular file mode with max file size, how can i flush the event data to the file ? or what's the occasion does the event data flush to the file except stop the session ?
The perfView's PerfViewData.etl file can constant get bigger and bigger, i see it also in circular file mode with max size 800 M, What's the main diffence lead to this compare with EventSourceData.etl ?
Beta Was this translation helpful? Give feedback.
All reactions