1. 85be7da Merge "Add track_event_descriptor to data_source_descriptor" by Treehugger Robot · 5 years ago
  2. 9082eee trace_processor: support inserting base::Optional into columns by Lalit Maganti · 5 years ago
  3. 59e8751 trace_processor: add sqlite table class for db tables by Lalit Maganti · 5 years ago
  4. 51c3c95 Add track_event_descriptor to data_source_descriptor by Nicolò Mazzucato · 5 years ago
  5. 2af2192 trace_processor: Uncomment code by Hector Dearman · 5 years ago
  6. d1e7662 Merge "perfetto-ui: Select and traverse search results" by Hector Dearman · 5 years ago
  7. 372ec60 perfetto-ui: Select and traverse search results by Hector Dearman · 5 years ago
  8. 098f095 GN: match host and default toolchain + minor cleanups by Primiano Tucci · 5 years ago
  9. 0241d10 Merge "Add missing sqlite initialization to trace processor unittests" by Primiano Tucci · 5 years ago
  10. 5e96c4e Add missing sqlite initialization to trace processor unittests by Primiano Tucci · 5 years ago
  11. 5d00c9c trace_processor: add support for strings in db tables by Lalit Maganti · 5 years ago
  12. ac002d3 Merge "trace_processor: add support for JSON metric output" by Lalit Maganti · 5 years ago
  13. e332137 trace_processor: fix debug build by Lalit Maganti · 5 years ago
  14. 1fc700f Merge "trace_processor: make StringPool::Id a POD" by Lalit Maganti · 5 years ago
  15. 6261d73 Add line number to TrackEvent by Nicolò Mazzucato · 5 years ago
  16. 80bbdd8 Fix StringPool on 32-bit Android by Primiano Tucci · 5 years ago
  17. 4ce4c52 Merge "Major clean up build files, use flags-per-feature." by Primiano Tucci · 5 years ago
  18. 02c1176 Major clean up build files, use flags-per-feature. by Primiano Tucci · 5 years ago
  19. 7f64c10 Added cpu_profile_stack_samples table to the trace_processor by Oystein Eftevaag · 5 years ago
  20. 1a2936f trace_processor: make StringPool::Id a POD by Lalit Maganti · 5 years ago
  21. b037e46 Merge "Heap profile data updates trace bounds" by Treehugger Robot · 5 years ago
  22. 29823a7 Merge "trace_processor: remove SqliteTable::ColumnType" by Lalit Maganti · 5 years ago
  23. ba83345 Merge "Use '/protos/' as import prefix of perfetto protos" by Primiano Tucci · 5 years ago
  24. be85dae Merge "Revert "temporarily suppress failing 32 bit heapprofd e2e tests"" by Florian Mayer · 5 years ago
  25. 58da68b trace_processor: remove SqliteTable::ColumnType by Lalit Maganti · 5 years ago
  26. 6dc3546 trace_processor: add macro for generating zero boilerplate tables by Lalit Maganti · 5 years ago
  27. a1995b5 Heap profile data updates trace bounds by Hector Dearman · 5 years ago
  28. 23c4a3d Revert "temporarily suppress failing 32 bit heapprofd e2e tests" by Florian Mayer · 5 years ago
  29. 0161589 Merge "improve naming of parameterized heapprofd e2e tests" by Treehugger Robot · 5 years ago
  30. 355b8c8 Use '/protos/' as import prefix of perfetto protos by Primiano Tucci · 5 years ago
  31. 2cf8b53 Simplify proto rules in GN by Primiano Tucci · 5 years ago
  32. 635d14b Merge changes I975aa3e0,Ibbf96b20,I4cf87db6,I5933e598 by Pascal Muetschard · 5 years ago
  33. 80fc7a7 Even better speculative fix of chromium roll by Primiano Tucci · 5 years ago
  34. 25863f7 trace_processor: add support for JSON metric output by Lalit Maganti · 5 years ago
  35. ceb5c82 Adds the unit field to the counter definition table. by Pascal Muetschard · 5 years ago
  36. 91d0789 Adds the description field to the counter definition table. by Pascal Muetschard · 5 years ago
  37. 742a0f7 Merge "Speculative fix of chromium roll" by Primiano Tucci · 5 years ago
  38. 572dc94 Speculative fix of chromium roll by Primiano Tucci · 5 years ago
  39. 7160ccc Add trace parser for SurfaceFlinger graphics frame events by Mikael Pessa · 5 years ago
  40. b958a7f Merge "Further minor GN & scripts cleanups" by Primiano Tucci · 5 years ago
  41. 851bb2a improve naming of parameterized heapprofd e2e tests by Ryan Savitski · 5 years ago
  42. 043d1dc temporarily suppress failing 32 bit heapprofd e2e tests by Ryan Savitski · 5 years ago
  43. 75ae50e Further minor GN & scripts cleanups by Primiano Tucci · 5 years ago
  44. a203388 Merge "trace_processor: move more files to the sqlite folder" by Lalit Maganti · 5 years ago
  45. 9d5b5c3 Merge "Minor cleanups to build files" by Primiano Tucci · 5 years ago
  46. 7e05fc1 Minor cleanups to build files by Primiano Tucci · 5 years ago
  47. 03d1062 trace_processor: move more files to the sqlite folder by Lalit Maganti · 5 years ago
  48. a7c5d07 Merge "trace_processor: create sqlite folder and extract initial pieces" by Lalit Maganti · 5 years ago
  49. 9fcde6b Merge "trace_processor: expose tracks table to sqlite" by Lalit Maganti · 5 years ago
  50. 737b376 trace_processor: create sqlite folder and extract initial pieces by Lalit Maganti · 5 years ago
  51. 89b3d61 Merge "Add tables for gpu specific traces" by Lalit Maganti · 5 years ago
  52. 2bf8284 Consistently use PERFETTO_BUILDFLAG(xxx) and add IPC flag by Primiano Tucci · 5 years ago
  53. 803090c Add tables for gpu specific traces by Mikael Pessa · 5 years ago
  54. d221a27 Merge "Upgrade to protobuf v3.9.0" by Primiano Tucci · 5 years ago
  55. 8dd5270 Upgrade to protobuf v3.9.0 by Primiano Tucci · 5 years ago
  56. cdd69c9 trace_processor: expose tracks table to sqlite by Lalit Maganti · 5 years ago
  57. f8d8233 [GPU Profiling] Have a finite set of units. by Peiyong Lin · 5 years ago
  58. e7aecaa Merge "Minor refactoring to config protos" by Primiano Tucci · 5 years ago
  59. 07489b8 Add base/proc_utils.h for GetProcessId(), fix Windows build by Primiano Tucci · 5 years ago
  60. 7043100 Minor refactoring to config protos by Primiano Tucci · 5 years ago
  61. a52177c Merge "Client API: allow to configure SMB size and page size" by Primiano Tucci · 5 years ago
  62. 6b6dc98 Merge "Fix chromium roll (INSTANTIATE_TEST_CASE_P/SUITE)" by Primiano Tucci · 5 years ago
  63. 969f5aa Merge "Temporarily disable ConcurrentProfile test." by Treehugger Robot · 5 years ago
  64. 950f1cd Fix chromium roll (INSTANTIATE_TEST_CASE_P/SUITE) by Primiano Tucci · 5 years ago
  65. 696fa9c Client API: allow to configure SMB size and page size by Primiano Tucci · 5 years ago
  66. 42ae101 Fix signed-unsigned conversions by Primiano Tucci · 5 years ago
  67. d12acb1 Merge "client api: Introduce a bare-bones TrackEvent library" by Treehugger Robot · 5 years ago
  68. d3c62b4 Speculative fix for Windows build failure by Primiano Tucci · 5 years ago
  69. 51a39db Merge "Separate out the parts of HeapProfiling that CPUProfiling will reuse into StackProfiling" by Oystein Eftevaag · 5 years ago
  70. 22c8d96 trace_processor: add Table and Column classes by Lalit Maganti · 5 years ago
  71. 433b2a8 Temporarily disable ConcurrentProfile test. by Florian Mayer · 5 years ago
  72. dae1c1c trace_processor: add SparseVector implementation and tests by Lalit Maganti · 5 years ago
  73. db5a473 trace_processor: add RowMap implementation and tests by Lalit Maganti · 5 years ago
  74. cf39caa trace_processor: add bitvector implementation by Lalit Maganti · 5 years ago
  75. 5419c58 Separate out the parts of HeapProfiling that CPUProfiling will reuse into StackProfiling by Oystein Eftevaag · 5 years ago
  76. 2d256c4 Merge "[GPU TRACE] Add GPU scheduling trace events" by Treehugger Robot · 5 years ago
  77. 919ca1e Remove use of -isystem for googletest by Primiano Tucci · 5 years ago
  78. 83dcc8c client api: Introduce a bare-bones TrackEvent library by Eric Seckler · 5 years ago
  79. cbcc21f Update perfetto_config.proto to have more necessary protos. by Peiyong Lin · 5 years ago
  80. 0f1c7bd [GPU TRACE] Add GPU scheduling trace events by Yiwei Zhang · 5 years ago
  81. 7d5f98d Merge "Add mapping name to the frames" by Ioannis Ilkos · 5 years ago
  82. db0c54f Add mapping name to the frames by Ioannis Ilkos · 5 years ago
  83. 8f27e95 Merge "gcc8+ build fixups" by Ryan Savitski · 5 years ago
  84. e0d8eab gcc8+ build fixups by Ryan Savitski · 5 years ago
  85. 7a39c01 Merge "TraceProcessor: add clock-sync support at import time" by Primiano Tucci · 5 years ago
  86. ea5767a Merge "Trace processor: Parse legacy ftrace and legacy json trace events" by Mikhail Khokhlov · 5 years ago
  87. 74bf49a Merge "Trace processor: Export legacy ftrace and json trace events to JSON" by Mikhail Khokhlov · 5 years ago
  88. fd74655 Trace processor: Parse legacy ftrace and legacy json trace events by Mikhail Khokhlov · 5 years ago
  89. f714c29 Merge "Trace processor: Use varint encoding for string size in StringPool" by Mikhail Khokhlov · 5 years ago
  90. 132684e Trace processor: Use varint encoding for string size in StringPool by Mikhail Khokhlov · 5 years ago
  91. 6756fb0 TraceProcessor: add clock-sync support at import time by Primiano Tucci · 5 years ago
  92. 9983e16 Trace processor: Export legacy ftrace and json trace events to JSON by Mikhail Khokhlov · 5 years ago
  93. c446588 perfetto-ui: Open ctrace files by Isabelle Taylor · 5 years ago
  94. 6ad033e Merge "proto/processor: Add name to TrackEvent + fallbacks for interned names" by Treehugger Robot · 5 years ago
  95. 65521ec Merge "Allow remapping of frame symbols based on symbol packets" by Ioannis Ilkos · 5 years ago
  96. 0c460ef proto/processor: Add name to TrackEvent + fallbacks for interned names by Eric Seckler · 5 years ago
  97. e672755 Allow remapping of frame symbols based on symbol packets by Ioannis Ilkos · 5 years ago
  98. fdf06ac Merge "Use correct view to join the per-priority stats" by Ioannis Ilkos · 5 years ago
  99. 36a40fc Merge "client api: Add support for data source incremental state" by Sami Kyostila · 5 years ago
  100. 3791a74 Use correct view to join the per-priority stats by Ioannis Ilkos · 5 years ago