google / UIforETW

User interface for recording and managing ETW traces
https://randomascii.wordpress.com/2015/04/14/uiforetw-windows-performance-made-easier/
Apache License 2.0
1.55k stars 201 forks source link

ETW Only showing 1 process #161

Closed Georgie15 closed 1 year ago

Georgie15 commented 1 year ago

When I run a trace, it only shows the UIforETW under the process tab. Is there something I can do to fix this? Screenshot_6

randomascii commented 1 year ago

That top graph and table are showing Generic Events - uncategorized events emitted by processes. UIforETW is the only one emitting that type of events. To see all processes you need to look in other graphs, such as CPU Usage (Precise), CPU Usage (Sampled), or for a full list of processes look under System Activity for the Processes table.

On Wed, Mar 8, 2023 at 1:07 PM Georgie @.***> wrote:

When I run a trace, it only shows the UIforETW under the process tab. Is there something I can do to fix this? [image: Screenshot_6] https://user-images.githubusercontent.com/75462145/223850145-29691a86-5bcc-4e29-9b5f-4b18a4a39f39.jpg

— Reply to this email directly, view it on GitHub https://github.com/google/UIforETW/issues/161, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACSMXKKW7JVZG2URSEZUHDDW3DYJ7ANCNFSM6AAAAAAVUIIPTI . You are receiving this because you are subscribed to this thread.Message ID: @.***>

-- Bruce Dawson, he/him

Georgie15 commented 1 year ago

image Another user was able to view multiple processes under the generic events but I am unable to.

randomascii commented 1 year ago

That just means that they have other processes emitting events. Any process can emit random events, but most don't.

Georgie15 commented 1 year ago

Okay thank you