| Commit message (Expand) | Author | Age | Files | Lines |
* | use os_bsd and OS_BSD and add some OS_FREEBSD conditions | robert.nagy@gmail.com | 2011-12-04 | 1 | -10/+8 |
* | Improve GPU tests to fail when GPU drawing fails. | jbates@chromium.org | 2011-12-02 | 1 | -0/+13 |
* | Fix Aura build break. | jbates@chromium.org | 2011-12-02 | 1 | -1/+1 |
* | trace_event: distinguish between scoped begin/end and global start/finish events | jbates@chromium.org | 2011-12-02 | 5 | -164/+381 |
* | Allow const pointers to be stored in ThreadLocalPointer. | jbates@chromium.org | 2011-11-29 | 1 | -4/+3 |
* | Implement TRACE_COUNTER | nduca@chromium.org | 2011-11-18 | 3 | -2/+119 |
* | Allow linker initialization of lazy instance | joth@chromium.org | 2011-11-15 | 1 | -1/+1 |
* | Cleanup: Remove unneeded forward declarations in base, dbug, gpu, ipc, jingle... | thestig@chromium.org | 2011-11-15 | 1 | -4/+1 |
* | define OS_BSD on *BSD and replace the ifdefs to use that | robert.nagy@gmail.com | 2011-11-15 | 1 | -3/+3 |
* | Support thread name changes in trace event | joth@chromium.org | 2011-11-10 | 3 | -18/+75 |
* | Support --trace-startup and task tracing | joth@chromium.org | 2011-11-09 | 2 | -5/+53 |
* | Change three LazyInstances I added earlier to be leaky. | thakis@chromium.org | 2011-11-04 | 1 | -2/+3 |
* | Remove 1 exit time destructor and 1 static initializer in trace_event. | thakis@chromium.org | 2011-11-03 | 2 | -15/+15 |
* | add classes trace_analyzer::Query and TraceAnalyzer to improve testing (retry) | jbates@chromium.org | 2011-10-29 | 2 | -20/+43 |
* | Revert 107813 - add classes trace_analyzer::Query and TraceAnalyzer to make i... | jbates@chromium.org | 2011-10-29 | 2 | -43/+20 |
* | add classes trace_analyzer::Query and TraceAnalyzer to make it easy to search... | jbates@chromium.org | 2011-10-28 | 2 | -20/+43 |
* | Replace most LOG/CHECK statements with DLOG/DCHECK statements in base. | brettw@chromium.org | 2011-10-26 | 2 | -3/+3 |
* | Revert 107042 - Replace most LOG/CHECK statements with DLOG/DCHECK statements... | brettw@chromium.org | 2011-10-25 | 2 | -3/+3 |
* | Replace most LOG/CHECK statements with DLOG/DCHECK statements in base. | brettw@chromium.org | 2011-10-25 | 2 | -3/+3 |
* | Internalize JSON chunk merging to trace_event.h API (retry). | jbates@chromium.org | 2011-10-24 | 3 | -17/+130 |
* | Make AddTraceEventETW duplicate its name argument. | nduca@chromium.org | 2011-10-23 | 1 | -2/+2 |
* | Revert: Internalize JSON chunk merging to trace_event.h API. | mpcomplete@chromium.org | 2011-10-22 | 3 | -130/+17 |
* | Internalize JSON chunk merging to trace_event.h API. | jbates@chromium.org | 2011-10-21 | 3 | -17/+130 |
* | OpenBSD patches for base / split from CR #8275005 | mark@chromium.org | 2011-10-18 | 1 | -1/+16 |
* | Profiling for the renderer process. | scottbyer@chromium.org | 2011-10-12 | 2 | -1/+11 |
* | Add StackTrace::ToString(). | satorux@chromium.org | 2011-10-12 | 3 | -1/+15 |
* | Add missing set-true so that AddTraceEvent doesn't always search for thread name | jbates@chromium.org | 2011-10-11 | 1 | -0/+1 |
* | Switch over to base::Bind for base/debug/trace_event_unittests and base/files/*. | jbates@chromium.org | 2011-10-05 | 1 | -6/+5 |
* | Annotate benign race for trace_event category enabled flag. | jbates@chromium.org | 2011-10-04 | 1 | -0/+4 |
* | Add trace code to track all posted tasks in message_loop and WorkerThreads (n... | jbates@chromium.org | 2011-10-03 | 3 | -121/+156 |
* | Upstream ProcessUtilTest, and make a few other files compile on Android. | jingzhao@chromium.org | 2011-09-29 | 1 | -2/+4 |
* | Add support for filtering traces by categories. The TraceLog API is updated t... | jbates@chromium.org | 2011-09-12 | 3 | -29/+253 |
* | Fix trace_event code to accept double-quote and backslash characters in strin... | jbates@chromium.org | 2011-09-07 | 2 | -8/+11 |
* | Added support to trace_event for passing static string arguments without copy | jbates@chromium.org | 2011-09-06 | 3 | -50/+183 |
* | Remove use of <iostream> where unnecessary. | evan@chromium.org | 2011-09-01 | 1 | -1/+1 |
* | [Mac] Capture -dealloc backtrace to log with CrZombie messages. | shess@chromium.org | 2011-08-30 | 2 | -0/+18 |
* | Disable frame pointer optimization on base::debug::StackTrace() so it works p... | eroman@chromium.org | 2011-08-27 | 1 | -0/+13 |
* | Include base/stringprintf.h in base/debug/profiler.cc. | hans@chromium.org | 2011-08-17 | 1 | -1/+1 |
* | Implement backend for thread names and process names. | nduca@chromium.org | 2011-08-09 | 3 | -66/+215 |
* | Rename BASE_API to BASE_EXPORT. | darin@chromium.org | 2011-08-05 | 6 | -25/+25 |
* | Re-land r93365 - add RefCountedString | joth@chromium.org | 2011-07-22 | 2 | -6/+7 |
* | Allow trace event to work with temporary name strings. | joth@chromium.org | 2011-07-21 | 3 | -78/+196 |
* | Add COMPONENT_BUILD global define. | darin@chromium.org | 2011-07-13 | 1 | -2/+2 |
* | Revert "Add COMPONENT_BUILD global define. " | yurys@chromium.org | 2011-07-13 | 1 | -2/+2 |
* | Add COMPONENT_BUILD global define. | darin@chromium.org | 2011-07-13 | 1 | -2/+2 |
* | Upstream android debug and log related files | michaelbai@google.com | 2011-07-07 | 3 | -4/+85 |
* | Add COMPILE_ASSERT to ensure the result of Bind matches the Callback's type. | ajwong@chromium.org | 2011-06-26 | 3 | -4/+5 |
* | Patch for Solaris support, mostly ifdefs and header files, plus adds libevent... | chromium@hybridsource.org | 2011-06-25 | 2 | -5/+5 |
* | More POSIX support for Chromium, consisting mostly of broadening ifdefs. This | tony@chromium.org | 2011-06-02 | 1 | -1/+1 |
* | Introduce the ANNOTATE_LEAKING_OBJECT_PTR annotation that can be used to mark | glider@chromium.org | 2011-05-31 | 1 | -2/+14 |