summaryrefslogtreecommitdiffstats
path: root/base/debug
Commit message (Expand)AuthorAgeFilesLines
* Implement TRACE_COUNTERnduca@chromium.org2011-11-183-2/+119
* Allow linker initialization of lazy instancejoth@chromium.org2011-11-151-1/+1
* Cleanup: Remove unneeded forward declarations in base, dbug, gpu, ipc, jingle...thestig@chromium.org2011-11-151-4/+1
* define OS_BSD on *BSD and replace the ifdefs to use thatrobert.nagy@gmail.com2011-11-151-3/+3
* Support thread name changes in trace eventjoth@chromium.org2011-11-103-18/+75
* Support --trace-startup and task tracingjoth@chromium.org2011-11-092-5/+53
* Change three LazyInstances I added earlier to be leaky.thakis@chromium.org2011-11-041-2/+3
* Remove 1 exit time destructor and 1 static initializer in trace_event.thakis@chromium.org2011-11-032-15/+15
* add classes trace_analyzer::Query and TraceAnalyzer to improve testing (retry)jbates@chromium.org2011-10-292-20/+43
* Revert 107813 - add classes trace_analyzer::Query and TraceAnalyzer to make i...jbates@chromium.org2011-10-292-43/+20
* add classes trace_analyzer::Query and TraceAnalyzer to make it easy to search...jbates@chromium.org2011-10-282-20/+43
* Replace most LOG/CHECK statements with DLOG/DCHECK statements in base.brettw@chromium.org2011-10-262-3/+3
* Revert 107042 - Replace most LOG/CHECK statements with DLOG/DCHECK statements...brettw@chromium.org2011-10-252-3/+3
* Replace most LOG/CHECK statements with DLOG/DCHECK statements in base.brettw@chromium.org2011-10-252-3/+3
* Internalize JSON chunk merging to trace_event.h API (retry).jbates@chromium.org2011-10-243-17/+130
* Make AddTraceEventETW duplicate its name argument.nduca@chromium.org2011-10-231-2/+2
* Revert: Internalize JSON chunk merging to trace_event.h API.mpcomplete@chromium.org2011-10-223-130/+17
* Internalize JSON chunk merging to trace_event.h API.jbates@chromium.org2011-10-213-17/+130
* OpenBSD patches for base / split from CR #8275005mark@chromium.org2011-10-181-1/+16
* Profiling for the renderer process.scottbyer@chromium.org2011-10-122-1/+11
* Add StackTrace::ToString().satorux@chromium.org2011-10-123-1/+15
* Add missing set-true so that AddTraceEvent doesn't always search for thread namejbates@chromium.org2011-10-111-0/+1
* Switch over to base::Bind for base/debug/trace_event_unittests and base/files/*.jbates@chromium.org2011-10-051-6/+5
* Annotate benign race for trace_event category enabled flag.jbates@chromium.org2011-10-041-0/+4
* Add trace code to track all posted tasks in message_loop and WorkerThreads (n...jbates@chromium.org2011-10-033-121/+156
* Upstream ProcessUtilTest, and make a few other files compile on Android.jingzhao@chromium.org2011-09-291-2/+4
* Add support for filtering traces by categories. The TraceLog API is updated t...jbates@chromium.org2011-09-123-29/+253
* Fix trace_event code to accept double-quote and backslash characters in strin...jbates@chromium.org2011-09-072-8/+11
* Added support to trace_event for passing static string arguments without copyjbates@chromium.org2011-09-063-50/+183
* Remove use of <iostream> where unnecessary.evan@chromium.org2011-09-011-1/+1
* [Mac] Capture -dealloc backtrace to log with CrZombie messages.shess@chromium.org2011-08-302-0/+18
* Disable frame pointer optimization on base::debug::StackTrace() so it works p...eroman@chromium.org2011-08-271-0/+13
* Include base/stringprintf.h in base/debug/profiler.cc.hans@chromium.org2011-08-171-1/+1
* Implement backend for thread names and process names.nduca@chromium.org2011-08-093-66/+215
* Rename BASE_API to BASE_EXPORT.darin@chromium.org2011-08-056-25/+25
* Re-land r93365 - add RefCountedStringjoth@chromium.org2011-07-222-6/+7
* Allow trace event to work with temporary name strings.joth@chromium.org2011-07-213-78/+196
* Add COMPONENT_BUILD global define. darin@chromium.org2011-07-131-2/+2
* Revert "Add COMPONENT_BUILD global define. "yurys@chromium.org2011-07-131-2/+2
* Add COMPONENT_BUILD global define. darin@chromium.org2011-07-131-2/+2
* Upstream android debug and log related filesmichaelbai@google.com2011-07-073-4/+85
* Add COMPILE_ASSERT to ensure the result of Bind matches the Callback's type.ajwong@chromium.org2011-06-263-4/+5
* Patch for Solaris support, mostly ifdefs and header files, plus adds libevent...chromium@hybridsource.org2011-06-252-5/+5
* More POSIX support for Chromium, consisting mostly of broadening ifdefs. Thistony@chromium.org2011-06-021-1/+1
* Introduce the ANNOTATE_LEAKING_OBJECT_PTR annotation that can be used to markglider@chromium.org2011-05-311-2/+14
* Revert 86990 - Fix http://codereview.chromium.org/6869009 to ignore an existi...msw@chromium.org2011-05-271-13/+1
* Fix http://codereview.chromium.org/6869009 to ignore an existing object exact...glider@chromium.org2011-05-271-1/+13
* Revert "Land http://codereview.chromium.org/6869009 for the third time."oshima@google.com2011-05-261-13/+1
* Land http://codereview.chromium.org/6869009 for the third time.glider@chromium.org2011-05-261-1/+13
* Store information about invoked RunnableFunction on stack to aid debugging of...apatrick@chromium.org2011-05-241-1/+3