1. 3264b59 TraceProcesor: unique_ptr<uint8_t> -> TraceBlob by Primiano Tucci · 2 years, 9 months ago
  2. 09e840c tp: rework windowed sorting to be packet offset based by Lalit Maganti · 2 years, 11 months ago
  3. faaaa6d Save a unique ID for each trace when it is processed. by Tuchila Octavian · 3 years, 2 months ago
  4. 5a99b5c Refactor ProtoToArgsTable. by Alexander Timin · 3 years, 3 months ago
  5. 6d1adfe TODO(taylori) -> TODO(hjd) by Hector Dearman · 3 years, 4 months ago
  6. f848d46 Implementation of TBMv2 blinkGcMetric in TBMv3 blink_gc_metric. by Stephen Nusko · 3 years, 4 months ago
  7. ed369bb tp: Parse chrome_event payload even when chrome_metadata is set too by Eric Seckler · 3 years, 4 months ago
  8. 6ad5d16 Reland "Import ChromeMetadata key:value pairs to the metadata table" by Oystein Eftevaag · 3 years, 5 months ago
  9. 8c81286 Revert "Import ChromeMetadata key:value pairs to the metadata table" by Eric Seckler · 3 years, 5 months ago
  10. 380e5ac Import ChromeMetadata key:value pairs to the metadata table by Oystein Eftevaag · 3 years, 5 months ago
  11. f523f2a tp: remove extraneous End methods in SliceTracker by Lalit Maganti · 3 years, 5 months ago
  12. ad0c52d Merge "Fix the chrome thread enum to string conversion" by Siddhartha S · 3 years, 7 months ago
  13. 812a422 Fix the chrome thread enum to string conversion by ssid · 3 years, 7 months ago
  14. 326c979 test: Add using statement for testing::DoAll. by Victor Costan · 3 years, 7 months ago
  15. 530a2f5 tp: split track event resolution from track creation by Lalit Maganti · 3 years, 8 months ago
  16. 6320170 Small changes to make the codebase more Win friendly by Primiano Tucci · 3 years, 8 months ago
  17. aeb4a3e Merge "Added new proto format for flow events" by Treehugger Robot · 3 years, 10 months ago
  18. 1b50d2e Added new proto format for flow events by Andrii · 3 years, 10 months ago
  19. a1d7524 Insert trace_config as pbtxt in metadata table by Hector Dearman · 3 years, 11 months ago
  20. 29e4a94 Merge "Exporting flow events to json from flow table" by Treehugger Robot · 3 years, 11 months ago
  21. eb63b08 tp: extract out tokenizing logic from ProtoTraceTokenizer by Lalit Maganti · 4 years ago
  22. dd07cb1 Exporting flow events to json from flow table by Andrii · 4 years ago
  23. 2266874 Introduce GlobalStackProfileTracker. by Florian Mayer · 4 years ago
  24. a4cba65 Merge "Importing flow events from protobuf to flow table" by Treehugger Robot · 4 years ago
  25. 703edd3 Importing flow events from protobuf to flow table by Andrii · 4 years ago
  26. bb37173 Minor test cleanup, use protozero::HeapBuffered<Msg> by Primiano Tucci · 4 years ago
  27. 642b835 trace_processor: Fix UpdateThreadName for threads that share tid by Mikhail Khokhlov · 4 years, 1 month ago
  28. 567c004 trace processor: Override thread names based on priorities by Mikhail Khokhlov · 4 years, 1 month ago
  29. 46b12a9 Deserialization support for extensions in trace processor by Andrew Shulaev · 4 years, 1 month ago
  30. 4662a20 tp: store argv from ProcessTree in process table and show in UI by Lalit Maganti · 4 years, 1 month ago
  31. dc45452 clock: Support specifying an authoritative trace clock in the config. by Eric Seckler · 4 years, 3 months ago
  32. 411e9c8 processor: Don't import complete event's end ts counters by Eric Seckler · 4 years, 3 months ago
  33. f149781 processor: Resolve descriptor track names during tokenization as well by Eric Seckler · 4 years, 4 months ago
  34. 34b3e09 Merge "Pass process_priority from the StreamingProfile packets through to the JSON output" by Oystein Eftevaag · 4 years, 4 months ago
  35. 95fe09e Pass process_priority from the StreamingProfile packets through to the JSON output by Oystein Eftevaag · 4 years, 4 months ago
  36. 60af4ef tp: move module code to importers by Lalit Maganti · 4 years, 4 months ago
  37. d5c45f4 tp: move event, clock, hprofile and slice trackers -> importers/common by Lalit Maganti · 4 years, 4 months ago
  38. 05819e2 tp: move metadata, perf sample and stack trackers to improters/proto by Lalit Maganti · 4 years, 4 months ago
  39. 617deae tp: move args, process and track trackers -> importers/common by Lalit Maganti · 4 years, 4 months ago
  40. 75024d7 Merge "Create proper table for packages list." by Florian Mayer · 4 years, 4 months ago
  41. 19ce395 Create proper table for packages list. by Florian Mayer · 4 years, 4 months ago
  42. 8c8e997 tp: fix inconsistency of base::optional<StringId> column API by Lalit Maganti · 4 years, 4 months ago
  43. 063ed39 track event: Import legacy thread time/instructions as counters by Eric Seckler · 4 years, 4 months ago
  44. f447425 Merge "Fix crash when track event are mixed with atrace events" by Raymond Chiu · 4 years, 6 months ago
  45. b246399 Fix crash when track event are mixed with atrace events by Raymond Chiu · 4 years, 6 months ago
  46. 6d1f7b5 tp: cleanup json and fuchsia trace flags by Lalit Maganti · 4 years, 6 months ago
  47. af985a8 Merge "processor: Accept TrackEvents without valid incremental state" by Treehugger Robot · 4 years, 6 months ago
  48. f2de4db processor: Parse StreamingProfilePacket timestamps during tokenization by Eric Seckler · 4 years, 6 months ago
  49. 772a981 processor: Accept TrackEvents without valid incremental state by Eric Seckler · 4 years, 6 months ago
  50. c7b0c61 processor: Override/extend args correctly when merging by Eric Seckler · 4 years, 6 months ago
  51. 0383228 Reland "processor: Parse legacy json DebugAnnotations during import" by Eric Seckler · 4 years, 6 months ago
  52. d0cc054 Revert "processor: Parse legacy json DebugAnnotations during import" by Eric Seckler · 4 years, 6 months ago
  53. 8861f1f Merge "processor: Parse legacy json DebugAnnotations during import" by Treehugger Robot · 4 years, 6 months ago
  54. a999563 processor: Parse legacy json DebugAnnotations during import by Eric Seckler · 4 years, 6 months ago
  55. 7010b33 tp: move trace_storage and deps to storage folder by Lalit Maganti · 4 years, 6 months ago
  56. 44eeb88 processor: Translate streaming profile packet timestamps to boottime by Eric Seckler · 4 years, 6 months ago
  57. 3f37ad5 tp: add support for strongly typed id columns by Lalit Maganti · 4 years, 7 months ago
  58. c64e19c processor: Export instant events on global/process tracks correctly by Eric Seckler · 4 years, 7 months ago
  59. aa94421 Reland "Stack profiling: Don't attempt hex conversion on Breakpad build_ids" by Oystein Eftevaag · 4 years, 7 months ago
  60. e922be6 Revert "Stack profiling: Don't attempt hex conversion on Breakpad build_ids" by Lalit Maganti · 4 years, 7 months ago
  61. a717e92 Stack profiling: Don't attempt hex conversion on Breakpad build_ids by Oystein Eftevaag · 4 years, 7 months ago
  62. 8c069ce Merge "processor: Translate duplicate pids/tids during json export" by Eric Seckler · 4 years, 7 months ago
  63. bb0e154 processor: Translate duplicate pids/tids during json export by Eric Seckler · 4 years, 7 months ago
  64. e392fad Merge "Fixed a nanosecond vs microsecond issue with streaming profile packets" by Oystein Eftevaag · 4 years, 7 months ago
  65. 47bc3d6 trace_processor: remove InternString mocking by Lalit Maganti · 4 years, 7 months ago
  66. f0599a0 trace_processor: cleanup StringPool and StringIds by Lalit Maganti · 4 years, 7 months ago
  67. 5228f36 trace_processor: remove tableid and refactor argstracker to use ids by Lalit Maganti · 4 years, 7 months ago
  68. 0a486a6 Merge "processor: Support TrackDescriptor's parent_uuid + pid/tid reuse" by Eric Seckler · 4 years, 7 months ago
  69. 65ab966 Fixed a nanosecond vs microsecond issue with streaming profile packets by Oystein Eftevaag · 4 years, 7 months ago
  70. 3183c6d processor: Support TrackDescriptor's parent_uuid + pid/tid reuse by Eric Seckler · 4 years, 7 months ago
  71. c9b0934 Merge "proto/processor: Add process name to ProcessDescriptor" by Treehugger Robot · 4 years, 7 months ago
  72. 679b29d trace_processor: migrate raw table to macro tables by Lalit Maganti · 4 years, 7 months ago
  73. 7d12847 proto/processor: Add process name to ProcessDescriptor by Eric Seckler · 4 years, 7 months ago
  74. eac7fff trace_processor: migrate thread and process tables to db tables by Lalit Maganti · 4 years, 7 months ago
  75. 1908e26 trace_processor: migrate args to macro tables by Lalit Maganti · 4 years, 7 months ago
  76. ededb0e trace_processor: migrate metadata to macro tables by Lalit Maganti · 4 years, 7 months ago
  77. f1ab24f trace_processor: migrate logs to macro tables by Lalit Maganti · 4 years, 7 months ago
  78. 547a92e Merge "trace_processor: Replace dangerous characters in debug annotation names" by Mikhail Khokhlov · 4 years, 7 months ago
  79. ac134ed trace_processor: Replace dangerous characters in debug annotation names by Mikhail Khokhlov · 4 years, 7 months ago
  80. 80f566d trace_processor: migrate instants table to macro tables by Lalit Maganti · 4 years, 7 months ago
  81. b0e11f6 trace_processor: add Id wrapper type returned by Insert in all db tables by Lalit Maganti · 4 years, 7 months ago
  82. 7449dc8 trace_processor: remove RowId type from trace_processor by Lalit Maganti · 4 years, 8 months ago
  83. 6cb15f2 Merge changes Ie25bfb74,Iabfa2b20 by Mikhail Khokhlov · 4 years, 8 months ago
  84. 79994d4 trace_processor: rename timestamp -> ts by Lalit Maganti · 4 years, 8 months ago
  85. 81491b9 trace_processor: Remove PERFETTO_TP_FTRACE build flag by Mikhail Khokhlov · 4 years, 8 months ago
  86. 0fd14ef trace_processor: migrate cpu stack profile table to db tables by Lalit Maganti · 4 years, 8 months ago
  87. 4c4cde1 trace_processor: Migrate SystraceParser to the Destructible base by Mikhail Khokhlov · 4 years, 8 months ago
  88. 9dc2319 trace_processor: Migrate SchedEventTracker to the Destructible base by Mikhail Khokhlov · 4 years, 8 months ago
  89. 5b3d06c Merge "trace_processor: Remove PERFETTO_TP_HEAP_GRAPHS build flag" by Mikhail Khokhlov · 4 years, 8 months ago
  90. 7e24f06 trace_processor: rename Table::size() -> Table::row_count() by Lalit Maganti · 4 years, 8 months ago
  91. 6146a58 trace_processor: Remove PERFETTO_TP_HEAP_GRAPHS build flag by Mikhail Khokhlov · 4 years, 8 months ago
  92. 9996d5d trace_processor: Remove PERFETTO_TP_ANDROID_PROBES build flag by Mikhail Khokhlov · 4 years, 8 months ago
  93. 04f6eb7 trace_processor: Remove PERFETTO_TP_SYSTEM_PROBES build flag by Mikhail Khokhlov · 4 years, 8 months ago
  94. 5198328 Revert "trace_processor: Remove two more build flags" by Mikhail Khokhlov · 4 years, 8 months ago
  95. 8368ee9 trace_processor: Remove two more build flags by Mikhail Khokhlov · 4 years, 8 months ago
  96. c7ea02e trace_processor: remove ref and ref_type from slice table by Lalit Maganti · 4 years, 8 months ago
  97. 692087e trace_processor: Remove PERFETTO_TP_GRAPHICS build flag by Mikhail Khokhlov · 4 years, 8 months ago
  98. fb21b35 trace_processor: fix tests in Chrome on Android by Mikhail Khokhlov · 4 years, 8 months ago
  99. dd1db00 trace_processor: Migrate ftrace_module to the new base class by Mikhail Khokhlov · 4 years, 8 months ago
  100. ddba3e6 trace_processor: Migrate heap_graph_module to the new base class by Mikhail Khokhlov · 4 years, 8 months ago