summaryrefslogtreecommitdiffstats
path: root/base/debug/trace_event.cc
Commit message (Expand)AuthorAgeFilesLines
* Split up trace_event.h into trace_event_impl.h and add webkitplatform support.jbates@chromium.org2012-01-231-741/+0
* Allow tracing in third_party librariesjbates@chromium.org2012-01-131-176/+197
* Retry 114494 - Remove BindStateHolder and have Bind() return a Callback<> obj...ajwong@chromium.org2011-12-201-1/+2
* Fix Android-specific typo in trace_event.cc. I can haz droid bots soon plz?nduca@chromium.org2011-12-161-1/+1
* Push a marker into Android's kernel trace system to allow clock sync in about...nduca@chromium.org2011-12-161-2/+45
* Add event counters with IDspiman@chromium.org2011-12-161-1/+2
* Revert 114494 - Remove BindStateHolder and have Bind() return a Callback<> ob...sail@chromium.org2011-12-141-2/+1
* Remove BindStateHolder and have Bind() return a Callback<> object directly.ajwong@chromium.org2011-12-141-1/+2
* trace_event: distinguish between scoped begin/end and global start/finish eventsjbates@chromium.org2011-12-021-94/+91
* Allow const pointers to be stored in ThreadLocalPointer.jbates@chromium.org2011-11-291-4/+3
* Implement TRACE_COUNTERnduca@chromium.org2011-11-181-0/+18
* Allow linker initialization of lazy instancejoth@chromium.org2011-11-151-1/+1
* Support thread name changes in trace eventjoth@chromium.org2011-11-101-16/+22
* Support --trace-startup and task tracingjoth@chromium.org2011-11-091-5/+37
* 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-031-14/+14
* add classes trace_analyzer::Query and TraceAnalyzer to improve testing (retry)jbates@chromium.org2011-10-291-18/+33
* Revert 107813 - add classes trace_analyzer::Query and TraceAnalyzer to make i...jbates@chromium.org2011-10-291-33/+18
* add classes trace_analyzer::Query and TraceAnalyzer to make it easy to search...jbates@chromium.org2011-10-281-18/+33
* Replace most LOG/CHECK statements with DLOG/DCHECK statements in base.brettw@chromium.org2011-10-261-1/+1
* Revert 107042 - Replace most LOG/CHECK statements with DLOG/DCHECK statements...brettw@chromium.org2011-10-251-1/+1
* Replace most LOG/CHECK statements with DLOG/DCHECK statements in base.brettw@chromium.org2011-10-251-1/+1
* Internalize JSON chunk merging to trace_event.h API (retry).jbates@chromium.org2011-10-241-2/+43
* 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-221-43/+2
* Internalize JSON chunk merging to trace_event.h API.jbates@chromium.org2011-10-211-2/+43
* Add missing set-true so that AddTraceEvent doesn't always search for thread namejbates@chromium.org2011-10-111-0/+1
* 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-031-1/+13
* Add support for filtering traces by categories. The TraceLog API is updated t...jbates@chromium.org2011-09-121-22/+77
* Fix trace_event code to accept double-quote and backslash characters in strin...jbates@chromium.org2011-09-071-4/+7
* Added support to trace_event for passing static string arguments without copyjbates@chromium.org2011-09-061-23/+33
* Implement backend for thread names and process names.nduca@chromium.org2011-08-091-3/+64
* Re-land r93365 - add RefCountedStringjoth@chromium.org2011-07-221-3/+4
* Allow trace event to work with temporary name strings.joth@chromium.org2011-07-211-51/+55
* Add COMPILE_ASSERT to ensure the result of Bind matches the Callback's type.ajwong@chromium.org2011-06-261-1/+1
* memory: don't reserve trace events unless we're using tracingevan@chromium.org2011-05-181-1/+1
* Implemented threshold based trace events that only get added to the trace if ...jbates@chromium.org2011-05-131-41/+123
* Merge gpu_trace_event back into base/debug/trace_event.scheib@chromium.org2011-05-101-117/+335
* Revert 84486 - Merge gpu_trace_event back into base/debug/trace_event.Initial...scheib@chromium.org2011-05-061-335/+117
* Merge gpu_trace_event back into base/debug/trace_event.scheib@chromium.org2011-05-061-117/+335
* Revert 84284 - Merge gpu_trace_event back into base/debug/trace_event.Initial...scheib@chromium.org2011-05-051-335/+117
* Merge gpu_trace_event back into base/debug/trace_event.scheib@chromium.org2011-05-051-117/+335
* Order function definitions in base/ according to the header.erg@google.com2011-01-111-66/+66
* Move platform_thread to base/threading and put in the base namespace. I left abrettw@chromium.org2010-12-311-1/+1
* This CL add a GetInstance() method to singleton classes instead of relying on...satish@chromium.org2010-12-041-6/+8
* Move debug-related stuff from base to the base/debug directory and use thebrettw@chromium.org2010-10-261-0/+166