gecko-dev/tools/profiler
Nathan Froyd b4dc060490 Bug 1281581 - save and restore errno in the profiler's signal handler; r=BenWa
The profiler's signal handler clobbers errno, via its calls to sem_post,
or via other functions that it transitively calls.  TSan complains about
this, as a sample arriving at the wrong time could make it look like a
function that failed actually succeeded, or vice versa.  Ensure that the
signal handler preserves the state of the world by saving and restoring
errno around its operation.
2016-06-28 19:17:43 -04:00
..
core Bug 1281581 - save and restore errno in the profiler's signal handler; r=BenWa 2016-06-28 19:17:43 -04:00
gecko Bug 1270928 - part 3 - don't include nsAutoPtr.h in ThreadResponsiveness.h; r=BenWa 2016-05-09 10:04:50 -04:00
lul Bug 1237151 (part 3) - Remove ignored qualifiers in all remaining code. r=froydnj. 2016-01-05 17:08:45 -08:00
public Bug 1270928 - part 1 - use UniquePtr in PROFILER_MARKER_PAYLOAD; r=BenWa 2016-05-09 10:04:50 -04:00
tasktracer Bug 1270928 - part 4 - return a UniquePtr from GetLoggedData; r=BenWa 2016-05-09 10:04:50 -04:00
tests Bug 1272513 - Part 1: Suppress -Wshadow warnings-as-errors in some directories. r=glandium 2016-05-11 00:00:01 -07:00
merge-profiles.py Bug 1168784 - Part 1: Fix the script merging profiles to handle new profiler JSON format. r=benwa 2015-06-01 18:09:29 +08:00
moz.build Bug 1276927: Fix breakpad to build on B2G, r=mshal 2016-06-16 08:43:51 +01:00
nm-symbolicate.py Bug 1047391 - Use the correct nm binary in nm-symbolicate.py. r=BenWa 2014-08-07 13:23:11 +02:00