.. |
tests
|
|
|
android-signal-defs.h
|
Bug 810526 - android-signal-defs.h must include signal.h for stack_t. r=bgirard
|
2013-09-11 14:52:34 -04:00 |
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 |
EHABIStackWalk.cpp
|
Bug 810526 - Add an implementation of ARM EHABI stack unwinding for the profiler. r=BenWa r=huseby
|
2013-09-11 14:53:14 -04:00 |
EHABIStackWalk.h
|
Bug 810526 - Add an implementation of ARM EHABI stack unwinding for the profiler. r=BenWa r=huseby
|
2013-09-11 14:53:14 -04:00 |
GeckoProfiler.h
|
Bug 911020 - Introduce js/TypeDecls.h, which holds very commonly used type declarations from the JS engine. r=luke.
|
2013-08-27 19:59:14 -07:00 |
GeckoProfilerFunc.h
|
Bug 911020 - Introduce js/TypeDecls.h, which holds very commonly used type declarations from the JS engine. r=luke.
|
2013-08-27 19:59:14 -07:00 |
GeckoProfilerImpl.h
|
Revert this CLOSED TREE to changeset 4d3e221584a0.
|
2013-08-24 13:31:48 +02:00 |
IOInterposer.cpp
|
Bug 902587 - Fix missing destructor in IOInterposer.cpp ifndef MOZ_ENABLE_PROFILER_SPS. r=aklotz
|
2013-09-14 22:08:11 -04:00 |
IOInterposer.h
|
Bug 902587 - Fix missing destructor in IOInterposer.cpp ifndef MOZ_ENABLE_PROFILER_SPS. r=aklotz
|
2013-09-14 22:08:11 -04:00 |
JSCustomObjectBuilder.cpp
|
Bug 877658 - Exactly root tools/profiler/; r=BenWa
|
2013-09-05 16:10:37 -07:00 |
JSCustomObjectBuilder.h
|
Bug 877658 - Exactly root tools/profiler/; r=BenWa
|
2013-09-05 16:10:37 -07:00 |
JSObjectBuilder.cpp
|
Bug 877658 - Exactly root tools/profiler/; r=BenWa
|
2013-09-05 16:10:37 -07:00 |
JSObjectBuilder.h
|
Bug 877658 - Exactly root tools/profiler/; r=BenWa
|
2013-09-05 16:10:37 -07: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 870407 - Move final batch of CMMSRCS to moz.build and disallow it in makefiles; r=khuey
|
2013-09-06 08:40:41 +02:00 |
merge-profiles.py
|
Bug 915857 - Check-in merge-profiles.py. r=vladan
|
2013-09-12 16:31:40 -04:00 |
moz.build
|
Bug 902587 - Part 1: Refactor IO Interposer with filename support. r=aklotz
|
2013-09-12 10:47:37 -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 902587 - Part 1: Refactor IO Interposer with filename support. r=aklotz
|
2013-09-12 10:47:37 -04:00 |
NSPRInterposer.h
|
Bug 902587 - Part 1: Refactor IO Interposer with filename support. r=aklotz
|
2013-09-12 10:47:37 -04: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 810526 - Add an implementation of ARM EHABI stack unwinding for the profiler. r=BenWa r=huseby
|
2013-09-11 14:53:14 -04:00 |
platform-macos.cc
|
Bug 810526 - Add stack top to Thread{Info,Profile}. r=bgirard
|
2013-09-11 14:50:46 -04:00 |
platform-win32.cc
|
Bug 810526 - Add stack top to Thread{Info,Profile}. r=bgirard
|
2013-09-11 14:50:46 -04:00 |
platform.cpp
|
Bug 902587 - Part 1: Refactor IO Interposer with filename support. r=aklotz
|
2013-09-12 10:47:37 -04:00 |
platform.h
|
Bug 810526 - Add stack top to Thread{Info,Profile}. r=bgirard
|
2013-09-11 14:50:46 -04: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 810526 - Add stack top to Thread{Info,Profile}. r=bgirard
|
2013-09-11 14:50:46 -04:00 |
ProfileEntry.h
|
Bug 810526 - Add stack top to Thread{Info,Profile}. r=bgirard
|
2013-09-11 14:50:46 -04:00 |
Profiler.jsm
|
|
|
ProfilerIOInterposeObserver.cpp
|
Bug 902587 - Part 1: Refactor IO Interposer with filename support. r=aklotz
|
2013-09-12 10:47:37 -04:00 |
ProfilerIOInterposeObserver.h
|
Bug 902587 - Part 1: Refactor IO Interposer with filename support. r=aklotz
|
2013-09-12 10:47:37 -04: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 916993 - Handlify the public JSString APIs; r=bz,jonco
|
2013-09-16 18:33:40 -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
|
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 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
|
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 |
TableTicker.cpp
|
Merge m-c to inbound.
|
2013-09-12 22:30:22 -04:00 |
TableTicker.h
|
Bug 810526 - Add stack top to Thread{Info,Profile}. r=bgirard
|
2013-09-11 14:50:46 -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
|
|
|