David Mason
David Mason
Hi @amit-hadari @yanshof, Could you post what you get from parsing the PCCOR_SIGNATURE? When you say the number is wrong and the type is not ELEMENT_TYPE_GENERICINST, what is the number...
My recollection is that if the method signature has the generic flag in the first byte (0x10), then immediately following is the number of generic parameters. When you see 0x1...
John has since left the team, we can close this
@brianrob added POH support in the most recent version of perfview, closing
Hi @careless6666, I just tried to run your program and could not reproduce the missing symbol issue, although that is probably because I have symbols for dotnet set up. I...
I don't believe dotnet-symbol supports trace files as an argument, you would need to either pass in a dump file of your app or the dotnet binaries (libcoreclr.so, System.Private.Corelib.dll, etc)...
It may not be your issue, we didn't provide an option to specify the symbol path as part of dotnet-trace report topN, which was an oversight on our part. I...
Can you try with the private dotnet-trace and without the `srv*`? Like `dotnet-trace report topN --additionalsymbolpaths https://nuget.smbsrc.net;https://referencesource.microsoft.com/symbols;/home/alex/.dotnet/symbolcache`
@careless6666 did you try using the `--additionalsymbolpaths` argument and passing in your `/home/alex/.dotnet/symbolcache` path?
I'm out of ideas then, I would expect it to work with all the symbols downloaded using dotnet-symbol.