summaryrefslogtreecommitdiffstats
path: root/content/browser/tracing
Commit message (Expand)AuthorAgeFilesLines
* Add granular file tracing.dbeam2015-05-114-0/+95
* Decouple the creation of trace data from where it gets written.simonhatch2015-05-042-54/+117
* Added a new CompressedStringDataSink for compressing traces via the trace con...simonhatch2015-04-243-133/+348
* [tracing] Add support for time-triggered global memory dumpsprimiano2015-04-212-0/+5
* [tracing] Prepare for internal async handling of ProcessMemoryDump(s)primiano2015-04-182-25/+55
* [tracing] Non-functional refactor of MemoryDumpManagerprimiano2015-04-171-1/+1
* Attempt to restart ETW kernel tracing when there's an existing session.chrisha2015-04-141-1/+18
* [tracing] browser-process-side impl for inter-process memory dumpsprimiano2015-04-132-11/+71
* Roll trace-viewer deps to the latest.nednguyen2015-04-081-9/+5
* [tracing] IPC messages and stubs for inter-process memory dumpsprimiano2015-04-014-2/+87
* Revert of Revert of Revert of Add record-as-much-as-possible mode for about:/...thakis2015-03-311-5/+9
* Revert of Revert of Add record-as-much-as-possible mode for about://tracing. ...nednguyen2015-03-301-9/+5
* Revert of Add record-as-much-as-possible mode for about://tracing. (patchset ...nednguyen2015-03-301-5/+9
* Add record-as-much-as-possible mode for about://tracing.nednguyen2015-03-281-9/+5
* 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-162-22/+22
* Cleanup: Fix content header include guards.tfarina2015-02-272-6/+6
* Moved the TraceUploader from content/ to chrome/ and did some groundwork for ...oysteine2015-02-134-368/+27
* 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-096-51/+56
* Mechanical rename of tracing includes for /content [1/3]ssid2015-01-284-4/+4
* 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
* Remove using namespace in net/quic/quic_stream_sequencer.hhalton.huo2014-12-081-0/+2
* grit: Use new --write-only-new flag.Nico Weber2014-12-051-0/+16
* gn format // (the rest, except mojo)scottmg2014-12-031-1/+3
* gn format //contentscottmg2014-12-031-6/+8
* Report trace buffer usage as number of events, not only percentageyurys2014-11-175-72/+98
* Cleanup: Remove unneeded path_service.h includes.thestig2014-11-061-1/+0
* Standardize usage of virtual/override/final specifiers.dcheng2014-10-281-4/+2
* Standardize usage of virtual/override/final in content/browser/dcheng2014-10-215-37/+34
* Replace FINAL and OVERRIDE with their C++11 counterparts in contentmohan.reddy2014-10-095-22/+22
* 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-154-243/+216
* Convert GN visibility variables to lists.brettw2014-09-061-1/+1
* Change base/file_utils.h includes to base/files/file_utils.h in content/thestig2014-09-054-4/+4
* Remove implicit conversions from scoped_refptr to T* in content/dcheng2014-08-261-1/+1
* Add base:: qualification to some COmmandLine references in content.brettw@chromium.org2014-08-111-1/+2
* Refactor tracing to pass around base::debug::TraceOptions to reduce spaghettinednguyen@google.com2014-08-046-134/+150
* Disable EnableCaptureAndDisableMonitoringWithEmptyFileAndNullCallbackmvanouwerkerk@chromium.org2014-08-041-1/+9
* Refactored StoreDebugLogs() path.ygorshenin@chromium.org2014-07-281-4/+8
* Some linking fixes for GN build.brettw@chromium.org2014-07-231-0/+2
* Update the tracing grit GN rulebrettw@chromium.org2014-07-231-29/+12
* Get rid of the rest of CreateStringValueestade@chromium.org2014-07-181-1/+1
* Rename source_prereqs to inputs in the GN build.brettw@chromium.org2014-07-091-2/+2
* Add upload support to chrome://tracing.mmandlis@chromium.org2014-06-275-2/+427