gecko/tools/profiler
2012-12-20 21:31:57 -08:00
..
tests Bug 765357 - Add xpcshell tests for the Profiler. r=ehsan 2012-06-26 17:57:43 -04:00
android-signal-defs.h Bug 761287 - Fix NDKr8 build by including Android sigcontext instead of using our own; r=ehsan 2012-11-08 11:45:17 -05:00
JSAObjectBuilder.h Bug 799640 - Part 2: Save profiles on shutdown using custom JSON encoder. r=ehsan 2012-11-30 12:49:20 -05:00
JSCustomObjectBuilder.cpp Bug 818279 - Don't namespace prefix PL_DHASH_NEXT to fix a compile failure on linux/clang. r=ehsan 2012-12-04 22:02:54 -05:00
JSCustomObjectBuilder.h Bug 817966 - Fix JSCustomObjectBuilder.h compilation on mingw; r=ehsan 2012-12-04 10:52:32 -05:00
JSObjectBuilder.cpp Bug 799640 - Part 2: Save profiles on shutdown using custom JSON encoder. r=ehsan 2012-11-30 12:49:20 -05:00
JSObjectBuilder.h Bug 799640 - Part 2: Save profiles on shutdown using custom JSON encoder. r=ehsan 2012-11-30 12:49:20 -05:00
Makefile.in Bug 825901 - Remove the old linker code. r=blassey 2013-01-03 08:43:26 +01:00
nsIProfiler.idl Bug 773428 - Part 2: Expose AddMarker via IDL. r=ehsan 2012-09-05 09:45:28 -04:00
nsProfiler.cpp Bug 773428 - Part 2: Expose AddMarker via IDL. r=ehsan 2012-09-05 09:45:28 -04:00
nsProfiler.h Bug 758992 - Make the classes which use the XPCOM nsISupports implementation macros final, to avoid the warning about deleting using a pointer to a base class with virtual functions and no virtual dtor (tools/profiler parts); blanket-r=bzbarsky 2012-07-19 00:42:48 -04:00
nsProfilerCIID.h
nsProfilerFactory.cpp
platform-linux.cc Bug 813086 - Update the Chromium license block in the profiler code 2012-11-19 14:02:32 -05:00
platform-macos.cc Bug 764616: Fix constructor out-of-order constructor init-list in Gecko profiler, to silence build warning. r=benwa 2012-06-13 16:24:48 -07:00
platform-win32.cc Bug 816117 - Part 3: Only get control registers from the profiled thread. r=bgirard 2012-12-08 06:15:21 +01:00
platform.h Bug 816117 - Part 2: Pass the thread context to NS_StackWalk on Win32. r=bgirard 2012-12-08 06:15:21 +01:00
Profiler.jsm Bug 798491: Add an option to stick all chrome JSMs/JS components in the same compartment. r=mrbkap,philikon 2012-10-31 09:13:28 -07:00
sampler.h Bug 818213 - Define SAMPLER_SHUTDOWN for builds without the profiler turned on; r=ehsan 2012-12-04 15:09:59 -05:00
shared-libraries-linux.cc Bug 825901 - Remove the old linker code. r=blassey 2013-01-03 08:43:26 +01:00
shared-libraries-macos.cc Bug 778167 - Fix the offset of OS X libraries. r=bgirard. 2012-07-30 11:06:37 -04:00
shared-libraries-win32.cc Bug 767338 - Increment the module's refcount and ensure the validity of its base address in the virtual address space before attempting to read its PDB info to make sure that it doesn't get unloaded too soon; r=vladan 2012-07-01 14:47:20 -04:00
shared-libraries.h Backout a8b73286ba78 (bug 749518) for breaking B2G gb_armv7a_gecko builds 2012-09-03 12:10:10 +01:00
sps_sampler.h Bug 819559 - Enable workarounds for intrinsic functions only on MSVC2005. r=jrmuizel 2013-01-07 04:43:23 +09:00
TableTicker.cpp Bug 818793 - Add a |aMaxFrames| parameter to NS_StackWalk. r=jlebar,glandium; sr=dbaron. 2012-12-20 21:31:57 -08:00
v8-support.h