.. |
tests
|
Bug 1127498 - Share one buffer between all threads, improve marker lifetime management, some code cleanup. r=BenWa
|
2015-01-30 14:49:32 -05:00 |
AutoObjectMapper.cpp
|
Bug 1120062 - Part 1: Remove most Nullptr.h includes. r=waldo
|
2015-01-11 11:34:52 +09:00 |
AutoObjectMapper.h
|
Bug 1061048 - Fix some bad impliciti constructors in profiler; r=BenWa
|
2014-09-02 09:44:54 -04:00 |
BreakpadSampler.cpp
|
Bug 1127498 - Share one buffer between all threads, improve marker lifetime management, some code cleanup. r=BenWa
|
2015-01-30 14:49:32 -05:00 |
EHABIStackWalk.cpp
|
Bug 1118486 - Part 1: Use = delete instead of MOZ_DELETE directly; r=Waldo
|
2015-01-08 23:19:05 -05:00 |
EHABIStackWalk.h
|
|
|
GeckoProfiler.h
|
Bug 1145988 - Unbreak build on non-SPS platforms after bug 1129249 . r=dholbert f=chiajung
|
2015-04-02 21:43:48 +02:00 |
GeckoProfilerFunc.h
|
Bug 1150642 - Make mozilla_sampler_save_profile_to_file callable from lldb in Nightly builds. r=jrmuizel
|
2015-04-01 12:08:34 -04:00 |
GeckoProfilerImpl.h
|
Bug 1135236 - Remove unused print callbacks in profiler backend. r=mstange
|
2015-03-20 13:51:37 -04:00 |
GeckoTaskTracer.cpp
|
Bug 1111949 - [TaskTracer] Bulid error: mozilla-central/tools/profiler/GeckoTaskTracer.cpp:115:31: error: expected ')' before 'false', r=sinker.
|
2014-12-22 10:04:44 +08:00 |
GeckoTaskTracer.h
|
Bug 1103915: Output absolute starting time in the captured TaskTracer profile. r=tlee
|
2014-11-28 17:27:09 +08:00 |
GeckoTaskTracerImpl.h
|
Bug 1091479, Patch2: Rename enum members, r=sinker.
|
2014-11-24 09:47:39 +08:00 |
IntelPowerGadget.cpp
|
|
|
IntelPowerGadget.h
|
|
|
JSStreamWriter.cpp
|
Bug 1137569 - Stream and save samples and markers in the profiler on JSRuntime destruction. (r=mstange)
|
2015-04-02 14:50:08 -07:00 |
JSStreamWriter.h
|
Bug 1137569 - Stream and save samples and markers in the profiler on JSRuntime destruction. (r=mstange)
|
2015-04-02 14:50:08 -07:00 |
local_debug_info_symbolizer.cc
|
Bug 1130164 - tools/profiler: Use <stdint.h> types. r=jseward
|
2015-02-05 22:51:14 +01:00 |
local_debug_info_symbolizer.h
|
|
|
LulCommon.cpp
|
Bug 1061248 - Fix some bad implicit constructors in LUL; r=BenWa
|
2014-09-02 09:45:28 -04:00 |
LulCommonExt.h
|
Bug 1120062 - Part 1: Remove most Nullptr.h includes. r=waldo
|
2015-01-11 11:34:52 +09:00 |
LulDwarf.cpp
|
|
|
LulDwarfExt.h
|
Bug 1145631 - Part 1: Replace MOZ_OVERRIDE and MOZ_FINAL with override and final in the tree; r=froydnj
|
2015-03-21 12:28:04 -04:00 |
LulDwarfInt.h
|
|
|
LulDwarfSummariser.cpp
|
|
|
LulDwarfSummariser.h
|
|
|
LulElf.cpp
|
Bug 788974 - Don't disable elfhack when enabling profiling on platforms supporting dl_iterate_phdr. r=glandium.
|
2014-11-10 09:31:09 +01:00 |
LulElfExt.h
|
Bug 788974 - Don't disable elfhack when enabling profiling on platforms supporting dl_iterate_phdr. r=glandium.
|
2014-11-10 09:31:09 +01:00 |
LulElfInt.h
|
|
|
LulExidx.cpp
|
Bug 1120062 - Part 1: Remove most Nullptr.h includes. r=waldo
|
2015-01-11 11:34:52 +09:00 |
LulExidxExt.h
|
Bug 788974 - Don't disable elfhack when enabling profiling on platforms supporting dl_iterate_phdr. r=glandium.
|
2014-11-10 09:31:09 +01:00 |
LulMain.cpp
|
Bug 788974 - Don't disable elfhack when enabling profiling on platforms supporting dl_iterate_phdr. r=glandium.
|
2014-11-10 09:31:09 +01:00 |
LulMain.h
|
Bug 1061248 - Fix some bad implicit constructors in LUL; r=BenWa
|
2014-09-02 09:45:28 -04:00 |
LulMainInt.h
|
Bug 1061248 - Fix some bad implicit constructors in LUL; r=BenWa
|
2014-09-02 09:45:28 -04:00 |
LulPlatformMacros.h
|
|
|
LulRWLock.cpp
|
Bug 1120062 - Part 1: Remove most Nullptr.h includes. r=waldo
|
2015-01-11 11:34:52 +09:00 |
LulRWLock.h
|
|
|
merge-profiles.py
|
|
|
moz.build
|
Bug 1047124 - Clean up memory leaks. r=BenWa
|
2014-12-11 09:41:00 -05:00 |
nm-symbolicate.py
|
Bug 1047391 - Use the correct nm binary in nm-symbolicate.py. r=BenWa
|
2014-08-07 13:23:11 +02:00 |
nsIProfiler.idl
|
Bug 1121591 - Add nsIProfiler.dumpProfileToFile. r=BenWa
|
2015-01-14 19:05:32 -05:00 |
nsIProfileSaveEvent.idl
|
|
|
nsProfiler.cpp
|
Bug 1134920 - Use moz_xmalloc/moz_xrealloc/free instead of nsMemory::Alloc/Realloc/Free. r=nfroyd
|
2015-04-01 13:51:45 +09:00 |
nsProfiler.h
|
Bug 1145631 - Part 1: Replace MOZ_OVERRIDE and MOZ_FINAL with override and final in the tree; r=froydnj
|
2015-03-21 12:28:04 -04:00 |
nsProfilerCIID.h
|
|
|
nsProfilerFactory.cpp
|
|
|
nsProfilerStartParams.cpp
|
Bug 1008435 - Let the Gecko Profiler work with child processes. r=BenWa,smaug.
|
2014-11-18 12:50:25 -05:00 |
nsProfilerStartParams.h
|
Bug 1008435 - Let the Gecko Profiler work with child processes. r=BenWa,smaug.
|
2014-11-18 12:50:25 -05:00 |
platform-linux.cc
|
Bug 1141283 - Compensate for stackwalk duration and sleep overhead when determining sampler sleep time. r=BenWa
|
2015-03-08 20:47:31 -04:00 |
platform-macos.cc
|
Bug 1139388 - Remove superfluous locking in the OS X profiler implementation to fix deadlock. (r=mstange)
|
2015-03-12 16:25:24 -07:00 |
platform-win32.cc
|
Bug 1127498 - Share one buffer between all threads, improve marker lifetime management, some code cleanup. r=BenWa
|
2015-01-30 14:49:32 -05:00 |
platform.cpp
|
Bug 1148069 - Ensure synchronous sampling does not set JitcodeGlobalEntry's generation. (r=djvj)
|
2015-03-28 01:21:04 -07:00 |
platform.h
|
Bug 1127498 - Share one buffer between all threads, improve marker lifetime management, some code cleanup. r=BenWa
|
2015-01-30 14:49:32 -05:00 |
PlatformMacros.h
|
|
|
ProfileEntry.cpp
|
Bug 1151168 - Don't flush profiled threads that are pending deletion on JS shutdown and don't delete expired markers when resetting the profile buffer. (r=djvj)
|
2015-04-06 18:38:30 -07:00 |
ProfileEntry.h
|
Bug 1137569 - Stream and save samples and markers in the profiler on JSRuntime destruction. (r=mstange)
|
2015-04-02 14:50:08 -07:00 |
Profiler.jsm
|
|
|
ProfilerBacktrace.cpp
|
Bug 1142181 - ProfilerBacktrace.cpp should #include its own .h file first, r=aklotz
|
2015-03-16 23:01:00 +01:00 |
ProfilerBacktrace.h
|
Bug 1142181 - ProfilerBacktrace.cpp should #include its own .h file first, r=aklotz
|
2015-03-16 23:01:00 +01:00 |
ProfilerIOInterposeObserver.cpp
|
|
|
ProfilerIOInterposeObserver.h
|
Bug 1145631 - Part 1: Replace MOZ_OVERRIDE and MOZ_FINAL with override and final in the tree; r=froydnj
|
2015-03-21 12:28:04 -04:00 |
ProfilerMarkers.cpp
|
Bug 737967 - Add simple platform GPU Profiling based on GL_TIME_ELAPSED_EXT. r=ehsan,jgilbert
|
2014-05-24 16:14:14 +00:00 |
ProfilerMarkers.h
|
Bug 1145631 - Part 1: Replace MOZ_OVERRIDE and MOZ_FINAL with override and final in the tree; r=froydnj
|
2015-03-21 12:28:04 -04:00 |
PseudoStack.h
|
Bug 1137569 - Stream and save samples and markers in the profiler on JSRuntime destruction. (r=mstange)
|
2015-04-02 14:50:08 -07:00 |
SaveProfileTask.cpp
|
|
|
SaveProfileTask.h
|
Bug 1145631 - Part 1: Replace MOZ_OVERRIDE and MOZ_FINAL with override and final in the tree; r=froydnj
|
2015-03-21 12:28:04 -04:00 |
shared-libraries-linux.cc
|
Bug 1061800 - Add breakpad ids to profiler in Linux. r=BenWa
|
2014-09-09 13:44:00 +02:00 |
shared-libraries-macos.cc
|
|
|
shared-libraries-win32.cc
|
|
|
shared-libraries.h
|
|
|
shim_mac_dump_syms.h
|
|
|
shim_mac_dump_syms.mm
|
|
|
SourceEventTypeMap.h
|
Bug 1091479, Patch 1: Log dispatch time when creating a source event, r=sinker.
|
2014-11-24 09:47:13 +08:00 |
SyncProfile.cpp
|
Bug 1148069 - Followup: maybe fix leaks on a CLOSED TREE. (r=me)
|
2015-03-27 18:40:06 -07:00 |
SyncProfile.h
|
|
|
TableTicker.cpp
|
Bug 1151168 - Don't flush profiled threads that are pending deletion on JS shutdown and don't delete expired markers when resetting the profile buffer. (r=djvj)
|
2015-04-06 18:38:30 -07:00 |
TableTicker.h
|
Bug 1137569 - Stream and save samples and markers in the profiler on JSRuntime destruction. (r=mstange)
|
2015-04-02 14:50:08 -07:00 |
ThreadResponsiveness.cpp
|
Bug 1145631 - Part 1: Replace MOZ_OVERRIDE and MOZ_FINAL with override and final in the tree; r=froydnj
|
2015-03-21 12:28:04 -04:00 |
ThreadResponsiveness.h
|
|
|
TracedTaskCommon.cpp
|
Bug 1091479, Patch2: Rename enum members, r=sinker.
|
2014-11-24 09:47:39 +08:00 |
TracedTaskCommon.h
|
Bug 1118486 - Part 1: Use = delete instead of MOZ_DELETE directly; r=Waldo
|
2015-01-08 23:19:05 -05:00 |
UnwinderThread2.cpp
|
Bug 1132586 - Add thread annotations into the profile buffer when using the unwinder thread. r=jseward
|
2015-02-12 17:07:54 -05:00 |
UnwinderThread2.h
|
|
|
v8-support.h
|
|
|