index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
base
/
debug
/
trace_event.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Split up trace_event.h into trace_event_impl.h and add webkitplatform support.
jbates@chromium.org
2012-01-23
1
-741
/
+0
*
Allow tracing in third_party libraries
jbates@chromium.org
2012-01-13
1
-176
/
+197
*
Retry 114494 - Remove BindStateHolder and have Bind() return a Callback<> obj...
ajwong@chromium.org
2011-12-20
1
-1
/
+2
*
Fix Android-specific typo in trace_event.cc. I can haz droid bots soon plz?
nduca@chromium.org
2011-12-16
1
-1
/
+1
*
Push a marker into Android's kernel trace system to allow clock sync in about...
nduca@chromium.org
2011-12-16
1
-2
/
+45
*
Add event counters with IDs
piman@chromium.org
2011-12-16
1
-1
/
+2
*
Revert 114494 - Remove BindStateHolder and have Bind() return a Callback<> ob...
sail@chromium.org
2011-12-14
1
-2
/
+1
*
Remove BindStateHolder and have Bind() return a Callback<> object directly.
ajwong@chromium.org
2011-12-14
1
-1
/
+2
*
trace_event: distinguish between scoped begin/end and global start/finish events
jbates@chromium.org
2011-12-02
1
-94
/
+91
*
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
1
-0
/
+18
*
Allow linker initialization of lazy instance
joth@chromium.org
2011-11-15
1
-1
/
+1
*
Support thread name changes in trace event
joth@chromium.org
2011-11-10
1
-16
/
+22
*
Support --trace-startup and task tracing
joth@chromium.org
2011-11-09
1
-5
/
+37
*
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
1
-14
/
+14
*
add classes trace_analyzer::Query and TraceAnalyzer to improve testing (retry)
jbates@chromium.org
2011-10-29
1
-18
/
+33
*
Revert 107813 - add classes trace_analyzer::Query and TraceAnalyzer to make i...
jbates@chromium.org
2011-10-29
1
-33
/
+18
*
add classes trace_analyzer::Query and TraceAnalyzer to make it easy to search...
jbates@chromium.org
2011-10-28
1
-18
/
+33
*
Replace most LOG/CHECK statements with DLOG/DCHECK statements in base.
brettw@chromium.org
2011-10-26
1
-1
/
+1
*
Revert 107042 - Replace most LOG/CHECK statements with DLOG/DCHECK statements...
brettw@chromium.org
2011-10-25
1
-1
/
+1
*
Replace most LOG/CHECK statements with DLOG/DCHECK statements in base.
brettw@chromium.org
2011-10-25
1
-1
/
+1
*
Internalize JSON chunk merging to trace_event.h API (retry).
jbates@chromium.org
2011-10-24
1
-2
/
+43
*
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
1
-43
/
+2
*
Internalize JSON chunk merging to trace_event.h API.
jbates@chromium.org
2011-10-21
1
-2
/
+43
*
Add missing set-true so that AddTraceEvent doesn't always search for thread name
jbates@chromium.org
2011-10-11
1
-0
/
+1
*
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
1
-1
/
+13
*
Add support for filtering traces by categories. The TraceLog API is updated t...
jbates@chromium.org
2011-09-12
1
-22
/
+77
*
Fix trace_event code to accept double-quote and backslash characters in strin...
jbates@chromium.org
2011-09-07
1
-4
/
+7
*
Added support to trace_event for passing static string arguments without copy
jbates@chromium.org
2011-09-06
1
-23
/
+33
*
Implement backend for thread names and process names.
nduca@chromium.org
2011-08-09
1
-3
/
+64
*
Re-land r93365 - add RefCountedString
joth@chromium.org
2011-07-22
1
-3
/
+4
*
Allow trace event to work with temporary name strings.
joth@chromium.org
2011-07-21
1
-51
/
+55
*
Add COMPILE_ASSERT to ensure the result of Bind matches the Callback's type.
ajwong@chromium.org
2011-06-26
1
-1
/
+1
*
memory: don't reserve trace events unless we're using tracing
evan@chromium.org
2011-05-18
1
-1
/
+1
*
Implemented threshold based trace events that only get added to the trace if ...
jbates@chromium.org
2011-05-13
1
-41
/
+123
*
Merge gpu_trace_event back into base/debug/trace_event.
scheib@chromium.org
2011-05-10
1
-117
/
+335
*
Revert 84486 - Merge gpu_trace_event back into base/debug/trace_event.Initial...
scheib@chromium.org
2011-05-06
1
-335
/
+117
*
Merge gpu_trace_event back into base/debug/trace_event.
scheib@chromium.org
2011-05-06
1
-117
/
+335
*
Revert 84284 - Merge gpu_trace_event back into base/debug/trace_event.Initial...
scheib@chromium.org
2011-05-05
1
-335
/
+117
*
Merge gpu_trace_event back into base/debug/trace_event.
scheib@chromium.org
2011-05-05
1
-117
/
+335
*
Order function definitions in base/ according to the header.
erg@google.com
2011-01-11
1
-66
/
+66
*
Move platform_thread to base/threading and put in the base namespace. I left a
brettw@chromium.org
2010-12-31
1
-1
/
+1
*
This CL add a GetInstance() method to singleton classes instead of relying on...
satish@chromium.org
2010-12-04
1
-6
/
+8
*
Move debug-related stuff from base to the base/debug directory and use the
brettw@chromium.org
2010-10-26
1
-0
/
+166