summaryrefslogtreecommitdiffstats
path: root/base/debug/trace_event.h
Commit message (Expand)AuthorAgeFilesLines
* Make non-scoped trace macros work in one-line scopes.jbates@chromium.org2012-03-301-16/+20
* Plot async steps in about:tracing.simonjam@chromium.org2012-03-281-20/+22
* Add ASYNC_STEP support to trace_event and change START to ASYNC_BEGIN.jbates@chromium.org2012-03-011-44/+73
* Implement proper atomic code for trace macros.jbates@chromium.org2012-02-221-10/+15
* Revert r122552: "Implement proper atomic code for trace macros."rnk@chromium.org2012-02-211-15/+10
* Implement proper atomic code for trace macros.jbates@chromium.org2012-02-171-10/+15
* Remove pointer mangling API from trace_event.h and use an addTraceEvent flag ...jbates@chromium.org2012-01-271-40/+48
* Cleanup trace_event, fix webkit API naming.jbates@chromium.org2012-01-251-14/+14
* Split up trace_event.h into trace_event_impl.h and add webkitplatform support.jbates@chromium.org2012-01-231-385/+79
* Allow tracing in third_party librariesjbates@chromium.org2012-01-131-311/+404
* Retry 114494 - Remove BindStateHolder and have Bind() return a Callback<> obj...ajwong@chromium.org2011-12-201-2/+3
* Push a marker into Android's kernel trace system to allow clock sync in about...nduca@chromium.org2011-12-161-1/+2
* Add event counters with IDspiman@chromium.org2011-12-161-4/+43
* Revert 114494 - Remove BindStateHolder and have Bind() return a Callback<> ob...sail@chromium.org2011-12-141-3/+2
* Remove BindStateHolder and have Bind() return a Callback<> object directly.ajwong@chromium.org2011-12-141-2/+3
* Improve GPU tests to fail when GPU drawing fails.jbates@chromium.org2011-12-021-0/+13
* Fix Aura build break.jbates@chromium.org2011-12-021-1/+1
* trace_event: distinguish between scoped begin/end and global start/finish eventsjbates@chromium.org2011-12-021-52/+187
* Implement TRACE_COUNTERnduca@chromium.org2011-11-181-2/+70
* Support thread name changes in trace eventjoth@chromium.org2011-11-101-1/+4
* Support --trace-startup and task tracingjoth@chromium.org2011-11-091-0/+16
* Remove 1 exit time destructor and 1 static initializer in trace_event.thakis@chromium.org2011-11-031-1/+1
* add classes trace_analyzer::Query and TraceAnalyzer to improve testing (retry)jbates@chromium.org2011-10-291-2/+10
* Revert 107813 - add classes trace_analyzer::Query and TraceAnalyzer to make i...jbates@chromium.org2011-10-291-10/+2
* add classes trace_analyzer::Query and TraceAnalyzer to make it easy to search...jbates@chromium.org2011-10-281-2/+10
* Internalize JSON chunk merging to trace_event.h API (retry).jbates@chromium.org2011-10-241-1/+47
* Revert: Internalize JSON chunk merging to trace_event.h API.mpcomplete@chromium.org2011-10-221-47/+1
* Internalize JSON chunk merging to trace_event.h API.jbates@chromium.org2011-10-211-1/+47
* Add trace code to track all posted tasks in message_loop and WorkerThreads (n...jbates@chromium.org2011-10-031-105/+124
* Add support for filtering traces by categories. The TraceLog API is updated t...jbates@chromium.org2011-09-121-3/+19
* Added support to trace_event for passing static string arguments without copyjbates@chromium.org2011-09-061-25/+94
* Implement backend for thread names and process names.nduca@chromium.org2011-08-091-1/+6
* Rename BASE_API to BASE_EXPORT.darin@chromium.org2011-08-051-4/+4
* Re-land r93365 - add RefCountedStringjoth@chromium.org2011-07-221-3/+3
* Allow trace event to work with temporary name strings.joth@chromium.org2011-07-211-27/+68
* Add COMPILE_ASSERT to ensure the result of Bind matches the Callback's type.ajwong@chromium.org2011-06-261-1/+1
* Implemented threshold based trace events that only get added to the trace if ...jbates@chromium.org2011-05-131-126/+190
* Nits fix on trace_event.h and child_trace_message_filter.ccscheib@chromium.org2011-05-101-1/+1
* Merge gpu_trace_event back into base/debug/trace_event.scheib@chromium.org2011-05-101-107/+451
* Revert 84486 - Merge gpu_trace_event back into base/debug/trace_event.Initial...scheib@chromium.org2011-05-061-401/+107
* Merge gpu_trace_event back into base/debug/trace_event.scheib@chromium.org2011-05-061-107/+401
* Revert 84284 - Merge gpu_trace_event back into base/debug/trace_event.Initial...scheib@chromium.org2011-05-051-406/+107
* Merge gpu_trace_event back into base/debug/trace_event.scheib@chromium.org2011-05-051-107/+406
* linux: components buildevan@chromium.org2011-05-021-1/+1
* Revert 83630 - linux components: expose one last function from base needed by...maf@chromium.org2011-04-301-1/+1
* linux components: expose one last function from base needed by test_shellevan@chromium.org2011-04-291-1/+1
* Move some files from base to base/memory.levin@chromium.org2011-03-281-3/+3
* Remove obsolete base/lock.h and fix up callers to use the new header file andbrettw@chromium.org2011-01-211-2/+2
* This CL add a GetInstance() method to singleton classes instead of relying on...satish@chromium.org2010-12-041-3/+5
* Move debug-related stuff from base to the base/debug directory and use thebrettw@chromium.org2010-10-261-0/+147