1. 2c5488f Reshuffle include/ directory layout by Primiano Tucci · 5 years ago
  2. 885fda0 Fix trace_processor static_library target by Primiano Tucci · 5 years ago
  3. 3e30a10 Merge "Fixed signed vs unsigned comparisons in various trace_processor tests" by Oystein Eftevaag · 5 years ago
  4. 14e1abd Exclude trace_processor_shell from Chrome/embedder builds by Oystein Eftevaag · 5 years ago
  5. bcd420a Fixed signed vs unsigned comparisons in various trace_processor tests by Oystein Eftevaag · 5 years ago
  6. e52568f Merge "Update gtest/gmock to use system includes" by Treehugger Robot · 5 years ago
  7. e071a7b Merge "Trace processor: initialize sqlite directly" by Mikhail Khokhlov · 5 years ago
  8. cdfd85b Update gtest/gmock to use system includes by Hector Dearman · 5 years ago
  9. 4a91128 Trace processor: initialize sqlite directly by Mikhail Khokhlov · 5 years ago
  10. 02c316a Fix crash in trace processor when process name doesn't exist by Siddhartha S · 5 years ago
  11. 8c05240 Merge "trace_processor: fix include" by Lalit Maganti · 5 years ago
  12. fb6dc2e trace_processor: fix include by Lalit Maganti · 5 years ago
  13. 10a4381 Merge "trace_processor: improve command line flags for external metrics" by Lalit Maganti · 5 years ago
  14. 58e2492 trace_processor: improve command line flags for external metrics by Lalit Maganti · 5 years ago
  15. 90b008f Merge "Roll clang, libcxx, ninja, gn" by Primiano Tucci · 5 years ago
  16. c70cd21 trace_processor: add sqlite.h to build files by Lalit Maganti · 5 years ago
  17. 335412d Roll clang, libcxx, ninja, gn by Primiano Tucci · 5 years ago
  18. 72e7949 Merge "trace_processor: add support for systrace parsing" by Lalit Maganti · 5 years ago
  19. 46b353b Merge "perfetto: fix support for proto_descriptor targets" by Lalit Maganti · 5 years ago
  20. d54d752 trace_processor: add support for systrace parsing by Lalit Maganti · 5 years ago
  21. 1cbd228 CPU utilization during startup and query performance improvements by Ioannis Ilkos · 5 years ago
  22. fcc99c0 Merge "[fuchsia importer] Ignore cat and name when closing slices" by Brian Hamrick · 5 years ago
  23. f1c0902 Merge "Add fork slice and fix tests" by Ioannis Ilkos · 5 years ago
  24. b5cbe92 Add fork slice and fix tests by Ioannis Ilkos · 5 years ago
  25. 1235ee8 Merge "Build trace processor lib on windows" by Mikhail Khokhlov · 5 years ago
  26. a45a95e Build trace processor lib on windows by Mikhail Khokhlov · 5 years ago
  27. 2857650 Merge "Add startup time breakdowns" by Ioannis Ilkos · 5 years ago
  28. 4b1b682 Add startup time breakdowns by Ioannis Ilkos · 5 years ago
  29. b177316 [fuchsia importer] Ignore cat and name when closing slices by Brian Hamrick · 5 years ago
  30. f9799c6 perfetto: fix support for proto_descriptor targets by Lalit Maganti · 5 years ago
  31. 21362a5 Merge "processor: Support arguments for nestable slices" by Treehugger Robot · 5 years ago
  32. caa10d3 Merge "Add heap profile metric output" by Ioannis Ilkos · 5 years ago
  33. 70cc442 processor: Support arguments for nestable slices by Eric Seckler · 5 years ago
  34. 107bad6 Merge "Allow final metrics result to be empty" by Ioannis Ilkos · 5 years ago
  35. c4b130b Allow final metrics result to be empty by Ioannis Ilkos · 5 years ago
  36. fbf07a9 Merge "metrics: fix crash when metric name not found" by Lalit Maganti · 5 years ago
  37. 05e211f Add heap profile metric output by Ioannis Ilkos · 5 years ago
  38. 892e38c metrics: fix crash when metric name not found by Lalit Maganti · 5 years ago
  39. 279d7bc Merge "metrics: add tests for protobuilder functions" by Lalit Maganti · 5 years ago
  40. 6e5a4d1 metrics: add tests for protobuilder functions by Lalit Maganti · 5 years ago
  41. 812ef67 trace_processor: add support for text proto out and interactive metrics by Lalit Maganti · 5 years ago
  42. ca4d514 trace_processor: add support for proto and sql metric from shell by Lalit Maganti · 5 years ago
  43. 3f1fc1e Merge "metrics: add support for extension fields in descriptors" by Lalit Maganti · 5 years ago
  44. 3bdeac4 Merge "metrics: add support for non-message repeated fields" by Lalit Maganti · 5 years ago
  45. faa525d metrics: add support for extension fields in descriptors by Lalit Maganti · 5 years ago
  46. 92a387e Merge changes Ie6400c7f,Ia8ac1a7f by Mikhail Khokhlov · 5 years ago
  47. 848f27c metrics: add support for non-message repeated fields by Lalit Maganti · 5 years ago
  48. db84f10 Trace processor: export telemetry metadata to json by Mikhail Khokhlov · 5 years ago
  49. 5f8727d trace_processor: expose metric registration and proto extension fns by Lalit Maganti · 5 years ago
  50. 72f1b1a metrics: introduce properly namespace metric file paths by Lalit Maganti · 5 years ago
  51. 2553b80 trace_processor: metrics: register built-in metrics upfront by Lalit Maganti · 5 years ago
  52. d532127 Merge "Simplify error and data loss stats" by Ioannis Ilkos · 5 years ago
  53. 6369934 Merge "Trace processor: add trace_metadata table" by Treehugger Robot · 5 years ago
  54. 5e79b8a Simplify error and data loss stats by Ioannis Ilkos · 5 years ago
  55. 297c7a2 metrics: add proper support for repeated fields by Lalit Maganti · 5 years ago
  56. 34c9eb5 trace_processor: improve helper proto design by Lalit Maganti · 5 years ago
  57. 94713b9 Add statistics as a proto by Ioannis Ilkos · 5 years ago
  58. b1fe42a Trace processor: parse ChromeBenchmarkMetadata proto message by Mikhail Khokhlov · 5 years ago
  59. e466c00 Trace processor: add trace_metadata table by Mikhail Khokhlov · 5 years ago
  60. 3e28582 metrics: refactor metrics code into proper builder class by Lalit Maganti · 5 years ago
  61. de1150f Add count of spawned processes and other minor improvements by Ioannis Ilkos · 5 years ago
  62. ccd24b1 Merge "perfetto: refine proto descriptor support" by Lalit Maganti · 5 years ago
  63. cb478b6 Merge "metrics: add typechecking to metric result protos" by Lalit Maganti · 5 years ago
  64. fc7b058 perfetto: refine proto descriptor support by Lalit Maganti · 5 years ago
  65. b2c2f56 trace_processor: fix overflow of window size by Lalit Maganti · 5 years ago
  66. ad68d69 Merge "Filter out failed launches" by Ioannis Ilkos · 5 years ago
  67. e745542 Filter out failed launches by Ioannis Ilkos · 5 years ago
  68. e59293b metrics: add typechecking to metric result protos by Lalit Maganti · 5 years ago
  69. 62d21cb trace_processor: fix debug dcheck by Lalit Maganti · 5 years ago
  70. 4096345 trace_processor: fix typo by Lalit Maganti · 5 years ago
  71. 6925d00 Merge "Make the debug message more informational" by Ioannis Ilkos · 5 years ago
  72. add4533 Make the debug message more informational by Ioannis Ilkos · 5 years ago
  73. 5124292 Merge "Stop generating data-source specific C++ classes in tracing/core" by Primiano Tucci · 5 years ago
  74. 0f2f3b4 Stop generating data-source specific C++ classes in tracing/core by Primiano Tucci · 5 years ago
  75. 1ef91c9 trace_processor: fix process and thread table performance by Lalit Maganti · 5 years ago
  76. 295a861 trace_processor: introduce better support for sorting proto traces by Lalit Maganti · 5 years ago
  77. 70995c2 Support DOS line endings for splitting statements. by Florian Mayer · 5 years ago
  78. 3c74243 Ignore spaces and tabs for blank line detection. by Florian Mayer · 5 years ago
  79. e911f39 Merge "Add helper class for heap-based protozero messages" by Primiano Tucci · 5 years ago
  80. fc4353f Actually use primary key as index. by Florian Mayer · 5 years ago
  81. 85a0dd0 Trace Processor: move Variadic class to a separate file by Mikhail Khokhlov · 5 years ago
  82. a2d75e9 Add helper class for heap-based protozero messages by Primiano Tucci · 5 years ago
  83. 38255f4 Support multiple process starts per activity start by Ioannis Ilkos · 5 years ago
  84. 7cac1ef Merge "trace_processor: switch to using getopt to parse command line" by Lalit Maganti · 5 years ago
  85. 6d4836e trace_processor: switch to using getopt to parse command line by Lalit Maganti · 5 years ago
  86. 20d5e8b Initial trace-based startup metric in AOSP by Ioannis Ilkos · 5 years ago
  87. 40419d4 Merge "metrics: expose generic metrics computation api in trace processor" by Lalit Maganti · 5 years ago
  88. 5ccd0a2 metrics: expose generic metrics computation api in trace processor by Lalit Maganti · 5 years ago
  89. db1f7b9 trace_processor: use unknown name on empty thread name by Lalit Maganti · 5 years ago
  90. 031ad2b trace_processor: stop hardcoding android.mem as the metric name by Lalit Maganti · 5 years ago
  91. 98ff2f8 Only expose new allocation / frees in table. by Florian Mayer · 5 years ago
  92. 221ab9b Consistenly increment heapprofd_invalid_string_id counter. by Florian Mayer · 5 years ago
  93. d56301d Merge "Set timestamps in heap_profile_allocation." by Florian Mayer · 5 years ago
  94. 7a26db5 Merge "Add stats for invalid task state and fail more gracefully" by Ioannis Ilkos · 5 years ago
  95. 12c8999 Set timestamps in heap_profile_allocation. by Florian Mayer · 5 years ago
  96. 537dac4 Add stats for invalid task state and fail more gracefully by Ioannis Ilkos · 5 years ago
  97. b3f95a8 Merge "trace_processor: make slice tracker double check ordering of events" by Lalit Maganti · 5 years ago
  98. df1968c Use UPIDs for heap profiles. by Florian Mayer · 5 years ago
  99. b1b6057 trace_processor: make slice tracker double check ordering of events by Lalit Maganti · 5 years ago
  100. 9c05e64 trace_processor: fix build on debug by Lalit Maganti · 5 years ago