1. 4a7b1c3 Remove ScopedVector from memory_dump_manager_unittest by olli.raula · 9 years ago
  2. 33ac090 Remove ScopedVector from trace_log by olli.raula · 9 years ago
  3. 2b85a27 Remove ScopedVector from trace_buffer by olli.raula · 9 years ago
  4. ee1ca40 Remove memory category from chrome://tracing by ruuda · 9 years ago
  5. db3824d Revert of Fix regression in memory-infra bots due to change in dump order (patchset #1 id:1 of https://codereview.chromium.org/1466293002/ ) by ssid · 9 years ago
  6. 94896c7 Add TRACE_COUNTER_WITH_TIMESTAMPx macros. by fdoray · 9 years ago
  7. aa5b43e Fixed an issue where tracing events got incorrectly enabled. by oysteine · 9 years ago
  8. e602acf [Tracing] Make heap profiler type info a string by ruuda · 9 years ago
  9. 800d2ea base: Use std::move() instead of Pass() for real movable types. by danakj · 9 years ago
  10. 32a250b [StyleGuide] Allow begin and end non-member functions by ruuda · 9 years ago
  11. 682e113 Fix regression in memory-infra bots due to change in dump order by ssid · 9 years ago
  12. 2f638b0 Make vector_as_array use std::vector::data and switch a few directories. by davidben · 9 years ago
  13. 90476c9 Implements AddStartupEventsForTelemetry() in startup_metric_utils.cc for in-coming startup telemetry benchmarks using TBM. by gabadie · 9 years ago
  14. 0bdf377 Use std::default_delete as the default deleter for scoped_ptr. by dcheng · 9 years ago
  15. 5a1db87 Make base::trace_event::TracedValue use StringPiece where possible. by jbroman · 9 years ago
  16. e112aba Make operators on scoped_ptr match the ones defined for std::unique_ptr by danakj · 9 years ago
  17. 397f516 [Tracing] Preallocate vector in HeapDumpWriter by ruuda · 9 years ago
  18. a4d71e6 [Tracing] Add tests for HeapDumpWriter by ruuda · 9 years ago
  19. 935db44 [Tracing] Make AllocationContext constructor private by ruuda · 9 years ago
  20. b0869fa [Tracing] Clean up heap profiler files by ruuda · 9 years ago
  21. ed14ab2 Add ProcessMetrics::CreateCurrentProcessMetrics() method. by fdoray · 9 years ago
  22. df1c444 Unify mc.exe calling in GN, set environment. by brettw · 9 years ago
  23. f57c20d Add frame argument to the trace events from DocumentTiming and DocumentLoadTiming by ksakamoto · 9 years ago
  24. b70751e [tracing] Fix typo in malloc dump provider for Mac by primiano · 9 years ago
  25. b281f0e [tracing] Add malloc dump provider for mac by ssid · 9 years ago
  26. c6b28a5 [tracing] Display private resident memory in mac by ssid · 9 years ago
  27. 40fa462 [Tracing] Estimate memory overhead of AllocationRegister by ruuda · 9 years ago
  28. 3f44ded Memory Sheriff: Tiny string formatting fix by tommycli · 9 years ago
  29. 36c5252 [Tracing] Consider metadata events in tracing overhead estimation by ruuda · 9 years ago
  30. 1cd1210 Kills TraceTicks, which was functionally the same as TimeTicks by charliea · 9 years ago
  31. efc201d include what you use: errno.h in process_memory_dump.cc by mostynb · 9 years ago
  32. 9bbfa01 [tracing] Add support for composable memory dumps by primiano · 9 years ago
  33. 5680a83 [Tracing] Add support type IDs to heap profiler by ruuda · 9 years ago
  34. c42571e [tracing] Add TRACE_EVENT_API_ADD_TRACE_EVENT_WITH_PROCESS_ID by primiano · 9 years ago
  35. ddd69bb Include TraceConfig JSON into trace metadata by lpy · 9 years ago
  36. b3cf2c7 Tracing: Renamed the exported folder to common as it will also be used as the DEPS mountpoint by oysteine · 9 years ago
  37. c42519e [tracing] Move memory-infra dumps to dedicated thread by primiano · 9 years ago
  38. c87fe94 [tracing] heap-profiler: Use explicit ConvertableToTraceFormat cast by primiano · 9 years ago
  39. aad0b0d Reduced the size of each TraceEvent from 152 to 144 bytes (x64) by being more strategic about padding by oysteine · 9 years ago
  40. 8e640ae Generate an ETW event at the end of "Complete" chrome://tracing events. by fdoray · 9 years ago
  41. e15d983 Add generic.total_physical_bytes property to MallocExtension by ssid · 9 years ago
  42. 27536d7 [Tracing] Remove fields from AllocationContext by ruuda · 9 years ago
  43. a716ac7 [tracing] Add names to memory-infra dumpers for debugging by primiano · 9 years ago
  44. 4cd3608 [iOS] Disable COUNT_RESIDENT_BYTES_SUPPORTED. by sdefresne · 9 years ago
  45. 845f83c Tracing: Add metadata indicating whether we have a high-resolution clock available by oysteine · 9 years ago
  46. 3a94d21 Wrap HANDLE_EINTR around open() and write() in trace_event_android.cc by wangxianzhu · 9 years ago
  47. 9611d02 [tracing] Add run-time instrumentation of memory-infra by primiano · 9 years ago
  48. 0559191 Tracing: Add support for PII whitelisting of individual trace event arguments by oysteine · 9 years ago
  49. 6734e0a Reland: Remove DCHECK_IMPLIES/CHECK_IMPLIES. by vmpstr · 9 years ago
  50. 81f6fda [Tracing] Fix DCHECK and stack underflow check order by ruuda · 9 years ago
  51. ff103d6 Add missing include of <iterator> by brucedawson · 9 years ago
  52. 610e378 [Tracing] Add StackFrameDeduplicator to MemoryDumpSessionState by ruuda · 9 years ago
  53. ff487d4 [Tracing] Add support for adding metadata to the trace log by ruuda · 9 years ago
  54. 7843c5d [Tracing] Introduce HeapDumpWriter helper class by ruuda · 9 years ago
  55. 80f24d4 Revert of Remove DCHECK_IMPLIES/CHECK_IMPLIES. (patchset #3 id:40001 of https://codereview.chromium.org/1421483005/ ) by jbudorick · 9 years ago
  56. 73bf18b Remove DCHECK_IMPLIES/CHECK_IMPLIES. by vmpstr · 9 years ago
  57. 83bda6c [tracing] Fix resident size of malloc dump provider when tcmalloc is used by ssid · 9 years ago
  58. 130ab3c [tracing] Remove unncessary check while creating memory allocator dump by ssid · 9 years ago
  59. e5ff5d8 Don't include trace_event.h from trace_event_argument.h. by jbroman · 9 years ago
  60. bbfdd8f [Tracing] Add hook to PartitionAlloc for heap profiling by ruuda · 9 years ago
  61. 8f08aa9 Synced trace macro usage between Blink and base by oysteine · 9 years ago
  62. 0219d5d [Tracing] Disable registration of regular dump providers during tests by ruuda · 9 years ago
  63. 08e8529 Moved trace_event_common.h to its own subfolder by oysteine · 9 years ago
  64. 91739d2 Add top-level async trace events for the main startup timings. by gab · 9 years ago
  65. 9fd82ec [Tracing] Add StackFrameDeduplicator by ruuda · 9 years ago
  66. 77902eb Handle EAGAIN error for the mincore syscall used by ssid · 9 years ago
  67. eabadbd Implement ThreadTicks::Now on Windows. by fdoray · 9 years ago
  68. a2ab8bc Fix uninit memory errors in ProcessMemoryDump::CountResidentBytes(). by thestig · 9 years ago
  69. 77cdcea [tracing] Display the resident size of the discardable memory segments by ssid · 9 years ago
  70. 576f92c [Tracing] Introduce --enable-heap-profiling switch by ruuda · 9 years ago
  71. 0dab39e Remove the TRACE_EVENT_*_ETW macros. by fdoray · 9 years ago
  72. fadbdc0 Restrict memory maps dump provider to only android and linux by ssid · 9 years ago
  73. b8af9c8 Reland of [Tracing] Add allocation register for heap profiling by ruuda · 9 years ago
  74. f1f32bc Remove use of JSONReader::DeprecatedRead and friends from base by olli.raula · 9 years ago
  75. ee049a4 Revert of [Tracing] Add allocation register for heap profiling (patchset #7 id:120001 of https://codereview.chromium.org/1371053002/ ) by kuan · 9 years ago
  76. d38b0ad [tracing] Smaps provider uses fscanf instead of istream by ssid · 9 years ago
  77. 05a5249 [Tracing] Add allocation register for heap profiling by ruuda · 9 years ago
  78. 70af764 [tracing] Implement trace_event::AllocationContext by ruuda · 9 years ago
  79. ffd2362 [tracing] Expose a GetOrCreateAllocatorDump for memory tracing by primiano · 9 years ago
  80. cc22ad6 Fix AllocationContextTracker TLS initialization by ruuda · 9 years ago
  81. 7a3d913 Reland of "Add thread-local allocation context for tracing" by ruuda · 9 years ago
  82. 7625baf Revert of Add thread-local allocation context for tracing (patchset #17 id:320001 of https://codereview.chromium.org/1340013002/ ) by caitkp · 9 years ago
  83. 4ec9acf This introduces a thread-local context that can be used for heap by ruuda · 9 years ago
  84. dd988ec Cleanup: IWYU for base/gtest_prod_util.h. by thestig · 9 years ago
  85. 85d43f4 base: Template methods on Timer classes instead of the classes themselves. by danakj · 9 years ago
  86. e62a75d [tracing] Don't use dot-based path expansion in TracedValue by primiano · 9 years ago
  87. 168c2d5 Remove trace event overhead reporting feature by wangxianzhu · 9 years ago
  88. 7efd2ef [tracing] Fix races in TraceLog's EnabledStateObserver by primiano · 9 years ago
  89. 359d621 [tracing] Expose level of detail of memory dumps in the trace JSON by primiano · 9 years ago
  90. c8dfb2f [tracing] Non-functional refactor of memory dump arg names by primiano · 9 years ago
  91. 6b3502a [tracing] Add test for memory-infra startup tracing by primiano · 9 years ago
  92. 7e090a6 [tracing] Fix MemoryDumpManager to support startup tracing by primiano · 9 years ago
  93. 38bb9ff Memory-infra: Change "objects_count" to "object_count" in category name. by bratell · 9 years ago
  94. 5ba9489 Move Singleton and related structs to namespace base by olli.raula · 9 years ago
  95. 30590a8 [tracing] Fix MemoryDumpManager periodic scheduler and improve tests by primiano · 9 years ago
  96. 5744a7b [tracing] MemoryDumpManager uses TraceConfig to set the periodic dump timers by ssid · 9 years ago
  97. 5279089 [tracing] Re-enable mmaps dump provider for memory-infra by primiano · 9 years ago
  98. 77a444a [ETW] Fix wrong index in UpdateETWCategoryGroupEnabledFlags resulting in overflow. by georgesak · 9 years ago
  99. 9331d4d Fix typos in trace_event macros by ruuda · 9 years ago
  100. b992b60 [tracing] Add memory dump config to TraceConfig by ssid · 9 years ago