summaryrefslogtreecommitdiffstats
path: root/content/browser/tracing/tracing_controller_impl.cc
Commit message (Expand)AuthorAgeFilesLines
* Reland of Start battor tracing if "system tracing" is enabled in record UI. (...rmcilroy2015-09-171-0/+2
* Revert of Start battor tracing if "system tracing" is enabled in record UI. (...rmcilroy2015-09-171-2/+0
* Start battor tracing if "system tracing" is enabled in record UI.prabhur2015-09-171-0/+2
* [tracing] Fix MemoryDumpManager to support startup tracingprimiano2015-09-101-5/+2
* Use DCHECK_CURRENTLY_ON in content/thestig2015-09-081-1/+1
* Background tracing: Simplify public interface and isolate trigger logicoysteine2015-08-261-9/+16
* Implement glue to integrate battor power tracing with trace controller.prabhur2015-08-061-2/+23
* [tracing] Fix memory-infra tracing process id translation for single process ...ssid2015-07-281-0/+5
* Slow Reports - Add message filter to trigger background traces from child pro...simonhatch2015-07-271-0/+14
* [tracing] Fix memory tracing controller in single-process-mode.ssid2015-07-201-6/+3
* [tracing] Simplify and improve thread-hopping logic of memory-infraprimiano2015-07-071-0/+4
* Tracing: If the tracing controller has no string sink, we'll no longer genera...oysteine2015-06-241-6/+22
* Slow Reports: Use TraceLog::SetEnabled directly if threads aren't initialized.simonhatch2015-06-231-12/+27
* [Startup Tracing] Remove |is_recording_| in devtool tracing_handlerzhenw2015-06-091-0/+4
* [Startup Tracing] Hook up TraceConfig and remove CategoryFilter & TraceOptionszhenw2015-06-021-38/+19
* Add granular file tracing.dbeam2015-05-111-0/+4
* Added a new CompressedStringDataSink for compressing traces via the trace con...simonhatch2015-04-241-133/+0
* [tracing] Add support for time-triggered global memory dumpsprimiano2015-04-211-0/+4
* [tracing] Prepare for internal async handling of ProcessMemoryDump(s)primiano2015-04-181-25/+48
* [tracing] Non-functional refactor of MemoryDumpManagerprimiano2015-04-171-1/+1
* [tracing] browser-process-side impl for inter-process memory dumpsprimiano2015-04-131-11/+63
* [tracing] IPC messages and stubs for inter-process memory dumpsprimiano2015-04-011-0/+38
* Re-land issue 750183008 (Parallelize trace messages serialization)caseq2015-03-261-2/+4
* favor DCHECK_CURRENTLY_ON for better logs in content/browser/[q-z]*mostynb2015-03-161-16/+16
* Revert of DevTools: Parallelize trace messages serialization. (patchset #8 id...loislo2015-02-121-4/+2
* DevTools: Parallelize trace messages serialization.loislo2015-02-121-2/+4
* Mechanical rename of base::debug -> base::trace_event for /contentssid2015-02-091-8/+9
* Mechanical rename of tracing includes for /content [1/3]ssid2015-01-281-1/+1
* Revert of DevTools: Parallelize trace messages serialization. (patchset #7 id...fmeawad2014-12-191-4/+2
* DevTools: Parallelize trace messages serialization.loislo2014-12-171-2/+4
* Report trace buffer usage as number of events, not only percentageyurys2014-11-171-44/+50
* Standardize usage of virtual/override/final in content/browser/dcheng2014-10-211-8/+8
* Replace FINAL and OVERRIDE with their C++11 counterparts in contentmohan.reddy2014-10-091-6/+6
* Tracing: fix missing comma between trace chunks written to filecaseq2014-09-181-1/+3
* Ignore fwrite results in tracing controller.flackr2014-09-171-11/+8
* DCHECK written counts from fwrite to fix unused return result.flackr2014-09-171-4/+11
* Fixed a leak in StringTraceDataSink following b47076fcaseq2014-09-151-1/+3
* tracing: get rid of files in TracingController interfacecaseq2014-09-151-170/+137
* Change base/file_utils.h includes to base/files/file_utils.h in content/thestig2014-09-051-1/+1
* Remove implicit conversions from scoped_refptr to T* in content/dcheng2014-08-261-1/+1
* Refactor tracing to pass around base::debug::TraceOptions to reduce spaghettinednguyen@google.com2014-08-041-41/+30
* Refactored StoreDebugLogs() path.ygorshenin@chromium.org2014-07-281-4/+8
* tracing: Stop system tracing earlierhashimoto@chromium.org2014-05-291-32/+21
* Implements Windows system tracing.etienneb@chromium.org2014-03-091-18/+44
* Implement system tracing for crosharaken@chromium.org2014-02-071-3/+86
* Implement TracingController::GetMonitoringStatusharaken@chromium.org2014-01-161-2/+8
* Add a mechanism to let TracingController invoke JavaScript via TracingUIharaken@chromium.org2014-01-141-2/+31
* 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-081-5/+16
* Sampling profiling thread should be joined in a FILE threadharaken@chromium.org2014-01-061-22/+94