gecko/tools/profiler
Benoit Girard 9e23e52a50 Bug 873914 - Allow selecting profiled thread. r=snorp
--HG--
extra : rebase_source : 6623126a111b23f8871af1a2e64d077b67cb0930
2013-05-16 16:31:50 -04:00
..
tests
android-signal-defs.h Bug 859830: determine Android API level through android/api-leve.h instead. r=glandium 2013-04-12 13:39:42 +08:00
BreakpadSampler.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
GeckoProfiler.h Bug 873914 - Allow selecting profiled thread. r=snorp 2013-05-16 16:31:50 -04:00
GeckoProfilerFunc.h Bug 873914 - Allow selecting profiled thread. r=snorp 2013-05-16 16:31:50 -04:00
GeckoProfilerImpl.h Bug 873914 - Allow selecting profiled thread. r=snorp 2013-05-16 16:31:50 -04:00
IOInterposer.cpp Bug 867762: NSPR and SQLite Main Thread I/O Interposing. r=BenWa 2013-06-14 12:01:02 -06: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 Backed out changeset f5a256c02fc6 (bug 851828) for Mochitest failures on a CLOSED TREE. 2013-03-26 16:10:29 -04:00
JSCustomObjectBuilder.h
JSObjectBuilder.cpp Bug 877540. Fix remaining unsafe reference hazards in browser code. r=terrence 2013-05-30 17:46:48 -04:00
JSObjectBuilder.h Bug 869784 - Fix rooting hazards in the profiler; r=BenWa,till 2013-05-08 20:21:37 -04:00
local_debug_info_symbolizer.cc Bug 861141 - Connect Breakpad on Android to faulty.lib's mmap interface. r=glandium,ted 2013-04-15 16:46:43 +02:00
local_debug_info_symbolizer.h Bug 855012 - local_debug_info_symbolizer.cc,h and shim_mac_dump_syms.mm,h have no license information (& probably need MPL boilerplate), r=dholbert 2013-03-28 11:30:34 +01:00
Makefile.in Bug 875934 - Move LIBRARY_NAME to moz.build (batch #2); r=mshal 2013-06-18 08:13:42 -04:00
moz.build Bug 875934 - Move LIBRARY_NAME to moz.build (batch #2); r=mshal 2013-06-18 08:13:42 -04: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 867762: NSPR and SQLite Main Thread I/O Interposing. r=BenWa 2013-06-14 12:01:02 -06:00
NSPRInterposer.h Bug 867762: NSPR and SQLite Main Thread I/O Interposing. r=BenWa 2013-06-14 12:01:02 -06:00
nsProfiler.cpp Bug 873914 - Allow selecting profiled thread. r=snorp 2013-05-16 16:31:50 -04:00
nsProfiler.h Bug 822135 - Disable Profiler when there's a Private Browsing Window. r=jdm 2012-12-17 18:25:50 -05:00
nsProfilerCIID.h
nsProfilerFactory.cpp Bug 822135 - Disable Profiler when there's a Private Browsing Window. r=jdm 2012-12-17 18:25:50 -05:00
platform-linux.cc Bug 873914 - Allow selecting profiled thread. r=snorp 2013-05-16 16:31:50 -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 873914 - Allow selecting profiled thread. r=snorp 2013-05-16 16:31:50 -04:00
platform.h Bug 872496 - Allow early registration of stack tops, to improve native unwind quality. r=bgirard. 2013-05-28 14:03:38 +02:00
PlatformMacros.h Bug 856566 - Fixed crashreporter compilation and profiler on mingw. r=ted 2013-04-05 11:29:50 +02:00
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 863777 - Add and turn on privacy mode in profiler for ANR reports; r=BenWa 2013-06-14 12:42:10 -04:00
SaveProfileTask.cpp Bug 877540. Fix remaining unsafe reference hazards in browser code. r=terrence 2013-05-30 17:46:48 -04:00
SaveProfileTask.h 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
shared-libraries-linux.cc Bug 825701 - Use v3 to report hangs. r=vladan. 2013-01-09 15:05:00 -05:00
shared-libraries-macos.cc Bug 829621 - Compute the breakpad-id for OS X. r=BenWa. 2013-01-11 14:38:40 -05:00
shared-libraries-win32.cc Bug 825701 - Use v3 to report hangs. r=vladan. 2013-01-09 15:05:00 -05:00
shared-libraries.h Bug 851814 - Do not clobber the high word of SharedLibrary addresses/offset on Win64; r=jrmuizel 2013-03-16 15:05:32 -04:00
shim_mac_dump_syms.h Bug 855012 - local_debug_info_symbolizer.cc,h and shim_mac_dump_syms.mm,h have no license information (& probably need MPL boilerplate), r=dholbert 2013-03-28 11:30:34 +01:00
shim_mac_dump_syms.mm Bug 855012 - local_debug_info_symbolizer.cc,h and shim_mac_dump_syms.mm,h have no license information (& probably need MPL boilerplate), r=dholbert 2013-03-28 11:30:34 +01:00
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 872496 - Allow early registration of stack tops, to improve native unwind quality. r=bgirard. 2013-05-28 14:03:38 +02:00
TableTicker.h Bug 873914 - Allow selecting profiled thread. r=snorp 2013-05-16 16:31:50 -04:00
UnwinderThread2.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
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