1. d1a7b03 tp: move trace blob view and trace parser to importers/common by Lalit Maganti · 3 years, 2 months ago
  2. d140e5f tp: migrate triggers and chrome metadata to metadata module by Lalit Maganti · 3 years, 3 months ago
  3. fb095c2 Add enabled categories to chrome metadata by ssid · 3 years, 4 months ago
  4. 93c5b0a trace_processor: move perf_sample parsing to profile_module by Ryan Savitski · 3 years, 4 months ago
  5. 9a84311 tp: implement refcounting of packet sequence generations by Lalit Maganti · 3 years, 8 months ago
  6. 64c1d8f Ingest deobfuscated methods. by Florian Mayer · 3 years, 11 months ago
  7. 00c8667 tp: parse tracing_started event and drop ftrace packets before it by Lalit Maganti · 4 years ago
  8. 5a992d9 Ingest smaps into trace processor. by Florian Mayer · 4 years, 3 months ago
  9. d42cd6c TraceProcessor: ingest TracingServiceEvent.all_data_sources_started by Primiano Tucci · 4 years, 3 months ago
  10. 651be62 Merge "processor: Parse StreamingProfilePacket timestamps during tokenization" by Eric Seckler · 4 years, 5 months ago
  11. f2de4db processor: Parse StreamingProfilePacket timestamps during tokenization by Eric Seckler · 4 years, 5 months ago
  12. 7fb6241 Add trigger packets to the slices table. by Stephen Nusko · 4 years, 5 months ago
  13. a527aa3 perf sampling: minimal UI for stacks as slice columns by Ryan Savitski · 4 years, 5 months ago
  14. 7010b33 tp: move trace_storage and deps to storage folder by Lalit Maganti · 4 years, 5 months ago
  15. 7e9dc31 processor: Extract generations of incremental state into helper class by Eric Seckler · 4 years, 6 months ago
  16. 67e15a9 processor: Refactor TimestampedTracePiece by Eric Seckler · 4 years, 6 months ago
  17. f270188 Track ProfilePacket state per sequence. by Florian Mayer · 4 years, 7 months ago
  18. c165b87 processor: Extract HeapGraph parsing into module by Eric Seckler · 4 years, 8 months ago
  19. d2af989 processor: Replace pbzero includes in importer headers with fwd decls by Eric Seckler · 4 years, 8 months ago
  20. ab0604c processor: Add ProtoImporterModules for android + system probes by Eric Seckler · 4 years, 8 months ago
  21. 137a467 processor: Move proto_trace_parser/tokenizer to importers/proto/ by Eric Seckler · 4 years, 8 months ago[Renamed (95%) from src/trace_processor/proto_trace_parser.h]
  22. 63afd79 processor: Extract graphics event parsing into an importer module by Eric Seckler · 4 years, 8 months ago
  23. 771960c processor: Move TrackEvent tokenizing & parsing into module by Eric Seckler · 4 years, 8 months ago
  24. f67c915 trace_processor: use packet ts if power rail ts is empty by Lalit Maganti · 4 years, 9 months ago
  25. 87ede88 processor: Extract ftrace parsing into FtraceModule/Parser by Eric Seckler · 4 years, 9 months ago
  26. 45f9f6c Merge "processor: Add foundations for modularization of proto trace parsing" by Treehugger Robot · 4 years, 9 months ago
  27. b1f6523 Merge "processor: Fix handling of legacy chrome async event IDs" by Eric Seckler · 4 years, 9 months ago
  28. de58995 processor: Add foundations for modularization of proto trace parsing by Eric Seckler · 4 years, 9 months ago
  29. ebe76eb processor: Fix handling of legacy chrome async event IDs by Eric Seckler · 4 years, 9 months ago
  30. 1a2ea13 Reland "processor: Move TimestampedTracePiece into its own header" by Eric Seckler · 4 years, 9 months ago
  31. 04ecd2b Revert "processor: Move TimestampedTracePiece into its own header" by Eric Seckler · 4 years, 9 months ago
  32. 2a161e3 processor: Move TimestampedTracePiece into its own header by Eric Seckler · 4 years, 9 months ago
  33. 02cdcef processor: Simplify InternedData tracking and support generations by Eric Seckler · 4 years, 9 months ago
  34. f4389a6 Add statsd subscription id to metadata by Ioannis Ilkos · 4 years, 9 months ago
  35. 25e013e Add heap_graph_object table. by Florian Mayer · 4 years, 9 months ago
  36. b32cacf processor: Parse TrackEvent track associations by Eric Seckler · 4 years, 9 months ago
  37. a480cd6 Read ModuleSymbols from trace. by Florian Mayer · 4 years, 9 months ago
  38. 80de698 Use trace processor for `trace_to_text symbolize`. by Florian Mayer · 4 years, 10 months ago
  39. 2bd536a Refactor parser for all graphics related event by Raymond Chiu · 4 years, 10 months ago
  40. e0b47f5 Parse appended data and add the symbols table by Ioannis Ilkos · 4 years, 10 months ago
  41. 0441e97 processor: Import chrome metadata / raw system traces with timestamps by Eric Seckler · 4 years, 10 months ago
  42. 6261d73 Add line number to TrackEvent by Nicolò Mazzucato · 4 years, 10 months ago
  43. 7f64c10 Added cpu_profile_stack_samples table to the trace_processor by Oystein Eftevaag · 4 years, 10 months ago
  44. 355b8c8 Use '/protos/' as import prefix of perfetto protos by Primiano Tucci · 4 years, 10 months ago
  45. 91d0789 Adds the description field to the counter definition table. by Pascal Muetschard · 4 years, 10 months ago
  46. 7160ccc Add trace parser for SurfaceFlinger graphics frame events by Mikael Pessa · 5 years ago
  47. 7a39c01 Merge "TraceProcessor: add clock-sync support at import time" by Primiano Tucci · 4 years, 11 months ago
  48. fd74655 Trace processor: Parse legacy ftrace and legacy json trace events by Mikhail Khokhlov · 4 years, 11 months ago
  49. 6756fb0 TraceProcessor: add clock-sync support at import time by Primiano Tucci · 4 years, 11 months ago
  50. e672755 Allow remapping of frame symbols based on symbol packets by Ioannis Ilkos · 4 years, 11 months ago
  51. 8f75ede Parse chrome log messages in the trace processor by Nicolò Mazzucato · 4 years, 11 months ago
  52. ca34df2 Trace processor: Parse Chrome metadata by Mikhail Khokhlov · 5 years ago
  53. 85a86e5 Merge "processor: Parse TrackEvent's thread instruction count fields" by Eric Seckler · 5 years ago
  54. 54f30a3 processor: Parse TrackEvent's thread instruction count fields by Eric Seckler · 5 years ago
  55. fe9430c Merge "Add trace processor for GpuRenderStageEvent" by Raymond Chiu · 5 years ago
  56. 449d2fd Add trace processor for GpuRenderStageEvent by Raymond Chiu · 5 years ago
  57. b7e2633 processor: Import otherwise unhandled LegacyEvents as raw events by Eric Seckler · 5 years ago
  58. 0476ee9 trace_processor: support android packages list in proto trace parser by Ryan Savitski · 5 years ago
  59. 637589a trace_processor: use sched_process_free instead of _exit by Lalit Maganti · 5 years ago
  60. 994a35d Add trace processor for GpuCounterEvent by Raymond Chiu · 5 years ago
  61. b5734d5 Merge "Share interning data between ProfilePackets." by Florian Mayer · 5 years ago
  62. 5716fc1 Share interning data between ProfilePackets. by Florian Mayer · 5 years ago
  63. aca7a46 perfetto-ui: Use sched_waking for scheduling latency by Isabelle Taylor · 5 years ago
  64. 1f5f93a Process GPU frequency info from ftrace if available by Sidath Senanayake · 5 years ago
  65. e89b768 Merge "trace_processor: add support for zero events" by Lalit Maganti · 5 years ago
  66. c7aad02 Merge "processor: Handle instant events as slices of zero duration" by Eric Seckler · 5 years ago
  67. d33dc27 trace_processor: add support for zero events by Lalit Maganti · 5 years ago
  68. 0bc0d40 processor: Handle instant events as slices of zero duration by Eric Seckler · 5 years ago
  69. b5bd233 trace_processor: add support for sched_process_exit events by Lalit Maganti · 5 years ago
  70. 651ca31 processor: Parse TrackEvent instant events into instants table. by Eric Seckler · 5 years ago
  71. b02d8dc Improve metatrace, allow to be used in production by Primiano Tucci · 5 years ago
  72. c93823e processor: Parse TrackEvent arguments by Eric Seckler · 5 years ago
  73. 2c5488f Reshuffle include/ directory layout by Primiano Tucci · 5 years ago
  74. d54d752 trace_processor: add support for systrace parsing by Lalit Maganti · 5 years ago
  75. b1fe42a Trace processor: parse ChromeBenchmarkMetadata proto message by Mikhail Khokhlov · 5 years ago
  76. 12c8999 Set timestamps in heap_profile_allocation. by Florian Mayer · 5 years ago
  77. 952935e Merge "processor: Add basic support for TrackEvents in parser." by Eric Seckler · 5 years ago
  78. 56a007d processor: Add basic support for TrackEvents in parser. by Eric Seckler · 5 years ago
  79. 26517c8 Do not report errors for unsupported trace points by Ioannis Ilkos · 5 years ago
  80. 684a4f7 processor: Tokenizer support for TrackEvent + InternedData by Eric Seckler · 5 years ago
  81. b5fa260 Fix start_ts associations by Ioannis Ilkos · 5 years ago
  82. 01994ca Implement trace sorting for json traces. by Deepanjan Roy · 5 years ago
  83. f31a703 trace_processor: Improve support for syscalls by Hector Dearman · 5 years ago
  84. e23653a trace_processor: add parsing of power rail events by Lalit Maganti · 5 years ago
  85. e5f1168 TraceProcessor: use protozero typed decoders by Primiano Tucci · 5 years ago
  86. c167887 Improve ProtoZero decoders, introduce TypedProtoDecoder by Primiano Tucci · 5 years ago
  87. 73bf756 Satisfy clang-tidy by Hector Dearman · 5 years ago
  88. 369ea3c trace_processor: ingest sched_wakeup into trace processor by Lalit Maganti · 5 years ago
  89. 711de1f TraceProcessor: improve process tracking to follow fork()/clone() by Primiano Tucci · 5 years ago
  90. bd6cd47 trace_processor: add support for ingesting raw_syscall events by Hector Dearman · 5 years ago
  91. d86161a trace_processor: speed up raw event insertion by caching field names by Lalit Maganti · 5 years ago
  92. dd63979 trace_processor: Add parser for heap profiler by Hector Dearman · 5 years ago
  93. 21a7618 Correct atrace event thread association by Ioannis Ilkos · 5 years ago
  94. 41c9892 trace_processor: add support for polled oom_score_adj by Lalit Maganti · 5 years ago
  95. a824c33 trace_processor: add mm_event ingestion in trace processor by Lalit Maganti · 5 years ago
  96. 66ed7ad trace_processor: fix parsing of kernel LMK events by Lalit Maganti · 5 years ago
  97. e87cc81 trace_processor: add cpu to raw table by Lalit Maganti · 5 years ago
  98. 0e38a14 TraceProcessor: Improve "stats" table by Primiano Tucci · 5 years ago
  99. 2c761ef TraceProcessor: Add table for logcat events by Primiano Tucci · 5 years ago
  100. a270f01 TraceProcessor: Introduce ClockTracker for clock syncs by Primiano Tucci · 5 years ago