microsoft / CLRInstrumentationEngine

The CLR Instrumentation Engine is a cooperation profiler that allows running multiple profiling extensions in the same process.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ARM64 InstrumentationMethods must rely on ConfigPath64_ prefix

WilliamXieMSFT opened this issue · comments

We allow loading from MicrosoftInstrumentationEngine_ConfigPath64_*, however it would be better to mirror the CLR behavior of having an ARM64 variant like MicrosoftInstrumentationEngine_ConfigPathARM64_* especially if customers require running on both x64 and ARM64.