Skip to content

Capturing multiple kernel events in a single realtime session #1343

Answered by brianrob
oguzhanf asked this question in Q&A
Discussion options

You must be logged in to vote

Ah, thanks for sharing the code. You will want to change the line to:

networksession.EnableKernelProvider(KernelTraceEventParser.Keywords.NetworkTCPIP | KernelTraceEventParser.Keywords.Process);

You can OR the keywords together to make a single call.

Replies: 3 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@oguzhanf
Comment options

@brianrob
Comment options

Answer selected by oguzhanf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants