I have installed and ran dotnet-trace 3.1.57502 on Ubuntu 18.04.2 LTS attaching to my ASP.NET Core 3.1 app running with systemctl. When opening collected trace data in PerfView I see only CPU_TIME and UNMANAGED_CODE_TIME records and no managed call stacks.
I tried to use different providers and flags but have no luck.
What am I doing wrong? Should I somehow modify my application to get correct data?
Thank you!
