summaryrefslogtreecommitdiffstats
path: root/base/debug
Commit message (Expand)AuthorAgeFilesLines
* De-duplicate BASE_IMPLEMENTATION define in the GN build.brettw2015-03-161-2/+2
* Fix stack trace symbol on Linux GN builds.xhwang2015-03-131-0/+1
* Fix GN NaCl Debug build of base.ncbray2015-03-101-0/+75
* Include the LSan header directly in base/debug/leak_annotations.h.earthdok2015-03-101-10/+1
* base: Fix/add header #ifndef guards.danakj2015-03-102-6/+6
* Revert of base: Fix/add header #ifndef guards. (patchset #2 id:20001 of https...bnc2015-03-092-6/+6
* base: Fix/add header #ifndef guards.danakj2015-03-092-6/+6
* xp: copy dbghelp.dll to output dir and have base.isolate use it therescottmg2015-02-252-6/+3
* Revert of xp: copy dbghelp.dll to output dir and have base.isolate use it the...scottmg2015-02-242-3/+6
* xp: copy dbghelp.dll to output dir and have base.isolate use it therescottmg2015-02-242-6/+3
* Temporarily disable stack trace tests, pending investigation on XP botsScott Graham2015-02-242-3/+6
* Remove base::WaitForSingleProcessrvargas2015-02-241-2/+3
* Add dbghelp.dll that works on XP, and include in base.isolateScott Graham2015-02-231-4/+0
* Support creation of StackTrace directly from CONTEXT structwittman2015-02-032-9/+26
* Deleting the forwarding header files base/debug/trace_event*ssid2015-02-035-70/+0
* Mechanical rename of tracing includes for /baseprimiano2015-01-311-1/+1
* Move base/debug/trace_event* to base/trace_event/ [part 1]ssid2015-01-2721-10738/+26
* Replaces instances of the deprecated TimeTicks::HighResNow() with TimeTicks::...charliea2015-01-263-24/+1
* Cleanup dead code in base/ as found by Scythe.thestig2015-01-221-1/+0
* Tweak tracing JSON output formatting.alph2015-01-131-4/+4
* MultiProcessTest: Update SpawnChild* to return a Process.rvargas2015-01-121-3/+4
* Fixed GPU tracing so the categories do not get mixed.dyen2015-01-081-0/+10
* Standardize usage of virtual/override/final specifiers in base/.dcheng2014-12-235-11/+9
* Revert of DevTools: Parallelize trace messages serialization. (patchset #7 id...fmeawad2014-12-192-29/+12
* DevTools: Parallelize trace messages serialization.loislo2014-12-172-12/+29
* Tracing: make filtering logic more intuitive for multiple categoriescaseq2014-12-123-34/+63
* Reland https://codereview.chromium.org/760503002:glider2014-12-051-10/+20
* Don't call exit() after __debugbreak() on release builds.rvargas2014-12-042-3/+44
* Revert of Turn on stack use-after-return detection in non-official ASan build...glider2014-12-031-20/+10
* Turn on stack use-after-return detection in non-official ASan builds.glider2014-12-021-10/+20
* More valgrind workarounds for ProcMapsTest.ReadProcMaps.scherkus2014-11-241-22/+22
* Fix ProcMapsTest.ReadProcMaps to handle stacks created by Valgrind.scherkus2014-11-211-7/+22
* Report trace buffer usage as number of events, not only percentageyurys2014-11-173-11/+22
* Cleanup various includes and namespace references.fdegans2014-11-031-0/+1
* Creating infrastructure for profiler instrumentation only in developer build ...vadimt2014-10-281-0/+1
* Cleanup: Remove some unneeded timer.h includes.thestig2014-10-271-1/+0
* Standardize usage of virtual/override/final in base/dcheng2014-10-2110-57/+48
* Cleanup: Better constify some strings in base.thestig2014-10-216-38/+36
* Convert ARRAYSIZE_UNSAFE -> arraysize in base/.viettrungluu2014-10-162-2/+2
* Use scoped_ptr::Pass instead of scoped_ptr::PassAs<T>.dcheng2014-10-151-1/+1
* Align base::hash_map with C++11, part 1.davidben2014-10-111-11/+0
* replace OVERRIDE and FINAL with override and final in base/mostynb2014-10-0711-47/+47
* Fix more disabled MSVC warnings, base/ edition.pkasting2014-10-013-6/+7
* Cleanup.pkasting2014-09-291-26/+21
* Remove implicit HANDLE conversions from base.rvargas2014-09-231-1/+1
* Creating a framework for suppressing pollution of the profiler data and apply...vadimt2014-09-151-4/+5
* Added BASE_EXPORT to EnabledStateObserver classxunjieli2014-09-091-1/+2
* This CL adds NESTABLE_ASYNC APIs to tracing.xunjieli2014-09-091-1/+45
* Avoid deadlock during trace_event flushwangxianzhu2014-09-031-7/+16
* Remove implicit conversions from scoped_refptr to T* in base/dcheng2014-08-271-3/+3