gecko/tools/profiler
2014-04-22 12:42:15 +02:00
..
tests Bug 1005204 - Enable JSStreamWriterTest. no reviews, just enabling a test. 2014-05-02 13:34:29 -04:00
AutoObjectMapper.cpp Bug 938157 - Lightweight CFI/EXIDX unwinding library for SPS. r=n.nethercote, nfroyd, bgirard. 2013-12-18 13:02:34 +01:00
AutoObjectMapper.h Bug 938157 - Lightweight CFI/EXIDX unwinding library for SPS. r=n.nethercote, nfroyd, bgirard. 2013-12-18 13:02:34 +01:00
BreakpadSampler.cpp Bug 867728 - Stream profiler JSON directly to a file. r=bgirard,terrence 2014-04-21 16:48:47 -04:00
EHABIStackWalk.cpp Bug 914561: Use SPS EnterJIT marks to unwind past jitcode. r=BenWa 2014-03-27 19:20:20 -07:00
EHABIStackWalk.h
GeckoProfiler.h Bug 926922 - Log reason for layout flushes in profiles. r=ehsan,bz 2014-04-22 14:13:00 -04:00
GeckoProfilerFunc.h Bug 926922 - Log reason for layout flushes in profiles. r=ehsan,bz 2014-04-22 14:13:00 -04:00
GeckoProfilerImpl.h Bug 926922 - Log reason for layout flushes in profiles. r=ehsan,bz 2014-04-22 14:13:00 -04:00
GeckoTaskTracer.cpp Bug 908995 - Part 1: The core implementation of TaskTracer. r=khuey. 2014-03-27 16:44:30 +08:00
GeckoTaskTracer.h Bug 908995 - Part 1: The core implementation of TaskTracer. r=khuey. 2014-03-27 16:44:30 +08:00
GeckoTaskTracerImpl.h Bug 908995 - Part 1: The core implementation of TaskTracer. r=khuey. 2014-03-27 16:44:30 +08:00
IntelPowerGadget.cpp
IntelPowerGadget.h
JSStreamWriter.cpp Bug 867728 - Stream profiler JSON directly to a file. r=bgirard,terrence 2014-04-21 16:48:47 -04:00
JSStreamWriter.h Bug 867728 - Stream profiler JSON directly to a file. r=bgirard,terrence 2014-04-21 16:48:47 -04:00
local_debug_info_symbolizer.cc Bug 959931 - Use open/mmap for libmozglue unwinding; r=jseward 2014-02-05 12:37:54 -06:00
local_debug_info_symbolizer.h
LulCommon.cpp Bug 938157 - Lightweight CFI/EXIDX unwinding library for SPS. r=n.nethercote, nfroyd, bgirard. 2013-12-18 13:02:34 +01:00
LulCommonExt.h Bug 997700 - Fix build issues with LUL and --enable-warnings-as-errors. r=nfroyd. 2014-04-19 01:30:46 +02:00
LulDwarf.cpp Bug 938157 - Lightweight CFI/EXIDX unwinding library for SPS. r=n.nethercote, nfroyd, bgirard. 2013-12-18 13:02:34 +01:00
LulDwarfExt.h Bug 938157 - Lightweight CFI/EXIDX unwinding library for SPS. r=n.nethercote, nfroyd, bgirard. 2013-12-18 13:02:34 +01:00
LulDwarfInt.h Bug 938157 - Lightweight CFI/EXIDX unwinding library for SPS. r=n.nethercote, nfroyd, bgirard. 2013-12-18 13:02:34 +01:00
LulDwarfSummariser.cpp Bug 938157 - Lightweight CFI/EXIDX unwinding library for SPS. r=n.nethercote, nfroyd, bgirard. 2013-12-18 13:02:34 +01:00
LulDwarfSummariser.h Bug 938157 - Lightweight CFI/EXIDX unwinding library for SPS. r=n.nethercote, nfroyd, bgirard. 2013-12-18 13:02:34 +01:00
LulElf.cpp Bug 997700 - Fix build issues with LUL and --enable-warnings-as-errors. r=nfroyd. 2014-04-19 01:30:46 +02:00
LulElfExt.h Bug 938157 - Lightweight CFI/EXIDX unwinding library for SPS. r=n.nethercote, nfroyd, bgirard. 2013-12-18 13:02:34 +01:00
LulElfInt.h Bug 938157 - Lightweight CFI/EXIDX unwinding library for SPS. r=n.nethercote, nfroyd, bgirard. 2013-12-18 13:02:34 +01:00
LulExidx.cpp Bug 938157 - Lightweight CFI/EXIDX unwinding library for SPS. r=n.nethercote, nfroyd, bgirard. 2013-12-18 13:02:34 +01:00
LulExidxExt.h Bug 938157 - Lightweight CFI/EXIDX unwinding library for SPS. r=n.nethercote, nfroyd, bgirard. 2013-12-18 13:02:34 +01:00
LulMain.cpp Bug 938157 - Lightweight CFI/EXIDX unwinding library for SPS. r=n.nethercote, nfroyd, bgirard. 2013-12-18 13:02:34 +01:00
LulMain.h Bug 938157 - Lightweight CFI/EXIDX unwinding library for SPS. r=n.nethercote, nfroyd, bgirard. 2013-12-18 13:02:34 +01:00
LulMainInt.h Bug 938157 - Lightweight CFI/EXIDX unwinding library for SPS. r=n.nethercote, nfroyd, bgirard. 2013-12-18 13:02:34 +01:00
LulPlatformMacros.h Bug 938157 - Lightweight CFI/EXIDX unwinding library for SPS. r=n.nethercote, nfroyd, bgirard. 2013-12-18 13:02:34 +01:00
LulRWLock.cpp Bug 938157 - Lightweight CFI/EXIDX unwinding library for SPS. r=n.nethercote, nfroyd, bgirard. 2013-12-18 13:02:34 +01:00
LulRWLock.h Bug 938157 - Lightweight CFI/EXIDX unwinding library for SPS. r=n.nethercote, nfroyd, bgirard. 2013-12-18 13:02:34 +01:00
merge-profiles.py Bug 1004716 - Adjust marker timestamps when merging profiles. r=ehsan DONTBUILD because NPOTB 2014-05-01 17:53:23 -04:00
moz.build Bug 908995 - Part 1: The core implementation of TaskTracer. r=khuey. 2014-03-27 16:44:30 +08:00
nsIProfiler.idl Bug 969456 - Add pause/resume API to profiler. r=bgirard 2014-02-28 15:16:38 -05:00
nsIProfileSaveEvent.idl
nsProfiler.cpp Bug 900908 - Part 3: Change uses of numbered macros in nsIClassInfoImpl.h/nsISupportsImpl.h to the variadic variants. r=froydnj 2014-04-27 03:06:00 -04:00
nsProfiler.h
nsProfilerCIID.h
nsProfilerFactory.cpp
platform-linux.cc Bug 963158 - Profiler shouldn't sample sleeping threads multiple times. r=bgirard,roc,bent,froydnj 2014-03-28 16:08:22 -04:00
platform-macos.cc Bug 963158 - Profiler shouldn't sample sleeping threads multiple times. r=bgirard,roc,bent,froydnj 2014-03-28 16:08:22 -04:00
platform-win32.cc Bug 963158 - Profiler shouldn't sample sleeping threads multiple times. r=bgirard,roc,bent,froydnj 2014-03-28 16:08:22 -04:00
platform.cpp Bug 1004899 - Add stderr to profile output. r=ehsan 2014-05-01 22:05:49 -04:00
platform.h Bug 999071 - Don't notify observers in profiler when used by Android ANR reporter; r=BenWa 2014-04-28 22:20:51 -04:00
PlatformMacros.h
ProfileEntry.cpp Bug 867728 - Stream profiler JSON directly to a file. r=bgirard,terrence 2014-04-21 16:48:47 -04:00
ProfileEntry.h Bug 986160 - Create unit tests for the Gecko Profiler. r=benwa 2014-04-07 15:29:07 -04:00
Profiler.jsm
ProfilerBacktrace.cpp Bug 867728 - Stream profiler JSON directly to a file. r=bgirard,terrence 2014-04-21 16:48:47 -04:00
ProfilerBacktrace.h Bug 867728 - Stream profiler JSON directly to a file. r=bgirard,terrence 2014-04-21 16:48:47 -04:00
ProfilerIOInterposeObserver.cpp Bug 935482: New IOInterposer observer for recording main thread I/O to file; r=froydnj 2014-04-19 14:28:02 -06:00
ProfilerIOInterposeObserver.h
ProfilerMarkers.cpp Bug 926922 - Log reason for layout flushes in profiles. r=ehsan,bz 2014-04-22 14:13:00 -04:00
ProfilerMarkers.h Bug 926922 - Log reason for layout flushes in profiles. r=ehsan,bz 2014-04-22 14:13:00 -04:00
PseudoStack.h Bug 867728 - Stream profiler JSON directly to a file. r=bgirard,terrence 2014-04-21 16:48:47 -04:00
SaveProfileTask.cpp Bug 900908 - Part 3: Change uses of numbered macros in nsIClassInfoImpl.h/nsISupportsImpl.h to the variadic variants. r=froydnj 2014-04-27 03:06:00 -04:00
SaveProfileTask.h Bug 867728 - Stream profiler JSON directly to a file. r=bgirard,terrence 2014-04-21 16:48:47 -04:00
shared-libraries-linux.cc Bug 1006248. Part 1: Add MOZ_EXPORT in various places. r=glandium 2014-05-06 17:26:46 +12:00
shared-libraries-macos.cc
shared-libraries-win32.cc
shared-libraries.h
shim_mac_dump_syms.h Bug 941693 - Build tools/profiler in unified mode; r=ehsan 2013-11-21 12:08:01 -05:00
shim_mac_dump_syms.mm Bug 941693 - Build tools/profiler in unified mode; r=ehsan 2013-11-21 12:08:01 -05:00
SyncProfile.cpp Bug 977446 - Fix erroneous assertion triggered during SyncProfile destruction; r=sewardj 2014-04-22 12:42:15 +02:00
SyncProfile.h
TableTicker.cpp Bug 1004677 - Restore double precision startTime. r=bjacob 2014-05-01 16:27:36 -04:00
TableTicker.h Bug 867728 - Stream profiler JSON directly to a file. r=bgirard,terrence 2014-04-21 16:48:47 -04:00
TracedTaskCommon.cpp Bug 908995 - Part 1: The core implementation of TaskTracer. r=khuey. 2014-03-27 16:44:30 +08:00
TracedTaskCommon.h Bug 908995 - Part 1: The core implementation of TaskTracer. r=khuey. 2014-03-27 16:44:30 +08:00
UnwinderThread2.cpp Bug 977446 - Fix erroneous assertion triggered during SyncProfile destruction; r=sewardj 2014-04-22 12:42:15 +02:00
UnwinderThread2.h Bug 977446 - Fix erroneous assertion triggered during SyncProfile destruction; r=sewardj 2014-04-22 12:42:15 +02:00
v8-support.h