1. 22f1de5 trace_processor: add support for importing ctrace files by Hector Dearman · 5 years ago
  2. 554627f Reland: perfetto_cmd: add ability to compress trace packets by Hector Dearman · 5 years ago
  3. 661145b Merge "Revert "perfetto_cmd: add ability to compress trace packets"" by Hector Dearman · 5 years ago
  4. 6c6eaf3 Revert "perfetto_cmd: add ability to compress trace packets" by Hector Dearman · 5 years ago
  5. 6a2e84c Merge "Added tests for raw syscall recording" by Treehugger Robot · 5 years ago
  6. 5d3494c Merge "perfetto_cmd: add ability to compress trace packets" by Hector Dearman · 5 years ago
  7. ae33d10 Merge "Add missing setsid before fork to avoid leaking children." by Treehugger Robot · 5 years ago
  8. 38e11c9 Merge "Improve metatrace, allow to be used in production" by Primiano Tucci · 5 years ago
  9. ddedb14 perfetto_cmd: add ability to compress trace packets by Hector Dearman · 5 years ago
  10. 3609df9 Add missing setsid before fork to avoid leaking children. by Florian Mayer · 5 years ago
  11. 2678af2 Merge "Make tools/tmux work with fish" by Hector Dearman · 5 years ago
  12. 2407cdd Make tools/tmux work with fish by Hector Dearman · 5 years ago
  13. e1a7be0 Merge "Add docs for idle page tracking." by Florian Mayer · 5 years ago
  14. 4123a2e Merge "Allow to specify data_source_stop_timeout in TraceConfig." by Florian Mayer · 5 years ago
  15. 1e96f3b Move README.md from include/perfetto to include/ by Primiano Tucci · 5 years ago
  16. b02d8dc Improve metatrace, allow to be used in production by Primiano Tucci · 5 years ago
  17. 2056362 Merge "Add consumer API and --query cmdline to list data sources" by Primiano Tucci · 5 years ago
  18. 9718801 Merge "Add API usage example for the Android tree" by Primiano Tucci · 5 years ago
  19. 42bfaf0 Merge "processor: Parse TrackEvent arguments" by Eric Seckler · 5 years ago
  20. 3cd1230 Fix idle_alloc.cc build by Siddhartha S · 5 years ago
  21. 34367f7 Merge "Rename the thread names in ChromeThreadType to specify chrome" by Treehugger Robot · 5 years ago
  22. d892f88 Rename the thread names in ChromeThreadType to specify chrome by Siddhartha S · 5 years ago
  23. 3f25c8d Added tests for raw syscall recording by Kodi Obika · 5 years ago
  24. d336d2b Merge "Update trace_to_text for heap_profile." by Florian Mayer · 5 years ago
  25. 0b651b8 Add API usage example for the Android tree by Primiano Tucci · 5 years ago
  26. 61cb803 Add docs for idle page tracking. by Florian Mayer · 5 years ago
  27. c93823e processor: Parse TrackEvent arguments by Eric Seckler · 5 years ago
  28. e15ff4a Merge "Use IDLE bit instead of referenced bit." by Florian Mayer · 5 years ago
  29. 2854a0a Add consumer API and --query cmdline to list data sources by Primiano Tucci · 5 years ago
  30. d154ade Update trace_to_text for heap_profile. by Florian Mayer · 5 years ago
  31. e5295ac Merge "docs: add toc entry and fix some links" by Lalit Maganti · 5 years ago
  32. bb0813e perfetto: add java proto targets and fix compile by Lalit Maganti · 5 years ago
  33. 990e6d7 Allow to specify data_source_stop_timeout in TraceConfig. by Florian Mayer · 5 years ago
  34. d15e735 docs: add toc entry and fix some links by Lalit Maganti · 5 years ago
  35. fc15cad Add missing #includes to base/utils.h by Primiano Tucci · 5 years ago
  36. 2272792 Fix IWYU and GCC build, add missing includes by Primiano Tucci · 5 years ago
  37. fc87258 Merge "Add PRESUBMIT check for include violations" by Primiano Tucci · 5 years ago
  38. bf3b19c Add PRESUBMIT check for include violations by Primiano Tucci · 5 years ago
  39. 9e68bfc Merge "Reshuffle include/ directory layout" by Primiano Tucci · 5 years ago
  40. 3e939fe Merge "Add chrome thread types in thread descriptor" by Treehugger Robot · 5 years ago
  41. 2c5488f Reshuffle include/ directory layout by Primiano Tucci · 5 years ago
  42. 7d47d3f Fix missing ) in windows build by Primiano Tucci · 5 years ago
  43. 885fda0 Fix trace_processor static_library target by Primiano Tucci · 5 years ago
  44. 3e30a10 Merge "Fixed signed vs unsigned comparisons in various trace_processor tests" by Oystein Eftevaag · 5 years ago
  45. 14e1abd Exclude trace_processor_shell from Chrome/embedder builds by Oystein Eftevaag · 5 years ago
  46. bcd420a Fixed signed vs unsigned comparisons in various trace_processor tests by Oystein Eftevaag · 5 years ago
  47. 1e2582a Add chrome thread types in thread descriptor by Siddhartha S · 5 years ago
  48. e52568f Merge "Update gtest/gmock to use system includes" by Treehugger Robot · 5 years ago
  49. ab6aa29 Merge "UI: added raw_syscall category to record page" by Treehugger Robot · 5 years ago
  50. fa4bb8d Merge "Escape path strings in autogenerated sql header" by Treehugger Robot · 5 years ago
  51. 3cfa764 Merge "docs: add syntax highlighting for protobuf and sql" by Lalit Maganti · 5 years ago
  52. e071a7b Merge "Trace processor: initialize sqlite directly" by Mikhail Khokhlov · 5 years ago
  53. 70f6f12 Escape path strings in autogenerated sql header by Mikhail Khokhlov · 5 years ago
  54. 17271b7 UI: added raw_syscall category to record page by Kodi Obika · 5 years ago
  55. cdfd85b Update gtest/gmock to use system includes by Hector Dearman · 5 years ago
  56. 67be965 Use IDLE bit instead of referenced bit. by Florian Mayer · 5 years ago
  57. d35c5a6 Merge "Fix crash in trace processor when process name doesn't exist" by Oystein Eftevaag · 5 years ago
  58. 39013ae docs: add syntax highlighting for protobuf and sql by Lalit Maganti · 5 years ago
  59. b16021e Merge changes Ib004323a,Ia0c17fc1 by Hector Dearman · 5 years ago
  60. 7729537 metrics: add initial documentation by Lalit Maganti · 5 years ago
  61. 4a91128 Trace processor: initialize sqlite directly by Mikhail Khokhlov · 5 years ago
  62. 1c84027 Merge "trace_processor: add trace_processor_shell tools" by Lalit Maganti · 5 years ago
  63. f7cac27 Merge "proto: Delta-encode thread_instruction_count like timestamps" by Eric Seckler · 5 years ago
  64. 02c316a Fix crash in trace processor when process name doesn't exist by Siddhartha S · 5 years ago
  65. d122bea Merge "Time-bracket reading /proc information to help trace analysis" by Treehugger Robot · 5 years ago
  66. 647f88c Merge "Move GlobalCallstackTrie::Node::GetOrCreateChild." by Treehugger Robot · 5 years ago
  67. 4fe75a5 Time-bracket reading /proc information to help trace analysis by Daniel Colascione · 5 years ago
  68. 3147909 trace_processor: add trace_processor_shell tools by Lalit Maganti · 5 years ago
  69. 8c05240 Merge "trace_processor: fix include" by Lalit Maganti · 5 years ago
  70. fb6dc2e trace_processor: fix include by Lalit Maganti · 5 years ago
  71. c0e9be8 Move GlobalCallstackTrie::Node::GetOrCreateChild. by Florian Mayer · 5 years ago
  72. 10a4381 Merge "trace_processor: improve command line flags for external metrics" by Lalit Maganti · 5 years ago
  73. 58e2492 trace_processor: improve command line flags for external metrics by Lalit Maganti · 5 years ago
  74. 90b008f Merge "Roll clang, libcxx, ninja, gn" by Primiano Tucci · 5 years ago
  75. 86655c2 Merge "trace_processor: add sqlite.h to build files" by Ioannis Ilkos · 5 years ago
  76. c70cd21 trace_processor: add sqlite.h to build files by Lalit Maganti · 5 years ago
  77. 335412d Roll clang, libcxx, ninja, gn by Primiano Tucci · 5 years ago
  78. 5c75589 Merge "Remove gtest_prod_config" by Treehugger Robot · 5 years ago
  79. 72e7949 Merge "trace_processor: add support for systrace parsing" by Lalit Maganti · 5 years ago
  80. 5f61b10 Merge "perfetto_cmd: clear umask at the beginning" by Ryan Savitski · 5 years ago
  81. 46b353b Merge "perfetto: fix support for proto_descriptor targets" by Lalit Maganti · 5 years ago
  82. d54d752 trace_processor: add support for systrace parsing by Lalit Maganti · 5 years ago
  83. 26f1dcd perfetto_cmd: clear umask at the beginning by Ryan Savitski · 5 years ago
  84. 2e1ae92 Remove gtest_prod_config by Primiano Tucci · 5 years ago
  85. 6364845 Merge "CPU utilization during startup and query performance improvements" by Ioannis Ilkos · 5 years ago
  86. 370178e Merge "gen_amalgamated: Don't include internal headers in the generated output" by Primiano Tucci · 5 years ago
  87. aac2fa0 Merge "Allow to pass no_running/no_startup via script." by Florian Mayer · 5 years ago
  88. 1fe18c9 proto: Delta-encode thread_instruction_count like timestamps by Eric Seckler · 5 years ago
  89. 1cbd228 CPU utilization during startup and query performance improvements by Ioannis Ilkos · 5 years ago
  90. 193d48e Merge "Revert "perfetto-ui: Fix deprecated warning"" by Hector Dearman · 5 years ago
  91. f4f2025 Revert "perfetto-ui: Fix deprecated warning" by Hector Dearman · 5 years ago
  92. 23a22dd perfetto_cmd guardrails: account for cfgs with trigger timeouts by Ryan Savitski · 5 years ago
  93. fcc99c0 Merge "[fuchsia importer] Ignore cat and name when closing slices" by Brian Hamrick · 5 years ago
  94. f1c0902 Merge "Add fork slice and fix tests" by Ioannis Ilkos · 5 years ago
  95. b5cbe92 Add fork slice and fix tests by Ioannis Ilkos · 5 years ago
  96. 1235ee8 Merge "Build trace processor lib on windows" by Mikhail Khokhlov · 5 years ago
  97. a45a95e Build trace processor lib on windows by Mikhail Khokhlov · 5 years ago
  98. 2857650 Merge "Add startup time breakdowns" by Ioannis Ilkos · 5 years ago
  99. 4955606 protos: add OWNERS for android metrics protos by Lalit Maganti · 5 years ago
  100. 7e8509f gen_amalgamated: Don't include internal headers in the generated output by Sami Kyostila · 5 years ago