summaryrefslogtreecommitdiffstats
path: root/content/browser/tracing
Commit message (Expand)AuthorAgeFilesLines
* Allow MessageFilters to restrict listening to specific message classesjdduke@chromium.org2014-02-261-5/+6
* Revert "Allow MessageFilters to restrict listening to specific message classes"jdduke@chromium.org2014-02-211-6/+5
* Allow MessageFilters to restrict listening to specific message classesjdduke@chromium.org2014-02-161-5/+6
* Implement system tracing for crosharaken@chromium.org2014-02-072-3/+95
* Port r152639 and r177025 to tracing_ and devtools_resources.gyp.thakis@chromium.org2014-01-181-2/+1
* Implement TracingController::GetMonitoringStatusharaken@chromium.org2014-01-164-12/+93
* Add a mechanism to let TracingController invoke JavaScript via TracingUIharaken@chromium.org2014-01-144-3/+52
* Fix delivery of percent full notifications from TracingController. This was b...marshall@chromium.org2014-01-091-18/+8
* Implement sampling profiler (chromium side change)haraken@chromium.org2014-01-083-18/+98
* Let generate_trace_viewer_grd.py no generate a .rc file.thakis@chromium.org2014-01-072-2/+0
* Return error on JSON request failureswangxianzhu@chromium.org2014-01-061-7/+17
* Sampling profiling thread should be joined in a FILE threadharaken@chromium.org2014-01-062-22/+109
* Fix TracingController to properly track response callbacks when a TraceMessag...marshall@chromium.org2014-01-023-22/+98
* Revert 242671 "Implement sampling profiler (chromium side change)"haraken@chromium.org2013-12-282-92/+15
* Implement sampling profiler (chromium side change)haraken@chromium.org2013-12-282-15/+92
* If the TracingController DisableRecording or CaptureMonitoringSnapshot method...marshall@chromium.org2013-12-171-16/+13
* Revert 239400 "Revert 239280 "Move more file_util functions to b..."thakis@chromium.org2013-12-081-2/+2
* Revert 239280 "Move more file_util functions to base namespace."thakis@chromium.org2013-12-081-2/+2
* Move more file_util functions to base namespace.brettw@chromium.org2013-12-071-2/+2
* Fix a bug in tracing instrumentationsievers@chromium.org2013-12-051-0/+1
* Move GetFileSize, NormalizeFilePath to base namespacebrettw@chromium.org2013-12-041-2/+2
* Reapply "Remove TraceController"wangxianzhu@chromium.org2013-12-0311-954/+168
* Move temp file functions to base namespace.brettw@chromium.org2013-12-032-3/+3
* Revert of https://codereview.chromium.org/99103004/wangxianzhu@chromium.org2013-12-0311-168/+954
* Revert "Revert 237280 "Remove TraceController""wangxianzhu@chromium.org2013-12-0211-954/+168
* Revert 237280 "Remove TraceController"tonyg@chromium.org2013-11-2711-166/+954
* Remove TraceControllerwangxianzhu@chromium.org2013-11-2611-954/+166
* LOG(INFO) -> VLOG(0) in content/scottmg@chromium.org2013-11-231-1/+1
* Overhaul tracing_ui to use XHR and new tracing_controllerwangxianzhu@chromium.org2013-11-214-523/+188
* Use TracingController for startup tracingwangxianzhu@chromium.org2013-11-217-91/+31
* Revert "Revert 236071 "Allow TracingController output trace data to spec...""wangxianzhu@chromium.org2013-11-204-133/+292
* Revert 236071 "Allow TracingController output trace data to spec..."yzshen@chromium.org2013-11-204-290/+133
* Allow TracingController output trace data to specified filewangxianzhu@chromium.org2013-11-194-133/+290
* Fix trace file corruption during load in about:tracingskyostil@chromium.org2013-11-131-8/+36
* Fix --trace-startup.wangxianzhu@chromium.org2013-10-315-7/+18
* Output trace clock markers on Android on start/end of tracingwangxianzhu@chromium.org2013-10-142-0/+28
* Revert 227354 "Revert "Implement TracingController::{Enable,Disa..."haraken@chromium.org2013-10-085-53/+336
* Revert "Implement TracingController::{Enable,Disable,Capture}Monitoring"justinlin@chromium.org2013-10-075-336/+53
* Fix the content_browser breakage after r227269haraken@chromium.org2013-10-071-14/+14
* Fix failures in chrome os after r227262haraken@chromium.org2013-10-071-7/+14
* Implement TracingController::{Enable,Disable,Capture}Monitoringharaken@chromium.org2013-10-075-53/+329
* Revert 226701 "Implement TracingController::{Enable,Disable,Capt..."tapted@chromium.org2013-10-035-329/+53
* Implement TracingController::{Enable,Disable,Capture}Monitoringharaken@chromium.org2013-10-035-53/+329
* Make BrowserMessageFilter not derive from IPC::ChannelProxy::MessageFilter. T...jam@chromium.org2013-10-012-11/+0
* Fix incorrect checking of file_util::WriteFile() return results.thestig@chromium.org2013-09-171-2/+4
* We're refactoring the architecture of the tracing controller, as documented h...haraken@chromium.org2013-09-114-1/+486
* Add dsinclair to tracing OWNERSnduca@chromium.org2013-09-071-0/+1
* Thread-local trace-event bufferswangxianzhu@chromium.org2013-09-063-21/+35
* Move ReadFileToString to the base namespace.brettw@chromium.org2013-08-302-5/+5
* Add support for writing system traces at startupdavemoore@chromium.org2013-08-204-40/+244