gecko/tools/profiler
Nicholas Nethercote b6d6b342af Bug 909597 (part 2) - Rename jsdbgapi.{h,cpp} as {js,vm}OldDebugAPI.{h,cpp}. r=luke.
--HG--
rename : js/src/jsdbgapi.h => js/public/OldDebugAPI.h
rename : js/src/jsdbgapi.cpp => js/src/vm/OldDebugAPI.cpp
extra : rebase_source : 9cd65a698e726c43d88d650f40823367bf98feae
2013-08-26 19:05:20 -07:00
..
tests
android-signal-defs.h
BreakpadSampler.cpp Bug 909597 (part 2) - Rename jsdbgapi.{h,cpp} as {js,vm}OldDebugAPI.{h,cpp}. r=luke. 2013-08-26 19:05:20 -07:00
GeckoProfiler.h Bug 909139 - Define integer types before using them for profiler stubs. r=ms2ger 2013-08-25 22:10:46 +02:00
GeckoProfilerFunc.h Revert this CLOSED TREE to changeset 4d3e221584a0. 2013-08-24 13:31:48 +02:00
GeckoProfilerImpl.h Revert this CLOSED TREE to changeset 4d3e221584a0. 2013-08-24 13:31:48 +02:00
IOInterposer.cpp Bug 579517 follow-up: Remove NSPR types that crept in 2013-06-23 20:58:53 -04:00
IOInterposer.h Bug 867762: NSPR and SQLite Main Thread I/O Interposing. r=BenWa 2013-06-14 12:01:02 -06:00
JSAObjectBuilder.h
JSCustomObjectBuilder.cpp Bug 904110 - Move alignment features out of Util.h into a new header; r=Waldo 2013-08-14 09:00:52 +02:00
JSCustomObjectBuilder.h
JSObjectBuilder.cpp Bug 902332 - Replace JS_{FALSE,TRUE} with {false,true} almost everywhere. r=luke,bz. 2013-08-06 23:59:54 -07:00
JSObjectBuilder.h Bug 905017 (part 1) - Minimize inclusions of JS engine headers in .h and .idl files. r=billm. 2013-08-17 15:50:18 -07:00
local_debug_info_symbolizer.cc
local_debug_info_symbolizer.h
Makefile.in Bug 883284 - Part g: Move conditional LIBXUL_LIBRARY assignments into moz.build; r=gps 2013-08-22 08:56:01 +02:00
moz.build Bug 883284 - Part g: Move conditional LIBXUL_LIBRARY assignments into moz.build; r=gps 2013-08-22 08:56:01 +02:00
nsIProfiler.idl Bug 873914 - Allow selecting profiled thread. r=snorp 2013-05-16 16:31:50 -04:00
nsIProfileSaveEvent.idl Bug 853358 - Add plugin profiling support. r=ehsan,bsmedberg 2013-03-21 10:17:23 +01:00
NSPRInterposer.cpp Bug 579517 follow-up: Remove NSPR types that crept in 2013-06-23 20:58:53 -04:00
NSPRInterposer.h Bug 579517 follow-up: Remove NSPR types that crept in 2013-06-23 20:58:53 -04:00
nsProfiler.cpp Bug 873914 - Allow selecting profiled thread. r=snorp 2013-05-16 16:31:50 -04:00
nsProfiler.h
nsProfilerCIID.h
nsProfilerFactory.cpp
platform-linux.cc Bug 904335 - sem_post on all return paths in ProfilerSignalHandler. r=BenWa 2013-08-13 16:44:46 -04:00
platform-macos.cc Bug 873914 - Allow selecting profiled thread. r=snorp 2013-05-16 16:31:50 -04:00
platform-win32.cc Bug 873914 - Allow selecting profiled thread. r=snorp 2013-05-16 16:31:50 -04:00
platform.cpp Bug 901481 - add an environment variable to set the number of entries kept by the profiler, r=BenWa 2013-08-05 18:03:22 +02:00
platform.h Bug 901481 - add an environment variable to set the number of entries kept by the profiler, r=BenWa 2013-08-05 18:03:22 +02:00
PlatformMacros.h
ProfileEntry.cpp bug 876519 - include ostream instead of iostream in the profiler to get rid of static initializers r=ehsan 2013-05-27 08:29:24 -04:00
ProfileEntry.h Bug 734691 - Port multi-thread support to win/mac. r=snorp,smaug 2013-04-03 18:59:17 -04:00
Profiler.jsm
ProfilerIOInterposeObserver.cpp Bug 867762: NSPR and SQLite Main Thread I/O Interposing. r=BenWa 2013-06-14 12:01:02 -06:00
ProfilerIOInterposeObserver.h Bug 867762: NSPR and SQLite Main Thread I/O Interposing. r=BenWa 2013-06-14 12:01:02 -06:00
PseudoStack.h Bug 905017 (part 3, attempt 2) - Move profiling stack stuff from jsapi.h to js/ProfilingStack.h. r=billm. 2013-08-19 23:45:26 -07:00
SaveProfileTask.cpp Bug 898914 (part 1) - Remove JSBool. 2013-08-08 15:53:04 -07:00
SaveProfileTask.h Bug 905017 (part 1) - Minimize inclusions of JS engine headers in .h and .idl files. r=billm. 2013-08-17 15:50:18 -07:00
shared-libraries-linux.cc Bug 898810 - Use bionic's getline where available, r=benwa 2013-07-29 13:17:28 -04:00
shared-libraries-macos.cc
shared-libraries-win32.cc
shared-libraries.h Bug 872127 - Part 2: Replace mozilla/StandardInteger.h with stdint.h; r=Waldo,ted 2013-07-30 10:25:31 -04:00
shim_mac_dump_syms.h
shim_mac_dump_syms.mm
SQLiteInterposer.cpp Bug 867762: NSPR and SQLite Main Thread I/O Interposing. r=BenWa 2013-06-14 12:01:02 -06:00
SQLiteInterposer.h Bug 867762: NSPR and SQLite Main Thread I/O Interposing. r=BenWa 2013-06-14 12:01:02 -06:00
TableTicker.cpp Bug 909597 (part 2) - Rename jsdbgapi.{h,cpp} as {js,vm}OldDebugAPI.{h,cpp}. r=luke. 2013-08-26 19:05:20 -07:00
TableTicker.h Bug 873914 - Allow selecting profiled thread. r=snorp 2013-05-16 16:31:50 -04:00
UnwinderThread2.cpp Bug 894264 - Breakpad Stack scan: don't generate frames we aren't going to use. r=ted. 2013-08-16 21:03:54 +02:00
UnwinderThread2.h Bug 872496 - Allow early registration of stack tops, to improve native unwind quality. r=bgirard. 2013-05-28 14:03:38 +02:00
v8-support.h