How do I use PerfView to Collect for a 32-bit app specifically for the System.Data.1 provider #1813
Replies: 2 comments 11 replies
-
I discovered the issue being that the registry entry need to tell the apps which should enable tracing is
Other than that it seems to be able to successfully trace 32-bit apps. I don't know if you could provide some info on that in the app, even if just to say that others may require additional setup. Something more specific for this would be great, but I can understand if you don't/can't. |
Beta Was this translation helpful? Give feedback.
-
Ah, gotcha. What do you think about putting a line in the users guide here: https://github.com/microsoft/perfview/blob/main/src/PerfView/SupportFiles/UsersGuide.htm#L4458 If that sounds reasonable, would you be up for submitting a PR? |
Beta Was this translation helpful? Give feedback.
-
I ran the following command to register the providers into the WMI registry, but I am unable to get any events. I suspect it is because I am attempting to profile a 32-bit process.
mofcomp.exe C:\Windows\Microsoft.NET\Framework64\v4.0.30319\adonetdiag.mof
I have tried to manually perform tracing using
logman
and managed to get it to work for a while last week, but I cannot get it to work anymore. Logman will only generate the basic 8kb file.I am unsure what I am doing wrong.
I feel like using Perfmon would be an easier way to gather the required data, but it is not recording any events from the selected additional provider.
I appreciate any help or feedback that can be provided.
Beta Was this translation helpful? Give feedback.
All reactions