gecko-dev/tools/profiler/core
Denis Palmeiro fc930ad16f Bug 1491909 - Add an AllocPolicy to mozilla::JSONWriter r=jwalden,mstange
JSONWriter currently calls new and delete indirectly through mozilla::MakeUnique to allocate a buffer.  Becuase of this, the methods of this class cannot be invoked within Spidermonkey due to https://searchfox.org/mozilla-central/source/config/check_vanilla_allocations.py#6-14.  Therefore, JSONWriter needs an AllocPolicy template parameter so that the allocation and deallocation routines can be changed to match the JS AllocPolicy when invoked within SpiderMonkey.

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

--HG--
extra : moz-landing-system : lando
2018-10-23 20:46:31 +00:00
..
vtune Backed out changeset e17f5abb8114 (bug 1472268) for build bustages on /src/js/src/vtune/ittnotify_static.c on a CLOSED TREE 2018-07-02 00:59:56 +03:00
EHABIStackWalk.cpp Bug 1484828 - Rename some fields in EHABIStackWalk.cpp. r=jld 2018-10-03 02:23:09 +00:00
EHABIStackWalk.h
memory_hooks.cpp Bug 1464509: Add memory replacer with counters to the Gecko profiler r=glandium 2018-10-09 22:28:56 -04:00
memory_hooks.h Bug 1464509: Add memory replacer with counters to the Gecko profiler r=glandium 2018-10-09 22:28:56 -04:00
platform-linux-android.cpp Backed out changeset 98e368b5c4be (bug 1463035) for failures in tools/profiler/tests/chrome/test_profile_worker.html on a CLOSED TREE 2018-05-22 03:16:44 +03:00
platform-macos.cpp Bug 1453795 - Gecko Profiler - Initialize member fields in classes/ structures. r=mstange 2018-06-13 22:36:24 +03:00
platform-win32.cpp Bug 1487109 - use a more portable idiom for pausing in SamplerThread::SleepMicro; r=mstange 2018-08-29 17:24:34 -04:00
platform.cpp Bug 1491909 - Add an AllocPolicy to mozilla::JSONWriter r=jwalden,mstange 2018-10-23 20:46:31 +00:00
platform.h Bug 1491909 - Add an AllocPolicy to mozilla::JSONWriter r=jwalden,mstange 2018-10-23 20:46:31 +00:00
PlatformMacros.h Bug 1485716 - part 3 - add aarch64 windows support to the profiler; r=mstange 2018-08-23 16:48:53 -04:00
ProfileBuffer.cpp Bug 1476757 - Add methods to change the capacity of the ProfileBuffer. r=njn 2018-10-12 13:39:47 +00:00
ProfileBuffer.h Bug 1476757 - Add methods to change the capacity of the ProfileBuffer. r=njn 2018-10-12 13:39:47 +00:00
ProfileBufferEntry.cpp Bug 1491909 - Add an AllocPolicy to mozilla::JSONWriter r=jwalden,mstange 2018-10-23 20:46:31 +00:00
ProfileBufferEntry.h Bug 1491909 - Add an AllocPolicy to mozilla::JSONWriter r=jwalden,mstange 2018-10-23 20:46:31 +00:00
ProfiledThreadData.cpp bug 785922: Emit column numbers for JS frames and functions in the gecko profiler r=sfink,mstange 2018-08-17 19:45:39 +00:00
ProfiledThreadData.h Bug 1447338 - Add thread "responsiveness" as a configurable feature to the Gecko Profiler; r=mstange 2018-03-28 15:28:54 -05:00
ProfileJSONWriter.cpp Backed out changeset 463f7fc23171 (bug 1466783) build bustages on a CLOSED TREE 2018-07-05 13:26:40 +03:00
ProfilerBacktrace.cpp Bug 1465585: Switch from mozilla::Move to std::move. r=froydnj 2018-06-01 10:45:27 +02:00
ProfilerBacktrace.h
ProfilerMarker.h Bug 1465585: Switch from mozilla::Move to std::move. r=froydnj 2018-06-01 10:45:27 +02:00
ProfilerMarkerPayload.cpp Bug 1299118: Implement Long Tasks API internals (not DOM access to it) r=froyd,mstange 2018-10-11 13:22:55 -04:00
RegisteredThread.cpp Backed out 2 changesets (bug 1439014) for failing mochitest chrome and test verify on tools/profiler/tests/chrome/test_profile_with_trackopts.html 2018-03-27 06:48:42 +03:00
RegisteredThread.h Bug 1465585: Switch from mozilla::Move to std::move. r=froydnj 2018-06-01 10:45:27 +02:00
shared-libraries-linux.cc Bug 1484828 - Set SharedLibrary::mOffset to firstMappingStart - baseAddress. r=glandium 2018-09-21 02:37:37 +00:00
shared-libraries-macos.cc Bug 1471347 - part 2 - store an nsCString for SharedLibrary::mBreakpadId; r=njn 2018-07-19 10:32:07 -04:00
shared-libraries-win32.cc Bug 1489944 - Fixed some std::move warnings - r=froydnj 2018-09-10 15:51:48 +00:00
ThreadInfo.h Bug 1460973 - Set the thread register time of the Java thread to the process creation time. r=gregtatum 2018-05-24 23:34:23 -04:00
VTuneProfiler.cpp
VTuneProfiler.h