1. ec50790 tp: Extract Flush logic from NotifyEndOfFile by Anna Mayzner · 2 years, 8 months ago
  2. 1d5acb8 tp: fix create view function scoped statement by Lalit Maganti · 2 years, 9 months ago
  3. 8cafb58 tp: remove all increase in memory use caused by switching to vectors by Lalit Maganti · 2 years, 9 months ago
  4. 78b5482 tp: add metatracing of individual queries by Lalit Maganti · 2 years, 9 months ago
  5. dbb5ff7 Merge "tp: add and expose exp_thread_slice view" by Treehugger Robot · 2 years, 9 months ago
  6. 925a145 Perfetto: Add table for game mode intervention by Andy Yu · 2 years, 10 months ago
  7. 66127e8 tp: add and expose exp_thread_slice view by Lalit Maganti · 2 years, 10 months ago
  8. 7690522 perfetto: remove protobuf gn config from pbzero generator by Lalit Maganti · 2 years, 10 months ago
  9. b172f98 tp: Don't create thread_state_table dynamically by Anna Ożdżeńska · 2 years, 10 months ago
  10. dbb849f tp: fix off by one memcpy in ABS_TIME_STR by Ryan Savitski · 2 years, 10 months ago
  11. 859d8f8 Run clang-format on src/ by Hector Dearman · 2 years, 10 months ago
  12. 6e4241d trace_processor: Reland ABS_TIME_STR by Hector Dearman · 2 years, 10 months ago
  13. e01ecf0 Revert "Show absolute time in UI, adds ABS_TIME_STR to SQL" by Ryan Savitski · 2 years, 11 months ago
  14. f7d835b Show absolute time in UI, adds ABS_TIME_STR to SQL by Hector Dearman · 2 years, 11 months ago
  15. 69bc804 Merge "tp: Don't flush pending sched events" by Anna Ożdżeńska · 2 years, 11 months ago
  16. a997a4c tp: Don't flush pending sched events by Anna Ożdżeńska · 2 years, 11 months ago
  17. 849a69b ui: remove usage of legacy_instant table from UI and stop exposing it by Lalit Maganti · 2 years, 11 months ago
  18. 2b7c6f8 tp: Convert all usage of instants to the slice table by annaoz · 2 years, 11 months ago
  19. 23d1c8f tp: implement CREATE_VIEW_FUNCTION SQL function by Lalit Maganti · 3 years ago
  20. 2c37810 tp: change from taking pointer to descriptor to using index by Lalit Maganti · 3 years ago
  21. 1fef8c7 Fix value_at_max_ts() for zero timestamps by Hector Dearman · 3 years ago
  22. 68e649c Revert "tp: make LIKE case sensitive" by Lalit Maganti · 3 years ago
  23. e65c405 trace_processor: use llvm frame demangling in standalone builds by Ryan Savitski · 3 years ago
  24. f9a0612 Add args.display_value column by Alexander Timin · 3 years ago
  25. 9546598 tp: support multiple queries being passed to ExecuteQuery by Lalit Maganti · 3 years, 2 months ago
  26. 727e2ce tp: remove time queued by Lalit Maganti · 3 years, 2 months ago
  27. 8eb4597 tp: util::{Err, Ok}Status -> base::{Err, Ok}Status by Lalit Maganti · 3 years, 2 months ago
  28. 942de25 Merge "tp: allow overriding built-in metrics using extensions" by Treehugger Robot · 3 years, 4 months ago
  29. f161a9b tp: switch LIKE to GLOB in all metrics by Lalit Maganti · 3 years, 4 months ago
  30. 697ca5b tp: allow overriding built-in metrics using extensions by Lalit Maganti · 3 years, 4 months ago
  31. 1cf65eb tp: make LIKE case sensitive by Lalit Maganti · 3 years, 4 months ago
  32. 00ca67c tp: implement CREATE_FUNCTION SQL function by Lalit Maganti · 3 years, 4 months ago
  33. 4c328e3 tp: move SQL metric files into 'sql' folder by Lalit Maganti · 3 years, 4 months ago
  34. 3264b59 TraceProcesor: unique_ptr<uint8_t> -> TraceBlob by Primiano Tucci · 3 years, 4 months ago
  35. 8251767 tp: overhaul how registering functions with SQLite works by Lalit Maganti · 3 years, 4 months ago
  36. 7677825 Emit NULL values in the TraceProcessor for empty messages. by Alexander Timin · 3 years, 5 months ago
  37. 5ed83f9 [Pivot Table] Add descendant_slice_by_stack dynamic table by Zaina Al-Mashni · 3 years, 6 months ago
  38. 3af1fae [Pivot Table] Add ancestor_slice_by_stack dynamic table by Zaina Al-Mashni · 3 years, 6 months ago
  39. d865c37 upkeep: Reserve before push_back in loop by Hector Dearman · 3 years, 7 months ago
  40. 4ed736c metrics: Implement loading metric extension directory by Deepanjan Roy · 3 years, 7 months ago
  41. c5bd746 tp: add function to unwrap metric protos by Lalit Maganti · 3 years, 9 months ago
  42. 58d2dc6 inttypes.h -> cinttypes by Primiano Tucci · 3 years, 9 months ago
  43. 40fbe8e tp: add experimental flat slice table by Lalit Maganti · 3 years, 9 months ago
  44. 69216ec tp: move gzip_utils from importers to util folder by Lalit Maganti · 3 years, 10 months ago
  45. 250501a fixit: metrics: add support for strongly typed enum fields in metrics by Lalit Maganti · 3 years, 10 months ago
  46. 97b08e1 tp: implement session ids in trace processor and add checks to UI by Lalit Maganti · 3 years, 10 months ago
  47. 710fbbb tp: add table to store all the clock snapshots in the trace by Lalit Maganti · 3 years, 10 months ago
  48. ddeb3b1 tp: experimental dynamic table for callstack annotation by Ryan · 4 years ago
  49. f848d46 Implementation of TBMv2 blinkGcMetric in TBMv3 blink_gc_metric. by Stephen Nusko · 4 years ago
  50. b6fe027 tp: add support for passing null arg set id to extract arg by Lalit Maganti · 4 years ago
  51. c6c7e84 trace_processor: perf sample counter tracking and distinguishing between multiple data sources by Ryan Savitski · 4 years ago
  52. 9f5b5bf upkeep: Use char overload of r?find() where possible by Hector Dearman · 4 years, 2 months ago
  53. c2c3d35 Merge "Revert "trace_processor: Report error on traces <1us"" by Treehugger Robot · 4 years, 2 months ago
  54. 7dbfa1c Revert "trace_processor: Report error on traces <1us" by Hector Dearman · 4 years, 2 months ago
  55. aa4385b Merge changes from topics "frametimeline-perfetto", "frametimeline-perfetto-master" by Adithya Srinivasan · 4 years, 2 months ago
  56. 526a34e Trace Processor for FrameTimeline events by Adithya Srinivasan · 4 years, 2 months ago
  57. 35f78f4 Merge "Make preceding_flow and following_flow follow relative slices" by Treehugger Robot · 4 years, 2 months ago
  58. 44f123f Make preceding_flow and following_flow follow relative slices by ssid · 4 years, 2 months ago
  59. 17ce85a trace_processor: Report error on traces <1us by Hector Dearman · 4 years, 2 months ago
  60. ba0a5d1 Use Chrome's TrackEvent extensions in trace processor by Andrew Shulaev · 4 years, 2 months ago
  61. dd7f6dc Add new dynamic table to look up ancestors of CPU stack samples. by Stephen Nusko · 4 years, 3 months ago
  62. 2e66e50 Merge "Add memory snaphot tables." by Treehugger Robot · 4 years, 6 months ago
  63. cdaed0e Add memory snaphot tables. by Witold Fijalkowski · 4 years, 6 months ago
  64. 68983d3 Merge "Added dynamic tables for preceding and following flows" by Treehugger Robot · 4 years, 6 months ago
  65. 824107d Added dynamic tables for preceding and following flows by Andrii · 4 years, 6 months ago
  66. 1e04801 metrics: Implement getting prototext formatted metric result by Deepanjan Roy · 4 years, 6 months ago
  67. f6332e9 ui: Implement debug slices track by Deepanjan Roy · 4 years, 6 months ago
  68. ff8c956 Ensure unique entries in power_profile by Rafal Slawik · 4 years, 6 months ago
  69. 18044c5 metrics: Expose available metrics in a builtin table by Deepanjan Roy · 4 years, 7 months ago
  70. 7774777 metrics: Add a way to serialize descriptors in memory by Deepanjan Roy · 4 years, 7 months ago
  71. 3e68e20 tp: use sched blocked reason in thread state table by Lalit Maganti · 4 years, 7 months ago
  72. 2fc5db2 [RELAND] tp: move thread state implementation to trace processor by Lalit Maganti · 4 years, 7 months ago
  73. 2b820f2 Merge "Added support for importing v1 flow events from json" by Treehugger Robot · 4 years, 8 months ago
  74. c879ea4 Added support for importing v1 flow events from json by AndrewB330 · 4 years, 8 months ago
  75. c59b1bc tp: add sched table with upid included by Lalit Maganti · 4 years, 8 months ago
  76. 664e9f3 tp: allow value_at_max_ts to also take doubles as value inputs by Lalit Maganti · 4 years, 8 months ago
  77. 6b72d17 ui: fix counter track quantization by Lalit Maganti · 4 years, 8 months ago
  78. aad72e0 Merge "Revert "tp: move completition of dangling sched events from C++ to SQL"" by Lalit Maganti · 4 years, 8 months ago
  79. a34007d Revert "tp: move completition of dangling sched events from C++ to SQL" by Lalit Maganti · 4 years, 8 months ago
  80. f4da509 metrics: Allow chrome metric protos to be compiled in by Deepanjan Roy · 4 years, 8 months ago
  81. fb5da74 tp: move completition of dangling sched events from C++ to SQL by Lalit Maganti · 4 years, 8 months ago
  82. f00cad3 tp: stack_sample table, subclassed by chromium and perf samples (new in this patch) by Ryan Savitski · 4 years, 9 months ago
  83. 2e72ef4 Merge "tp: fix propogating message existance in metrics" by Lalit Maganti · 4 years, 9 months ago
  84. 9bc389a tp: fix propogating message existance in metrics by Lalit Maganti · 4 years, 9 months ago
  85. 2b8d809 Add the descendant_slice table. by Stephen Nusko · 4 years, 9 months ago
  86. e5d071f Add the ancestor_slice dynamic table. by Stephen Nusko · 4 years, 9 months ago
  87. e6684e4 Support partial heap graphs by Ioannis Ilkos · 4 years, 9 months ago
  88. 8947447 tp: allow span join to propogate constraints on timestamps by Lalit Maganti · 4 years, 9 months ago
  89. b834f8c tp: remove over-cautious detection of use-after-free in iterators by Lalit Maganti · 4 years, 9 months ago
  90. 4e01f63 TraceProcessor: extract Iterator{,Impl} into their own classes by Primiano Tucci · 4 years, 9 months ago
  91. 5686daf trace_processor: Create a power_profile table by Mikhail Khokhlov · 4 years, 9 months ago
  92. d4d8890 Merge "Frame lifecycle MVP updates" by Treehugger Robot · 4 years, 10 months ago
  93. 9b2b1d9 Frame lifecycle MVP updates by Adithya Srinivasan · 4 years, 10 months ago
  94. e908fe8 Parse task state based on kernel version by Isabelle Taylor · 4 years, 10 months ago
  95. 1d51ae3 trace_processor: fix IWYU includes by Primiano Tucci · 4 years, 10 months ago
  96. 427b833 tp: add metatracing by Lalit Maganti · 4 years, 10 months ago
  97. 361df13 Create tables for cpu info by Rafal Slawik · 4 years, 10 months ago
  98. 324f995 Allow counters to be grouped with GpuCounterGroup by Raymond Chiu · 4 years, 10 months ago
  99. b850491 Merge "Combine async slices in a single track" by Hector Dearman · 5 years ago
  100. 5b52376 Combine async slices in a single track by Hector Dearman · 5 years ago