summaryrefslogtreecommitdiffstats
path: root/base/debug
Commit message (Expand)AuthorAgeFilesLines
* Set the default visibility for __asan_default_options.glider@chromium.org2014-05-051-0/+4
* Added myself to the per-file owners of base/debug/sanitizer_options.ccglider@chromium.org2014-04-301-0/+1
* Enable use_sigaltstack=1 for ASan builds. This will ease the stack overflow d...glider@chromium.org2014-04-301-3/+5
* Rename gpu.SwapBuffers to gpu.PresentingFrame and add it to PostSubBuffer.geofflang@chromium.org2014-04-241-5/+6
* Enable check_printf=1 for ASan.glider@chromium.org2014-04-231-3/+6
* disable more stacktrace usage in debug uclibc buildsmostynb@opera.com2014-04-181-2/+4
* base::Thread will store its |name| as a string, so take the name as a stringpkasting@chromium.org2014-04-181-2/+2
* Remove --debug-on-start and --debug-children.pkasting@chromium.org2014-04-175-267/+1
* Set the default ASan options for executables built with ASan on Linux.glider@chromium.org2014-04-151-0/+62
* Trace event micro-optimization: use finer grained lock.bulach@chromium.org2014-04-141-29/+43
* Revert 263625 "Set the default ASan options for executables buil..."fischman@chromium.org2014-04-141-60/+0
* Set the default ASan options for executables built with ASan on Linux.glider@chromium.org2014-04-141-0/+60
* disable stack trace unittests for uClibc buildsmostynb@opera.com2014-04-101-0/+2
* don't use glibc-specific execinfo.h on uclibc buildsmostynb@opera.com2014-04-093-4/+18
* Revert 262344 "don't use glibc-specific execinfo.h on uclibc builds"earthdok@chromium.org2014-04-083-15/+5
* don't use glibc-specific execinfo.h on uclibc buildsmostynb@opera.com2014-04-083-5/+15
* Revert 259561 "Set the default ASan options for executables buil..."mukai@chromium.org2014-03-281-49/+0
* Set the default ASan options for executables built with ASan on Linux.glider@chromium.org2014-03-261-0/+49
* Linux: do not associate SIGSYS with the StackDumpSignalHandlerjln@chromium.org2014-03-261-0/+4
* Stack trace symbolization for Chrome sandbox processes.ivanpe@google.com2014-03-224-5/+313
* Revert of Stack trace symbolization for Chrome sandbox processes. (https://co...vsevik@chromium.org2014-03-214-319/+5
* Stack trace symbolization for Chrome sandbox processes.ivanpe@google.com2014-03-214-5/+319
* Eliminate build warnings in base/ for Android x64zhenyu.liang@intel.com2014-03-192-6/+13
* Adding support for Time and TimeTicks inside trace_event.mithro@mithis.com2014-03-192-0/+54
* stack_trace_posix: Make size be a size_t in ProcessBacktrace().raphael.kubo.da.costa@intel.com2014-03-181-4/+4
* Implement ScopedFD in terms of ScopedGeneric.brettw@chromium.org2014-03-171-4/+4
* Revert of Implement ScopedFD in terms of ScopedGeneric. (https://codereview.c...jochen@chromium.org2014-03-151-4/+4
* Implement ScopedFD in terms of ScopedGeneric.brettw@chromium.org2014-03-141-4/+4
* Revert of Implement ScopedFD in terms of ScopedGeneric. (https://codereview.c...thakis@chromium.org2014-03-141-4/+4
* Implement ScopedFD in terms of ScopedGeneric.brettw@chromium.org2014-03-141-4/+4
* Allow compilation on recent versions of FreeBSD, which have libexecinfo in th...r.c.ladan@gmail.com2014-03-121-1/+2
* Get rid of multiprocess_test's debug_on_start arguments.viettrungluu@chromium.org2014-03-091-1/+1
* Fix "defined but not used" warning in base/debug/trace_event_impl.ccmseaborn@chromium.org2014-03-031-0/+2
* Convert scoped_ptr_malloc -> scoped_ptr, part 2.viettrungluu@chromium.org2014-02-261-1/+2
* Fix some typo and nits while reading the code.etienneb@chromium.org2014-02-201-4/+3
* Convert scoped_ptr_malloc -> scoped_ptr, part 1.viettrungluu@chromium.org2014-02-161-1/+1
* Revert 251178 "Trace event micro-optimization: use finer grained..."bruening@google.com2014-02-141-39/+27
* Trace event micro-optimization: use finer grained lock.bulach@chromium.org2014-02-131-27/+39
* Use branch prediction hints to make trace events cheaperskyostil@chromium.org2014-02-131-3/+3
* base: Fix parsing of synthetic delay configurationskyostil@chromium.org2014-02-121-5/+6
* Trace event micro-optimization: create "toplevel" category.bulach@chromium.org2014-02-121-5/+7
* More instrumentation for GDI allocation failurescpu@chromium.org2014-02-112-0/+152
* Use posix version of stack_trace on iOSsdefresne@chromium.org2014-02-102-60/+1
* Make flow event traces disabled-by-defaultfmeawad@chromium.org2014-02-062-4/+4
* Fix compilation of base for arm64sdefresne@chromium.org2014-02-061-1/+3
* Update trace file format for NaN/Infinit values to use stringsrbyers@chromium.org2014-01-242-9/+21
* Fix trace file format for NaN/infinite valuesrbyers@chromium.org2014-01-223-21/+147
* Reduce binary size impact of synthetic delaysskyostil@chromium.org2014-01-142-20/+19
* Configure synthetic delays through TraceLogskyostil@chromium.org2014-01-105-4/+141
* Implement sampling profiler (chromium side change)haraken@chromium.org2014-01-085-49/+123