summaryrefslogtreecommitdiffstats
path: root/base/trace_event
Commit message (Expand)AuthorAgeFilesLines
* [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
* Revert of [tracing] Simplify logic of MemoryDumpManager (patchset #9 id:16000...primiano2015-12-213-226/+188
* [tracing] Simplify logic of MemoryDumpManagerprimiano2015-12-213-188/+226
* [tracing]Fix resident size of malloc for mac and ios.ssid2015-12-211-7/+24
* [Tracing] Remove context_id in favor of traitsfmeawad2015-12-185-89/+47
* Reland of [Tracing] Adjust allocation register size for low-end devicesruuda2015-12-183-11/+24
* Revert of Make base a static ibrary (patchset #3 id:40001 of https://coderevi...phoglund2015-12-181-2/+1
* Revert of [Tracing] Adjust allocation register size for low-end devices (patc...phoglund2015-12-183-25/+11
* Make base a static ibrarybrettw2015-12-181-1/+2
* [Tracing] Adjust allocation register size for low-end devicesseantopping2015-12-173-11/+25
* Disable etw_manifest in the GN Windows build.brettw2015-12-161-0/+5
* [Tracing Clock Sync] Add TracingAgent interface in Chromezhenw2015-12-154-0/+120
* [Tracing] Fix --trace-to-consolezhenw2015-12-111-22/+0
* [Tracing] Enable heap dumps with both type info and backtracesruuda2015-12-104-264/+446
* clang/win: Let some chromium_code targets build with -Wextra.thakis2015-12-101-2/+2
* [Tracing] Make StackFrameDeduplicator take a rangeruuda2015-12-075-30/+51
* Cleanup: Use ContainsValue() instead of std::find() in base/thestig2015-12-072-27/+17
* Remove allocator_extension_thunks since this layer is not requiredprimiano2015-12-072-24/+19
* Kill ScopedPtrMap and friendslimasdf2015-12-022-5/+5
* Fix buffer overflow in trace_event_android.ccwangxianzhu2015-12-024-1/+32
* Add base to "gn check".brettw2015-11-271-11/+11
* Remove ScopedVector from memory_dump_manager_unittestolli.raula2015-11-271-9/+8
* Remove ScopedVector from trace_logolli.raula2015-11-272-2/+2
* Remove ScopedVector from trace_bufferolli.raula2015-11-271-10/+11
* Remove memory category from chrome://tracingruuda2015-11-267-869/+3
* Revert of Fix regression in memory-infra bots due to change in dump order (pa...ssid2015-11-262-7/+3
* Add TRACE_COUNTER_WITH_TIMESTAMPx macros.fdoray2015-11-263-0/+69
* Fixed an issue where tracing events got incorrectly enabled.oysteine2015-11-252-3/+13
* [Tracing] Make heap profiler type info a stringruuda2015-11-2516-90/+319
* base: Use std::move() instead of Pass() for real movable types.danakj2015-11-257-26/+39
* [StyleGuide] Allow begin and end non-member functionsruuda2015-11-232-20/+9
* Fix regression in memory-infra bots due to change in dump orderssid2015-11-232-3/+7
* Make vector_as_array use std::vector::data and switch a few directories.davidben2015-11-191-3/+2
* Implements AddStartupEventsForTelemetry() in startup_metric_utils.cc for in-c...gabadie2015-11-191-0/+6
* Use std::default_delete as the default deleter for scoped_ptr.dcheng2015-11-191-1/+2
* Make base::trace_event::TracedValue use StringPiece where possible.jbroman2015-11-182-29/+30
* Make operators on scoped_ptr match the ones defined for std::unique_ptrdanakj2015-11-171-1/+1
* [Tracing] Preallocate vector in HeapDumpWriterruuda2015-11-161-0/+1
* [Tracing] Add tests for HeapDumpWriterruuda2015-11-163-0/+233
* [Tracing] Make AllocationContext constructor privateruuda2015-11-163-9/+35
* [Tracing] Clean up heap profiler filesruuda2015-11-1622-629/+708
* [tracing] add oysteine to base/trace_event/OWNERSprimiano2015-11-131-1/+2
* Add ProcessMetrics::CreateCurrentProcessMetrics() method.fdoray2015-11-121-13/+1
* Unify mc.exe calling in GN, set environment.brettw2015-11-112-51/+7
* Add frame argument to the trace events from DocumentTiming and DocumentLoadTi...ksakamoto2015-11-091-8/+5