gecko-dev/tools/profiler/core
Toshihito Kikuchi 3e8d050c21 Bug 1617188 - Do not call GetVersion(detoured.dll) if nvd3d9wrapx.dll is loaded. r=gerald
We added a workaround to skip `LoadLibraryEx` avoid NVIDIA's crash (bug 1607574),
however we still hit the same crash via the call to `xul!GetVersion`.  This patch
removes that call, and put an empty string as the version of detoured.dll instead.

Differential Revision: https://phabricator.services.mozilla.com/D63735

--HG--
extra : moz-landing-system : lando
2020-02-22 17:29:26 +00:00
..
vtune
EHABIStackWalk.cpp Bug 1439659 - Make |MOZ_{LITTLE,BIG}_ENDIAN| into function macros so that invoking them inside |#if| conditions when they haven't been defined yet is a compile error. r=froydnj 2019-12-13 20:51:04 +00:00
EHABIStackWalk.h
PageInformation.cpp
PageInformation.h
PlatformMacros.h
ProfileBuffer.cpp Bug 1468789 - Part 2: Collect inner window id information for js interpreter frames and add a mechanism to get that for jit frames r=gerald,jandem,mstange 2019-11-15 08:01:30 +00:00
ProfileBuffer.h Bug 1468789 - Part 2: Collect inner window id information for js interpreter frames and add a mechanism to get that for jit frames r=gerald,jandem,mstange 2019-11-15 08:01:30 +00:00
ProfileBufferEntry.cpp Bug 1614622 part 8 - Remove optimization tracking files. r=djvj 2020-02-17 09:17:46 +00:00
ProfileBufferEntry.h Bug 1614622 part 8 - Remove optimization tracking files. r=djvj 2020-02-17 09:17:46 +00:00
ProfileJSONWriter.cpp
ProfiledThreadData.cpp Bug 1599521 - Add helper method for getting a string for the current process type. r=froydnj 2019-12-02 22:01:47 +00:00
ProfiledThreadData.h Bug 1572337: Remove old responsiveness profiler measurement r=gerald 2019-11-08 21:08:07 +00:00
ProfilerBacktrace.cpp
ProfilerBacktrace.h
ProfilerCodeAddressService.cpp
ProfilerMarkerPayload.cpp Bug 1582741 - Add values to the native allocation payload; r=gerald 2019-11-13 16:19:16 +00:00
RegisteredThread.cpp Bug 1572337: Don't call TimeStamp::Now() within SuspendAndSample r=froydnj 2019-11-08 21:18:06 +00:00
RegisteredThread.h Bug 1613985 - Use MOZ_COUNTED_DEFAULT_CTOR_*/MOZ_COUNTED_DTOR_* macros. r=froydnj 2020-02-20 11:40:14 +00:00
ThreadInfo.h
VTuneProfiler.cpp
VTuneProfiler.h
memory_hooks.cpp Bug 1605934 - Use nested namespaces r=sg 2020-01-18 13:48:34 +00:00
memory_hooks.h Bug 1592625 - All threads' allocation markers get stored on the main thread; r=gerald 2019-11-13 16:19:11 +00:00
platform-linux-android.cpp Bug 1613985 - Use MOZ_COUNTED_DEFAULT_CTOR_*/MOZ_COUNTED_DTOR_* macros. r=froydnj 2020-02-20 11:40:14 +00:00
platform-macos.cpp Bug 1572337: Don't call TimeStamp::Now() within SuspendAndSample r=froydnj 2019-11-08 21:18:06 +00:00
platform-win32.cpp Bug 1572337: Don't call TimeStamp::Now() within SuspendAndSample r=froydnj 2019-11-08 21:18:06 +00:00
platform.cpp Bug 1608217 - Add innerWindowID into network markers. r=gerald 2020-02-11 10:33:47 +00:00
platform.h
shared-libraries-linux.cc Bug 1598194 - Make FaultyLib-specific code FaultyLib-specific rather than Android-specific. r=gerald 2019-11-25 23:04:24 +00:00
shared-libraries-macos.cc
shared-libraries-win32.cc Bug 1617188 - Do not call GetVersion(detoured.dll) if nvd3d9wrapx.dll is loaded. r=gerald 2020-02-22 17:29:26 +00:00