dotnet / corefx-tools

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

Fixup calls to perf to use $perfcmd #6

Closed brianrob closed 9 years ago

brianrob commented 9 years ago

There are several calls to perf that assume that perf is available via the PATH var. This PR fixes those calls to go through $perfcmd so that a non-PATH version of perf can be used.