1. d155d9f Run clang-tidy modernize-use-equals-{delete,default} on //base by Chris Watkins · 7 years ago
  2. cd0c467 Replace base::MakeUnique with std::make_unique in base/. by Jeremy Roman · 7 years ago
  3. b634602 Remove synthetic delay framework by Sami Kyostila · 7 years ago
  4. ab5963c Change memory dumps to not use periodic dumps by default. by erikchen · 7 years ago
  5. 9e75fe1 Revert of Change memory dumps to not use periodic dumps by default. (patchset #3 id:40001 of https://codereview.chromium.org/2912483002/ ) by erikchen · 7 years ago
  6. 77683f4 Change memory dumps to not use periodic dumps by default. by erikchen · 7 years ago
  7. 18cba6f memory-infra: remove light dumps and increment default dump time to 5s by primiano · 7 years ago
  8. 0066f16 Reland: Avoid calling strlen() where possible in base/trace_config by iceman · 8 years ago
  9. 98a51d9 Revert of Avoid calling strlen() where possible in base/trace_config (patchset #2 id:20001 of https://codereview.chromium.org/2777203004/ ) by imcheng · 8 years ago
  10. 87796b3 The main target of this CL is to avoid calling strlen() where possible. by iceman · 8 years ago
  11. 3f17caf [tracing] Use same code path for category filtering for recording and event filtering by ssid · 8 years ago
  12. 14850f5 [tracing] Introduce config to setup memory-infra peak detection by ssid · 8 years ago
  13. 583fc5c tracing: split trace event filter classes out of TraceLog by primiano · 8 years ago
  14. 88e298f [tracing] Add filtering mode in TraceLog by ssid · 8 years ago
  15. 3eee624 tracing: remove sampling state profiler by primiano · 8 years ago
  16. d95e71b Re-write many calls to WrapUnique() with MakeUnique() by ricea · 8 years ago
  17. 307ec59 [tracing] Add trace events filtering predicate for heap profiler by ssid · 8 years ago
  18. d65bd01 Tracing pre-filtering by oysteine · 8 years ago
  19. f6e81f0 Clean up base::trace_event::TraceConfig by thestig · 8 years ago
  20. 175a8bc Reland of place string::find(prefix) == 0 pattern with base::StartsWith(). (patchset #1 id:1 of https://codereview.chromium.org/2131933002/ ) by markusheintz · 8 years ago
  21. f49682e Revert of Replace string::find(prefix) == 0 pattern with base::StartsWith(). (patchset #2 id:20001 of https://codereview.chromium.org/2121513002/ ) by markusheintz · 8 years ago
  22. 00a2959 Replace string::find(prefix) == 0 pattern with base::StartsWith(). by lazyboy · 8 years ago
  23. 0ac0b02 [tracing] Introduce "allowed_dump_modes" for memory dump config by ssid · 8 years ago
  24. 5edc5d1 Fix default category filter for tracing by zhenw · 8 years ago
  25. 92b6111 Set up background memory light tracing field trials by ssid · 8 years ago
  26. 6b28e21 Add configurable limit to allocations in heap profiler. by mariakhomenko · 8 years ago
  27. cc8e4d8 Convert //base to use std::unique_ptr by dcheng · 9 years ago
  28. b99a468 Reland - Update DevTools Tracing.Start to accept trace config as a parameter by zhenw · 9 years ago
  29. aad5eea Revert of Update DevTools Tracing.Start to accept trace config as a parameter (patchset #10 id:180001 of https://codereview.chromium.org/1765153002/ ) by fgorski · 9 years ago
  30. c68d380 Update DevTools Tracing.Start to accept trace config as a parameter by zhenw · 9 years ago
  31. 9eb863d tracing: Make ConvertableToTraceFormat move-only by primiano · 9 years ago
  32. 2cea4dd Switch to standard integer types in base/trace_event/. by avi · 9 years ago
  33. aa5b43e Fixed an issue where tracing events got incorrectly enabled. by oysteine · 9 years ago
  34. 800d2ea base: Use std::move() instead of Pass() for real movable types. by danakj · 9 years ago
  35. ddd69bb Include TraceConfig JSON into trace metadata by lpy · 9 years ago
  36. c8dfb2f [tracing] Non-functional refactor of memory dump arg names by primiano · 9 years ago
  37. b992b60 [tracing] Add memory dump config to TraceConfig by ssid · 9 years ago
  38. ed9cfcf Update SplitString calls to new form by brettw · 9 years ago
  39. 460d085 Revert of Update SplitString calls to new form (patchset #5 id:80001 of https://codereview.chromium.org/1272823003/ ) by pkasting · 9 years ago
  40. 1224085 Update SplitString calls to new form by brettw · 9 years ago
  41. 20e04ed Move MatchPattern to its own header and the base namespace. by brettw · 9 years ago
  42. df04d5b [Startup Tracing] Hook up TraceConfig and remove CategoryFilter & TraceOptions by zhenw · 9 years ago
  43. f07ffb9 [Startup Tracing] Implement disabled-by-default category correctly by zhenw · 9 years ago
  44. c43ea91 [Startup Tracing] Add TraceConfig class by zhenw · 9 years ago