| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Revert 230224 "Remove constructors of TraceEventHandle", which cause compile ... | ronghuawu@chromium.org | 2013-10-22 | 2 | -20/+23 |
* | Remove constructors of TraceEventHandle | wangxianzhu@chromium.org | 2013-10-22 | 2 | -23/+20 |
* | Reduce overhead of TRACE_MEMORY when disabled | wangxianzhu@chromium.org | 2013-10-22 | 2 | -12/+17 |
* | TraceLog::SetCurrentThreadBlocksMessageLoop() | wangxianzhu@chromium.org | 2013-10-22 | 3 | -5/+92 |
* | TRACE_EVENT_PHASE_COMPLETE (X Events) | wangxianzhu@chromium.org | 2013-10-21 | 5 | -316/+386 |
* | Revert 228889 "Avoid threading races on TraceSamplingThread's me..." | haraken@chromium.org | 2013-10-18 | 1 | -11/+1 |
* | Avoid threading races on TraceSamplingThread's members. | haraken@chromium.org | 2013-10-16 | 1 | -1/+11 |
* | Enable chromium trace when atrace is started. | wangxianzhu@chromium.org | 2013-10-16 | 3 | -65/+33 |
* | Fix pointer to local variable used after the variable is out of scope in ETW ... | fdoray@chromium.org | 2013-10-15 | 1 | -6/+9 |
* | Invoke LeakSanitizer in BrowserProcessImpl::ReleaseModule(). | earthdok@chromium.org | 2013-10-15 | 1 | -0/+4 |
* | Output trace clock markers on Android on start/end of tracing | wangxianzhu@chromium.org | 2013-10-14 | 2 | -0/+21 |
* | Revert 227219 "Revert 226920 "Roll Clang 188423:191856."" | thakis@chromium.org | 2013-10-12 | 1 | -10/+0 |
* | Revert "Revert "Use chunks in trace event buffers"" | wangxianzhu@chromium.org | 2013-10-10 | 3 | -474/+791 |
* | Revert "Use chunks in trace event buffers" | wangxianzhu@chromium.org | 2013-10-09 | 3 | -798/+474 |
* | Use chunks in trace event buffers | wangxianzhu@chromium.org | 2013-10-09 | 3 | -474/+798 |
* | Non-US OS region generates invalid trace JSON. | ed@opera.com | 2013-10-09 | 1 | -2/+24 |
* | Make ConvertableToTraceFormat ref-counted | wangxianzhu@chromium.org | 2013-10-09 | 7 | -149/+78 |
* | Revert 227354 "Revert "Implement TracingController::{Enable,Disa..." | haraken@chromium.org | 2013-10-08 | 3 | -42/+171 |
* | Revert "Implement TracingController::{Enable,Disable,Capture}Monitoring" | justinlin@chromium.org | 2013-10-07 | 3 | -171/+42 |
* | Implement TracingController::{Enable,Disable,Capture}Monitoring | haraken@chromium.org | 2013-10-07 | 3 | -42/+171 |
* | Revert 226920 "Roll Clang 188423:191856." | thakis@chromium.org | 2013-10-06 | 1 | -0/+10 |
* | Revert 226978 "Revert 226920 "Roll Clang 188423:191856."" | jochen@chromium.org | 2013-10-04 | 1 | -10/+0 |
* | Revert 226920 "Roll Clang 188423:191856." | jochen@chromium.org | 2013-10-04 | 1 | -0/+10 |
* | Roll Clang 188423:191856. | thakis@chromium.org | 2013-10-04 | 1 | -10/+0 |
* | Clean up unused constant globals | hans@chromium.org | 2013-10-03 | 1 | -0/+2 |
* | Revert 226701 "Implement TracingController::{Enable,Disable,Capt..." | tapted@chromium.org | 2013-10-03 | 3 | -170/+42 |
* | Implement TracingController::{Enable,Disable,Capture}Monitoring | haraken@chromium.org | 2013-10-03 | 3 | -42/+170 |
* | Enforce crash key registration in SetCrashKeyValue. | rsesek@chromium.org | 2013-10-03 | 1 | -3/+2 |
* | Fix crash when ECHO_TO_CONSOLE | wangxianzhu@chromium.org | 2013-10-01 | 1 | -8/+8 |
* | Fix --trace-shutdown with thread-local tracing. | wangxianzhu@chromium.org | 2013-09-18 | 1 | -0/+1 |
* | Chrome tracing for system-wide performance stats. | jwmak@chromium.org | 2013-09-18 | 4 | -0/+274 |
* | gpu: Record GL state to trace | skyostil@chromium.org | 2013-09-12 | 1 | -1/+1 |
* | Report trace event overhead stat with metadata | wangxianzhu@chromium.org | 2013-09-11 | 1 | -25/+5 |
* | Set active extension IDs for crash reports using the crash key logging system. | rsesek@chromium.org | 2013-09-07 | 1 | -1/+1 |
* | Thread-local trace-event buffers | wangxianzhu@chromium.org | 2013-09-06 | 3 | -75/+469 |
* | Update ReadProcMaps() to reflect lack of atomicity when reading /proc/self/maps. | scherkus@chromium.org | 2013-09-06 | 3 | -10/+105 |
* | Move ReadFileToString to the base namespace. | brettw@chromium.org | 2013-08-30 | 1 | -1/+1 |
* | Init uninitialized member in ctor. | finnur@chromium.org | 2013-08-29 | 1 | -0/+1 |
* | Rename base::debug::StackTrace::PrintBacktrace() to Print(). | rsesek@chromium.org | 2013-08-29 | 6 | -9/+9 |
* | chrome://tracing for memory records name and category for TRACE_EVENT | jamescook@chromium.org | 2013-08-29 | 3 | -74/+144 |
* | Trace memory records source function for posted tasks instead of "RunTask" | jamescook@chromium.org | 2013-08-24 | 1 | -0/+8 |
* | Add thread-specific CPU-time to trace events. | ernstm@chromium.org | 2013-08-17 | 2 | -2/+19 |
* | Shrink trace_event buffers | wangxianzhu@chromium.org | 2013-08-16 | 2 | -10/+24 |
* | Revert 217921 "This changes the trace event inclusion by always ..." | junov@chromium.org | 2013-08-16 | 2 | -24/+20 |
* | This changes the trace event inclusion by always including categories unknown... | rubentopo@gmail.com | 2013-08-16 | 2 | -20/+24 |
* | Make a note in base/debug/crash_logging.h that keys and values are NUL-termin... | rsesek@chromium.org | 2013-08-14 | 1 | -1/+4 |
* | Fix misleading indentation in TraceEventTestFixture::OnTraceNotification | jbroman@chromium.org | 2013-08-13 | 1 | -1/+1 |
* | Improve usages of trace_event locks | wangxianzhu@chromium.org | 2013-08-10 | 1 | -22/+29 |
* | Fix multiple typos in base tracing files. | etienneb@chromium.org | 2013-08-09 | 2 | -13/+14 |
* | Ensure cleanup after Android systrace | wangxianzhu@chromium.org | 2013-08-07 | 3 | -30/+28 |