dotnet / corefx-tools

Place to include various misc tools for .NET and .NET Core.
MIT License
58 stars 41 forks source link

Add a warning message for when libcoreclr is not found in perf data #77

Closed jeremymeng closed 6 years ago

jeremymeng commented 6 years ago

Currently the same "crossgen not found" warning is reported when libcoreclr.so is not in the output of perf buildid-list ..., which can cause confusion.

jeremymeng commented 6 years ago

@brianrob This warning caused confusion to some customers with whom I have worked.

brianrob commented 6 years ago

Thanks @jeremymeng! LGTM.

jeremymeng commented 6 years ago

Thanks! @brianrob