1. 0b7a363 Trace Redaction - Convert task rename from primitive to filter by Aaron Vaage · 12 months ago
  2. 3b1d2d0 Merge "tp: rewrite span join to remove dependency on SqliteTable" into main by Lalit Maganti · 12 months ago
  3. 71c3b2e tp: rewrite span join to remove dependency on SqliteTable by Lalit Maganti · 12 months ago
  4. e3043fa Merge "Trace Redaction - Create integration test pattern" into main by Aaron Vaage · 12 months ago
  5. d6482e1 Trace Redaction - Create integration test pattern by Aaron Vaage · 12 months ago
  6. e9e3545 Trace Redaction - Drop AndroidSystemProperty packets by Aaron Vaage · 12 months ago
  7. 36932dc Merge "Trace Redaction - Create shared filter ftrace events primitive" into main by Aaron Vaage · 12 months ago
  8. 53124bc Merge "tp: implement tree partitioning by group algorithm" into main by Lalit Maganti · 12 months ago
  9. 51475bc tp: implement tree partitioning by group algorithm by Lalit Maganti · 12 months ago
  10. e2d4ae3 Merge "Fix typo in io metrics" into main by Parth Sane · 12 months ago
  11. cf40a2c protozero: Fix decoding repeated fields with high max id by Daniele Di Proietto · 12 months ago
  12. 7609c67 Merge "Add dpu dsi_tx, dsi_rx, dsi_cmd_fifo_status ftrace event" into main by Shin-Yu Wang · 12 months ago
  13. 06e06f2 Merge "tp: Add intervals_overlap_in_table macro" into main by Anna Mayzner · 12 months ago
  14. fe3dbf4 Trace Redaction - Create shared filter ftrace events primitive by Aaron Vaage · 12 months ago
  15. d5f1f98 Merge "perfetto: extract out lifecycle management from the window operator" into main by Lalit Maganti · 12 months ago
  16. 6e71d94 tp: Add intervals_overlap_in_table macro by Anna Mayzner · 12 months ago
  17. 7088076 Fix typo in io metrics by Parth Sane · 12 months ago
  18. 1b91658 Trace Redaction - Move allocation inside of redactor by Aaron Vaage · 12 months ago
  19. 8364234 perfetto: extract out lifecycle management from the window operator by Lalit Maganti · 12 months ago
  20. dbe122e tp: fix comments missing from previous CL by Lalit Maganti · 12 months ago
  21. aa66b34 tp: migrate the dfs macro to use value tables + aggregates instead by Lalit Maganti · 12 months ago
  22. 71816b5 Merge "tp: introduce virtual table module for table pointers" into main by Lalit Maganti · 12 months ago
  23. 83821d7 Merge "tp: Stub of frames stdlib support" into main by Anna Mayzner · 12 months ago
  24. 44f50f6 Merge "Trace Processor - Redact Sched Waking" into main by Aaron Vaage · 12 months ago
  25. 52cff3d Add dpu dsi_tx, dsi_rx, dsi_cmd_fifo_status ftrace event by Shin-Yu Wang · 12 months ago
  26. e0696ec tp: introduce virtual table module for table pointers by Lalit Maganti · 12 months ago
  27. e819b05 tp: Stub of frames stdlib support by Anna Mayzner · 12 months ago
  28. 443f190 Merge "Add metric for Android blocking calls for all calls in trace." into main by Devarshi Bhatt · 12 months ago
  29. 52826e8 ui: refactor startup to be a plugin instead of a derived track by Lalit Maganti · 12 months ago
  30. cc701fa Add metric for Android blocking calls for all calls in trace. by Devarshi Bhatt · 1 year ago
  31. c287342 Merge "trace_processor: add parsing support for panel_write_generic" into main by Shin-Yu Wang · 1 year ago
  32. 20ad481 Trace Processor - Redact Sched Waking by Aaron Vaage · 1 year ago
  33. 25ab08d Merge "Trace-Redaction - Redact sched_switch events" into main by Aaron Vaage · 1 year ago
  34. 63d9f9e trace_processor: add parsing support for panel_write_generic by Shin-Yu Wang · 1 year ago
  35. 3464312 Merge "[stdlib]: Rewrite the critical path implementation" into main by Zimuzo Ezeozue · 1 year ago
  36. 2743dd2 Trace-Redaction - Redact sched_switch events by Aaron Vaage · 1 year ago
  37. dc303d1 Merge "Trace Redaction - Add missing test file" into main by Aaron Vaage · 1 year ago
  38. 9932820 [stdlib]: Rewrite the critical path implementation by Zim · 1 year ago
  39. 23175f5 Merge "[stdlib]: Add a floor/ceiling option to the weight bounded DFS" into main by Zimuzo Ezeozue · 1 year ago
  40. a7bb358 Merge "Trace Redaction - Stop using gen in production code" into main by Aaron Vaage · 1 year ago
  41. 888ba06 [stdlib]: Add a floor/ceiling option to the weight bounded DFS by Zim · 1 year ago
  42. 91ae3d4 Merge "ui: add dominated size and objects tabs to Java heap graph view" into main by Bingqian Liu · 1 year ago
  43. 6b959d9 Trace Redaction - Stop using gen in production code by Aaron Vaage · 1 year ago
  44. 7afd545 ui: add dominated size and objects tabs to Java heap graph view by Bingqian Liu · 1 year ago
  45. 96ccec2 tp: Find previous runnable slice on thread. by Anna Mayzner · 1 year ago
  46. fb14d81 Trace Redaction - Add missing test file by Aaron Vaage · 1 year ago
  47. f146ef6 Merge "fix stale csearch links in protos/ and src/" into main by Treehugger Robot · 1 year ago
  48. 69d36c7 Merge "shared_lib: Categories in track_event are disabled by default" into main by Daniele Di Proietto · 1 year ago
  49. b8a3cdd Merge "Create Jit ranges for v8 code." into main by Carlos Caballero Grolimund · 1 year ago
  50. 6c9bf3b fix stale csearch links in protos/ and src/ by Ryan Savitski · 1 year ago
  51. 8945598 tp: minor improvements to aggregate functions by Lalit Maganti · 1 year ago
  52. d3615f8 Merge "Trace Redaction - Scrub Task Rename" into main by Aaron Vaage · 1 year ago
  53. 83fdbcd Merge "tracefs: gen proto for sched:sched_migrate_task" into main by Treehugger Robot · 1 year ago
  54. 66bd356 Merge "add auto_user_switch metric;" into main by Treehugger Robot · 1 year ago
  55. 183ca3a add auto_user_switch metric; by Ivan Kozlov · 1 year ago
  56. dc06c7b Merge "[stdlib]: Weight bounded DFS search" into main by Treehugger Robot · 1 year ago
  57. fb32c70 Trace Redaction - Scrub Task Rename by Aaron Vaage · 1 year ago
  58. 94d3907 Merge "Add table for main thread blocking calls in standard library." into main by Devarshi Bhatt · 1 year ago
  59. 721f653 Merge "tp: make compiling with old sqlite versions a hard error" into main by Lalit Maganti · 1 year ago
  60. c18277d tp: migrate window table to new module based api by Lalit Maganti · 1 year ago
  61. f392c81 tp: migrate sql stats to the new module bindings by Lalit Maganti · 1 year ago
  62. 0f1dbbc [stdlib]: Weight bounded DFS search by Zim · 1 year ago
  63. 6439ddb Create Jit ranges for v8 code. by Carlos Caballero · 1 year ago
  64. 95192b6 tp: make compiling with old sqlite versions a hard error by Lalit Maganti · 1 year ago
  65. 0a0a54f tp: add binding for creating sqlite modules and migrate statstable by Lalit Maganti · 1 year ago
  66. b7f8a07 tp: move all the sqlite bindings to a dedicated folder by Lalit Maganti · 1 year ago
  67. 1d62218 tp: implement wrapper around sqlite aggregate functions by Lalit Maganti · 1 year ago
  68. b560014 Add table for main thread blocking calls in standard library. by Devarshi Bhatt · 1 year ago
  69. c55e3a1 tp: add units for meminfo, psi, buddyinfo counters by Ryan Savitski · 1 year ago
  70. 5735265 tracefs: gen proto for sched:sched_migrate_task by Ryan Savitski · 1 year ago
  71. 65a18f2 Merge "perf: fix subtle issue with perf data importer" into main by Treehugger Robot · 1 year ago
  72. a4dafc3 Merge "ftrace: unpessimize last_read_event_ts in case of concurrent data sources" into main by Ryan Savitski · 1 year ago
  73. 7b6b5a8 Merge "Trace Redaction - Refine process name tests" into main by Aaron Vaage · 1 year ago
  74. c35d573 ftrace: unpessimize last_read_event_ts in case of concurrent data sources by Ryan Savitski · 1 year ago
  75. 4dba9ec perf: fix subtle issue with perf data importer by Lalit Maganti · 1 year ago
  76. b32fb08 Merge "tp: implement wrapper around sqlite window functions" into main by Treehugger Robot · 1 year ago
  77. 80aa7fb Merge "[stdlib]: No-op critical path refactor" into main by Treehugger Robot · 1 year ago
  78. 9a7826f tp: implement wrapper around sqlite window functions by Lalit Maganti · 1 year ago
  79. 9bc22ea Trace Redaction - Refine process name tests by Aaron Vaage · 1 year ago
  80. 1e7274e Merge "tp: centralise all sqlite_result_* function calls" into main by Lalit Maganti · 1 year ago
  81. c4cc8df Merge "tp: Add time_to_{unit} conversion to stdlib" into main by Anna Mayzner · 1 year ago
  82. 8ba1838 [stdlib]: No-op critical path refactor by Zim · 1 year ago
  83. 11b08a8 tp: centralise all sqlite_result_* function calls by Lalit Maganti · 1 year ago
  84. e90dca6 Fix build on windows by Daniele Di Proietto · 1 year ago
  85. dde5295 tp: Add time_to_{unit} conversion to stdlib by Anna Mayzner · 1 year ago
  86. 7e8f2cf Merge "Trace Redaction - Timeline and Build Timeline" into main by Aaron Vaage · 1 year ago
  87. 2f0f43f tp: misc cleanups to ftrace_sched_event_tracker by Ryan Savitski · 1 year ago
  88. 731f04a Trace Redaction - Timeline and Build Timeline by Aaron Vaage · 1 year ago
  89. b0414f1 Merge "Trace Redaction - Break integration tests into sub-classes" into main by Aaron Vaage · 1 year ago
  90. 216d50b Fix chromium build due to duplicate .proto in the same target by Daniele Di Proietto · 1 year ago
  91. 40ac660 shared_lib: Update generated protos by Daniele Di Proietto · 1 year ago
  92. ffdb704 Merge "Support arbitrary protobuf packages" into main by Treehugger Robot · 1 year ago
  93. 8f2b244 Support arbitrary protobuf packages by Kean Mariotti · 1 year ago
  94. 78c93d2 Merge "Fix an assumption that iterators are raw pointer types" into main by Treehugger Robot · 1 year ago
  95. da30096 Merge "Add panel_write_generic ftrace event" into main by Shin-Yu Wang · 1 year ago
  96. 58ac17e Fix an assumption that iterators are raw pointer types by Alan Zhao · 1 year ago
  97. b81ac52 shared_lib: Categories in track_event are disabled by default by Daniele Di Proietto · 1 year ago
  98. d83e0c9 Add panel_write_generic ftrace event by Shin-Yu Wang · 1 year ago
  99. cf8460c Merge "tp: stats: downgrade truncated_sys_write_duration to kInfo" into main by Ryan Savitski · 1 year ago
  100. 3059fec tp: stats: downgrade truncated_sys_write_duration to kInfo by Ryan Savitski · 1 year ago