Open daladim opened 2 years ago
EventFilter::ByPids are only effective on kernel mode logger session.
EventFilter::ByPids
see https://learn.microsoft.com/en-us/windows/win32/api/evntprov/ns-evntprov-event_filter_descriptor:
The PIDs based filter-blob is only valid for a kernel mode logger session because the private logger session runs inside a user-mode process
But this does not work for KernelTraces in ferrisetw. This would be good to support it.
KernelTrace
Ideas:
ferrisetw::KernelTrace
If this eventually works, this should be added in an integration test
EventFilter::ByPids
are only effective on kernel mode logger session.see https://learn.microsoft.com/en-us/windows/win32/api/evntprov/ns-evntprov-event_filter_descriptor:
But this does not work for
KernelTrace
s in ferrisetw. This would be good to support it.Ideas:
ferrisetw::KernelTrace
one of them in the first place?If this eventually works, this should be added in an integration test