summaryrefslogtreecommitdiffstats
path: root/base/trace_event
Commit message (Expand)AuthorAgeFilesLines
* Add traces for main omnibox providersa-v-y2016-03-251-1/+1
* Reland: add dump provider for malloc heap profiler (https://codereview.chromi...primiano2016-03-256-33/+232
* Revert of tracing: add dump provider for malloc heap profiler (patchset #11 i...gab2016-03-226-232/+33
* tracing: add dump provider for malloc heap profilerprimiano2016-03-226-33/+232
* base: Add blame contextskyostil2016-03-214-0/+453
* base: Remove some unnecessary const scoped_refptr<>&.vmpstr2016-03-185-58/+42
* Reland - Update DevTools Tracing.Start to accept trace config as a parameterzhenw2016-03-183-20/+102
* Revert of Update DevTools Tracing.Start to accept trace config as a parameter...fgorski2016-03-173-101/+20
* Update DevTools Tracing.Start to accept trace config aszhenw2016-03-173-20/+101
* Use sysctlbyname() to get kernel page size.pkl2016-03-163-6/+32
* tracing: Make ConvertableToTraceFormat move-onlyprimiano2016-02-2932-259/+378
* Change sampler code events phase from instant to meta.alph2016-02-256-19/+46
* [MemoryInfra] Support dump providers running on SequencedTaskRunnerssid2016-02-254-123/+306
* tracing: memory-infra cleanup post-C++11 + test coverageprimiano2016-02-223-42/+59
* include-what-you-use: Fix some tracing-related includesprimiano2016-02-222-0/+2
* base: Add missing copy ctors where appropriate.vmpstr2016-02-184-0/+5
* [tracing] Support shared and private permission. (missing perm flag)youngmin.yoo2016-02-172-0/+2
* Fix compilation of "base" for "host" when targetting iOS.sdefresne2016-02-161-1/+1
* [Tracing] Fix scoped context trace events category handlingfmeawad2016-02-162-27/+26
* Tracing: Removed monitoring modeoysteine2016-02-105-186/+8
* Switch base::trace_event::TraceLogStatus to use uint32_t instead of size_t.jam2016-02-092-4/+4
* Reland of move --no-sandbox flag from command line for telemetry (patchset #1...ssid2016-02-041-3/+1
* base: Add scope support to context trace eventsskyostil2016-02-023-10/+18
* Fix CountResidentBytes following crrev.com/1573313002ssid2016-02-022-15/+29
* Revert of Remove --no-sandbox flag from command line for telemetry (patchset ...ssid2016-02-021-1/+3
* Add Scopes to Trace IDschiniforooshan2016-02-018-115/+251
* Remove --no-sandbox flag from command line for telemetryssid2016-02-011-3/+1
* [Tracing] Update sync_id to be string type for clock synczhenw2016-01-282-3/+3
* Adds a callback to TracingAgent::StartAgentTracing()charliea2016-01-261-1/+4
* trace_controller: Makes StopTracing callback ignore empty event stringscharliea2016-01-261-0/+2
* Reland of [tracing] Dump child processes' memory metrics in browser (patchset...ssid2016-01-268-627/+0
* [Tracing] Don't create PseudoStackFrames if |name| needs to be copied.dskiba2016-01-251-7/+11
* tracing: fix edge case when dumping while trace being disabledprimiano2016-01-253-9/+53
* tracing: Add macros for generating context trace eventsskyostil2016-01-223-0/+99
* Set |heap_profiling_enabled_| on ctor and MemoryDumpManager::Initialize()bashi2016-01-222-8/+24
* Revert of [tracing] Dump child processes' memory metrics in browser (patchset...oshima2016-01-218-0/+627
* Add support for CountResidentBytes in windowsssid2016-01-212-17/+36
* [tracing] Add method to create "weak" global dumpsssid2016-01-215-15/+91
* [Tracing] Tweak heap dump heuristic and add testruuda2016-01-202-9/+73
* Reland of [tracing] Dump child processes' memory metrics in browser (patchset...ssid2016-01-198-627/+0
* [tracing] Do not disable unbound dump providers on post task failuresssid2016-01-191-3/+6
* Revert of [tracing] Dump child processes' memory metrics in browser (patchset...huangs2016-01-148-0/+627
* [tracing] Dump child processes' memory metrics in browserssid2016-01-148-627/+0
* tracing: Fix AddMetadataEvent race in presence of Convertable argumentsprimiano2016-01-141-1/+1
* [Tracing] Add lookup support to AllocationRegisterruuda2016-01-113-11/+77
* [tracing] Allow asynchronous unregistration of unbound dump providersprimiano2016-01-054-37/+171
* Switch to standard integer types in base/trace_event/.avi2015-12-2458-102/+224
* Reland of [tracing] Simplify logic of MemoryDumpManagerprimiano2015-12-223-188/+226
* Move base GN subprojects into base.brettw2015-12-212-149/+1
* [Tracing Clock Sync] Implement clock sync in Chromezhenw2015-12-212-2/+14