| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert 237280 "Remove TraceController" | tonyg@chromium.org | 2013-11-27 | 3 | -100/+231 |
* | Remove TraceController | wangxianzhu@chromium.org | 2013-11-26 | 3 | -231/+100 |
* | Fix crash in TraceLog::UpdateTraceEventDuration() | wangxianzhu@chromium.org | 2013-11-25 | 1 | -3/+5 |
* | Remove temporary code after migration of Platform::updateTraceEventDuration | wangxianzhu@chromium.org | 2013-11-21 | 1 | -18/+5 |
* | Use TracingController for startup tracing | wangxianzhu@chromium.org | 2013-11-21 | 1 | -5/+2 |
* | Independently enable recording and event callback | wangxianzhu@chromium.org | 2013-11-20 | 4 | -109/+305 |
* | Use JsonDoubleQuote to output trace string | wangxianzhu@chromium.org | 2013-11-15 | 2 | -12/+10 |
* | ios: Enable -Wunused-functions. | thakis@chromium.org | 2013-11-14 | 1 | -0/+4 |
* | Revert 234207 "Set the default ASan options for executables buil..." | mpearson@chromium.org | 2013-11-11 | 1 | -49/+0 |
* | Set the default ASan options for executables built with ASan on Linux. | glider@chromium.org | 2013-11-11 | 1 | -0/+49 |
* | mac: Prepare most test code for -Wunused-functions too. | thakis@chromium.org | 2013-11-08 | 1 | -7/+0 |
* | Avoid threading races on TraceSamplingThread's members | haraken@chromium.org | 2013-11-06 | 3 | -40/+30 |
* | Ensure TimeOffset is applied to timestamps of traces | wangxianzhu@chromium.org | 2013-11-02 | 3 | -15/+53 |
* | Avoid crashing if the crash key system is not initialized. | jochen@chromium.org | 2013-10-31 | 1 | -2/+4 |
* | Put back debug break instructions for non-x86 OSs | jochen@chromium.org | 2013-10-29 | 1 | -8/+14 |
* | Pass timestamp into trace event callback. | alph@chromium.org | 2013-10-29 | 3 | -7/+21 |
* | Fix trace event ECHO_TO_CONSOLE | wangxianzhu@chromium.org | 2013-10-28 | 3 | -72/+105 |
* | On posix, only break into debugger when a debugger is present | jochen@chromium.org | 2013-10-28 | 1 | -9/+13 |
* | Send B/E events to EventCallback for X events | wangxianzhu@chromium.org | 2013-10-26 | 3 | -2/+47 |
* | [Tracing] Add support for forward looking or backwards looking async steps. | simonjam@chromium.org | 2013-10-24 | 2 | -30/+64 |
* | Fix crash when ending systrace webview | wangxianzhu@chromium.org | 2013-10-23 | 1 | -3/+25 |
* | Reapply "Remove constructors of TraceEventHandle" | wangxianzhu@chromium.org | 2013-10-23 | 2 | -23/+20 |
* | Correct thread flush timeout logic and increase timeout | wangxianzhu@chromium.org | 2013-10-23 | 2 | -24/+71 |
* | 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 |