1. 96248ff trace_processor: Migrate android_probes_module to the new base class by Mikhail Khokhlov · 4 years, 11 months ago
  2. 71822c7 trace_processor: Migrate system_probes_module to the new base class by Mikhail Khokhlov · 4 years, 11 months ago
  3. 4b5de1a trace_processor: Migrate track_event_module to the new base class by Mikhail Khokhlov · 4 years, 11 months ago
  4. 4351f60 Merge "[trace_processor] New base class for proto importer modules" by Treehugger Robot · 4 years, 11 months ago
  5. 785af54 [trace_processor] New base class for proto importer modules by Mikhail Khokhlov · 4 years, 11 months ago
  6. 4b3b3ad trace_processor: migrate counter table to new database tables by Lalit Maganti · 5 years ago
  7. bc76a6c Allow TraceProcessor to parse ChromeCompositorSchedulerState. by Stephen Nusko · 5 years ago
  8. 13a7585 Parse the gfp_flags field based on kernel version by Isabelle Taylor · 5 years ago
  9. 1a9b771 trace_processor: fix sqlvalue comparision by Lalit Maganti · 5 years ago
  10. 809b2f9 trace_processor: move counter_definitions to new macro tables by Lalit Maganti · 5 years ago
  11. c165b87 processor: Extract HeapGraph parsing into module by Eric Seckler · 5 years ago
  12. 5f25e48 Merge "Count retained and uniquely retained bytes." by Florian Mayer · 5 years ago
  13. 04a93f2 Count retained and uniquely retained bytes. by Florian Mayer · 5 years ago
  14. b7d37d4 Merge "processor: Don't build VulkanMemoryTracker if graphics module disabled" by Treehugger Robot · 5 years ago
  15. eb22f45 processor: Don't build VulkanMemoryTracker if graphics module disabled by Eric Seckler · 5 years ago
  16. 7ce6fa4 processor: Exclude syscalls from build if not needed by Eric Seckler · 5 years ago
  17. 510a3ee processor: Support disabling json importer separately from export_json by Eric Seckler · 5 years ago
  18. a7870e6 processor: Make sql/sqlite layer optional at compile time by Eric Seckler · 5 years ago
  19. 6451758 trace_processor: Add boiler plate for binder events by Hector Dearman · 5 years ago
  20. a36cccc Trace Processor: add --httpd by Primiano Tucci · 5 years ago
  21. 88d9a55 Merge "trace_processor: migrate callsite table to new macro tables" by Lalit Maganti · 5 years ago
  22. aa0ff5b trace_processor: migrate callsite table to new macro tables by Lalit Maganti · 5 years ago
  23. ab0604c processor: Add ProtoImporterModules for android + system probes by Eric Seckler · 5 years ago
  24. 178094e processor: Support arg/metadata/label filters in ExportJson() by Eric Seckler · 5 years ago
  25. 137a467 processor: Move proto_trace_parser/tokenizer to importers/proto/ by Eric Seckler · 5 years ago
  26. 8528b9d Merge "processor: Extract graphics event parsing into an importer module" by Treehugger Robot · 5 years ago
  27. 63afd79 processor: Extract graphics event parsing into an importer module by Eric Seckler · 5 years ago
  28. 7fb1d23 processor: Expose a C++ API for ExportJson to chrome by Eric Seckler · 5 years ago
  29. 9fccfaf Merge "processor: Move TrackEvent tokenizing & parsing into module" by Eric Seckler · 5 years ago
  30. e1b1491 Merge "Trace Processor: extract rpc class" by Primiano Tucci · 5 years ago
  31. 771960c processor: Move TrackEvent tokenizing & parsing into module by Eric Seckler · 5 years ago
  32. ee1cdea processor: Make fuchsia trace parsing an optional compile-time dep by Eric Seckler · 5 years ago
  33. 0378311 Trace Processor: extract rpc class by Primiano Tucci · 5 years ago
  34. ac2ea61 processor: Make ftrace descriptors & utils compile-time optional by Eric Seckler · 5 years ago
  35. d379513 processor: Extract SchedEventTracker from EventTracker by Eric Seckler · 5 years ago
  36. c622b8b processor: Make metrics an optional compile-time dep by Eric Seckler · 5 years ago
  37. acfe35b processor: Move ftrace parsing and descriptors to importers/ftrace by Eric Seckler · 5 years ago
  38. 87ede88 processor: Extract ftrace parsing into FtraceModule/Parser by Eric Seckler · 5 years ago
  39. 5c7866e processor: Extract ftrace tokenization into FtraceModule/Tokenizer by Eric Seckler · 5 years ago
  40. d8b5208 processor: Move json, fuchsia, systrace parsers to importers subdirs by Eric Seckler · 5 years ago
  41. de58995 processor: Add foundations for modularization of proto trace parsing by Eric Seckler · 5 years ago
  42. 1a2ea13 Reland "processor: Move TimestampedTracePiece into its own header" by Eric Seckler · 5 years ago
  43. 04ecd2b Revert "processor: Move TimestampedTracePiece into its own header" by Eric Seckler · 5 years ago
  44. 2a161e3 processor: Move TimestampedTracePiece into its own header by Eric Seckler · 5 years ago
  45. 8f70bbf processor: extract a public ReadTrace() function from shell by Eric Seckler · 5 years ago
  46. b06d185 Support memory tracker layer from Gapid in Perfetto by Mohammad Reza Zakerinasab · 5 years ago
  47. 25e013e Add heap_graph_object table. by Florian Mayer · 5 years ago
  48. 4ea78d9 trace_processor: remove virtual track table and replace with async track table by Lalit Maganti · 5 years ago
  49. 80de698 Use trace processor for `trace_to_text symbolize`. by Florian Mayer · 5 years ago
  50. 2bd536a Refactor parser for all graphics related event by Raymond Chiu · 5 years ago
  51. e0b47f5 Parse appended data and add the symbols table by Ioannis Ilkos · 5 years ago
  52. ac68e9c trace_processor: migrate track table to new table macros by Lalit Maganti · 5 years ago
  53. d0001c3 Make trace_processor a host-only target by Primiano Tucci · 5 years ago
  54. 0241d10 Merge "Add missing sqlite initialization to trace processor unittests" by Primiano Tucci · 5 years ago
  55. 5e96c4e Add missing sqlite initialization to trace processor unittests by Primiano Tucci · 5 years ago
  56. 5d00c9c trace_processor: add support for strings in db tables by Lalit Maganti · 5 years ago
  57. ac002d3 Merge "trace_processor: add support for JSON metric output" by Lalit Maganti · 5 years ago
  58. 4ce4c52 Merge "Major clean up build files, use flags-per-feature." by Primiano Tucci · 5 years ago
  59. 02c1176 Major clean up build files, use flags-per-feature. by Primiano Tucci · 5 years ago
  60. 7f64c10 Added cpu_profile_stack_samples table to the trace_processor by Oystein Eftevaag · 5 years ago
  61. ba83345 Merge "Use '/protos/' as import prefix of perfetto protos" by Primiano Tucci · 5 years ago
  62. 6dc3546 trace_processor: add macro for generating zero boilerplate tables by Lalit Maganti · 5 years ago
  63. 355b8c8 Use '/protos/' as import prefix of perfetto protos by Primiano Tucci · 5 years ago
  64. 25863f7 trace_processor: add support for JSON metric output by Lalit Maganti · 5 years ago
  65. 7160ccc Add trace parser for SurfaceFlinger graphics frame events by Mikael Pessa · 5 years ago
  66. 03d1062 trace_processor: move more files to the sqlite folder by Lalit Maganti · 5 years ago
  67. a7c5d07 Merge "trace_processor: create sqlite folder and extract initial pieces" by Lalit Maganti · 5 years ago
  68. 737b376 trace_processor: create sqlite folder and extract initial pieces by Lalit Maganti · 5 years ago
  69. cdd69c9 trace_processor: expose tracks table to sqlite by Lalit Maganti · 5 years ago
  70. 51a39db Merge "Separate out the parts of HeapProfiling that CPUProfiling will reuse into StackProfiling" by Oystein Eftevaag · 5 years ago
  71. cf39caa trace_processor: add bitvector implementation by Lalit Maganti · 5 years ago
  72. 5419c58 Separate out the parts of HeapProfiling that CPUProfiling will reuse into StackProfiling by Oystein Eftevaag · 5 years ago
  73. d8c3d5c Parse gzip'ed traces by Hector Dearman · 5 years ago
  74. 5132c65 trace_processor: rename Table -> SqliteTable by Lalit Maganti · 5 years ago
  75. 008cdb9 Fix fuzzer build by Primiano Tucci · 5 years ago
  76. 15b6f2f Remove strings table by Mikhail Khokhlov · 5 years ago
  77. 5703ede processor: Add storage for virtual tracks by Eric Seckler · 5 years ago
  78. 0476ee9 trace_processor: support android packages list in proto trace parser by Ryan Savitski · 5 years ago
  79. 994a35d Add trace processor for GpuCounterEvent by Raymond Chiu · 5 years ago
  80. edace41 trace_processor: add support for building on Android by Lalit Maganti · 5 years ago
  81. 8ce2fa1 [fuchsia importer] Update TicksToNs to avoid overflow by Brian Hamrick · 5 years ago
  82. c221e20 Fix linux/win cross-compilation by Mikhail Khokhlov · 5 years ago
  83. 13ae72f Fix DEPS by Primiano Tucci · 5 years ago
  84. d33dc27 trace_processor: add support for zero events by Lalit Maganti · 5 years ago
  85. 225a4e6 Fix zlib deps and fix chrome roll by Primiano Tucci · 5 years ago
  86. 2e6a3e8 Merge "Enable json library in chromium builds" by Treehugger Robot · 5 years ago
  87. 4c91502 Merge "Expose trace_processor_shell target to build from chrome checkout" by Mikhail Khokhlov · 5 years ago
  88. 291595d Enable json library in chromium builds by Mikhail Khokhlov · 5 years ago
  89. 22f1de5 trace_processor: add support for importing ctrace files by Hector Dearman · 5 years ago
  90. 8643d1c Expose trace_processor_shell target to build from chrome checkout by Mikhail Khokhlov · 5 years ago
  91. b02d8dc Improve metatrace, allow to be used in production by Primiano Tucci · 5 years ago
  92. 2c5488f Reshuffle include/ directory layout by Primiano Tucci · 5 years ago
  93. 885fda0 Fix trace_processor static_library target by Primiano Tucci · 5 years ago
  94. 14e1abd Exclude trace_processor_shell from Chrome/embedder builds by Oystein Eftevaag · 5 years ago
  95. c70cd21 trace_processor: add sqlite.h to build files by Lalit Maganti · 5 years ago
  96. 72e7949 Merge "trace_processor: add support for systrace parsing" by Lalit Maganti · 5 years ago
  97. 46b353b Merge "perfetto: fix support for proto_descriptor targets" by Lalit Maganti · 5 years ago
  98. d54d752 trace_processor: add support for systrace parsing by Lalit Maganti · 5 years ago
  99. a45a95e Build trace processor lib on windows by Mikhail Khokhlov · 5 years ago
  100. f9799c6 perfetto: fix support for proto_descriptor targets by Lalit Maganti · 5 years ago