summaryrefslogtreecommitdiffstats
path: root/base/trace_event
Commit message (Expand)AuthorAgeFilesLines
* [tracing] Don't emit parent names for root MemoryAllocatorDump(s)primiano2015-04-171-1/+3
* [tracing] Non-functional refactor of MemoryDumpManagerprimiano2015-04-174-67/+102
* Apply automated fixits for Chrome clang plugin to base_unittests.dcheng2015-04-171-2/+2
* Add option to export tracing events to ETW.georgesak2015-04-1611-3/+518
* Generate globally (cross-process) unique IDs for memory tracing dumpsssid2015-04-143-4/+9
* Add a dump provider to dump malloc allocation data.ssid2015-04-144-0/+117
* Revert "Add option to export tracing events to ETW."pdr2015-04-1411-511/+3
* Add option to export tracing events to ETW.georgesak2015-04-1411-3/+511
* [tracing] Fix single-process detection logic of ChildTraceMessageFilterprimiano2015-04-081-4/+1
* [tracing] child-process-side impl for inter-process memory dumpsprimiano2015-04-081-1/+4
* [tracing] MemoryDumpManager delegate for upcoming inter-process dumpsprimiano2015-03-313-8/+64
* [tracing] Refactor MemoryDumpManager for upcoming multiprocess dumpsprimiano2015-03-318-54/+99
* Re-land issue 750183008 (Parallelize trace messages serialization)caseq2015-03-262-12/+29
* [tracing] Improve the memory maps dumper generation format.primiano2015-03-207-41/+66
* [tracing] Move GN/gyp build files under trace_eventprimiano2015-03-192-1/+76
* [tracing] Introduce support for userland memory allocators dumps.primiano2015-03-1913-8/+434
* Edited comments for NESTABLE_ASYNC eventsxunjieli2015-03-171-9/+13
* Add TRACE_EVENT_SAMPLE_WITH_TID_AND_TIMESTAMP to tracingalph2015-03-171-0/+21
* De-duplicate BASE_IMPLEMENTATION define in the GN build.brettw2015-03-161-1/+1
* Fix GN NaCl Debug build of base.ncbray2015-03-101-0/+61
* base: Stop passing by non-const references in some more places.danakj2015-03-101-9/+6
* base: Fix/add header #ifndef guards.danakj2015-03-102-2/+2
* base: Use more specific CHECK macros for comparisons.danakj2015-03-092-3/+3
* Revert of base: Fix/add header #ifndef guards. (patchset #2 id:20001 of https...bnc2015-03-092-2/+2
* base: Fix/add header #ifndef guards.danakj2015-03-092-2/+2
* base: Add/Fix namespace closing comments.danakj2015-03-073-3/+4
* Enable trace with multiple categories with any one category ONr.kasibhatla2015-03-062-11/+28
* [tracing] Enable actual generation of memory dump points.primiano2015-03-023-22/+60
* [tracing] Auto disable failing memory dumpers (sandboxing workaround)primiano2015-02-267-20/+90
* [tracing] Add memory maps dumper impl for Linux/Androidprimiano2015-02-252-5/+246
* [tracing] memory maps dump provider skeletonprimiano2015-02-247-1/+266
* Avoid twice clock readingwangxianzhu2015-02-232-6/+7
* [tracing] Add a dump provider to dump process memory totals.primiano2015-02-208-27/+227
* [tracing] Fix MemoryDumpManager testing instance teardown pattern.primiano2015-02-203-21/+18
* Remove the happens-before annotations from base/memory/singleton.hglider2015-02-201-0/+1
* [tracing] Introduce memory tracing skeleton.primiano2015-02-176-0/+446
* Use real time instead of event time to compute trace event overheadwangxianzhu2015-02-131-4/+8
* [tracing] Add a DCHECK to ensure that trace events have a valid timestamp.rmcilroy2015-02-131-0/+1
* Add DeadlineOverrun step to the RendererSchedulerIdlePeriod trace event.rmcilroy2015-02-121-0/+9
* Revert of DevTools: Parallelize trace messages serialization. (patchset #8 id...loislo2015-02-122-29/+12
* Revert of Add DeadlineOverrun step to the RendererSchedulerIdlePeriod trace e...gab2015-02-121-9/+0
* DevTools: Parallelize trace messages serialization.loislo2015-02-122-12/+29
* Mechanical rename of base::debug -> base::trace_event [final pass]ssid2015-02-094-47/+0
* Add DeadlineOverrun step to the RendererSchedulerIdlePeriod trace event.rmcilroy2015-02-061-0/+9
* Reland of Move tracing namespace from base::debug to base::trace_event.primiano2015-02-0521-105/+161
* Revert of Move tracing namespace from base::debug to base::trace_event. (patc...zhaoqin2015-02-0521-161/+105
* Move tracing namespace from base::debug to base::trace_event.ssid2015-02-0421-105/+161
* Move base/debug/trace_event* to base/trace_event/ [part 1]ssid2015-01-2722-0/+10786