1. 96f298c Update doc in gpu related proto by Raymond Chiu · 5 years ago
  2. be49735 Merge "Reland: Add proto for recording VkDebugMarkerSetObjectNameEXT" by Raymond Chiu · 5 years ago
  3. b5b636e Merge "trace_processor: fix tests in Chrome on Android" by Mikhail Khokhlov · 5 years ago
  4. f6f7add Merge "Convert time of heap snapshots." by Florian Mayer · 5 years ago
  5. fb21b35 trace_processor: fix tests in Chrome on Android by Mikhail Khokhlov · 5 years ago
  6. 13ce2db Merge "trace_processor: allow comparisions between doubles and ints" by Lalit Maganti · 5 years ago
  7. ed653fd Convert time of heap snapshots. by Florian Mayer · 5 years ago
  8. 200fc65 trace_processor: allow comparisions between doubles and ints by Lalit Maganti · 5 years ago
  9. 78598b9 Merge "trace_processor: fix null dereference in ref_type mapping" by Lalit Maganti · 5 years ago
  10. a18db72 Merge changes I93bf64ce,Ib30d867e,Iab2e2b59,I4b7109d2,I511b1782, ... by Mikhail Khokhlov · 5 years ago
  11. b134d25 trace_processor: fix null dereference in ref_type mapping by Lalit Maganti · 5 years ago
  12. 43e5dce trace_processor: Remove unused ProtoImporterModule template by Mikhail Khokhlov · 5 years ago
  13. 1308e3f trace_processor: migrate slice table to new database tables by Lalit Maganti · 5 years ago
  14. 49d99fe Merge "trace_processor: outline slow path functions and add comments" by Lalit Maganti · 5 years ago
  15. dd1db00 trace_processor: Migrate ftrace_module to the new base class by Mikhail Khokhlov · 5 years ago
  16. e691a2e Merge "protozero: add dependency on src/base" by Treehugger Robot · 5 years ago
  17. 429eb56 Merge "traced: Bump limit on concurrent sessions 5 -> 15" by Primiano Tucci · 5 years ago
  18. bc50873 protozero: add dependency on src/base by Lalit Maganti · 5 years ago
  19. e088d2f Merge "processor: Fix a spelling mistake in GetColumnName API" by Treehugger Robot · 5 years ago
  20. a4f75b7 processor: Fix a spelling mistake in GetColumnName API by Eric Seckler · 5 years ago
  21. ddba3e6 trace_processor: Migrate heap_graph_module to the new base class by Mikhail Khokhlov · 5 years ago
  22. 96248ff trace_processor: Migrate android_probes_module to the new base class by Mikhail Khokhlov · 5 years ago
  23. 71822c7 trace_processor: Migrate system_probes_module to the new base class by Mikhail Khokhlov · 5 years ago
  24. 430a24d trace_processor: remove atrace slice map and remove {Begin,End}Android by Lalit Maganti · 5 years ago
  25. 5d526b8 Reland: Add proto for recording VkDebugMarkerSetObjectNameEXT by Raymond Chiu · 5 years ago
  26. eefb5ed Merge "Fix logging for long lines" by Treehugger Robot · 5 years ago
  27. ccedbae Merge "Add slices for DisplayedFrame track" by Treehugger Robot · 5 years ago
  28. 3519457 Fix logging for long lines by Primiano Tucci · 5 years ago
  29. 4b5de1a trace_processor: Migrate track_event_module to the new base class by Mikhail Khokhlov · 5 years ago
  30. 306bd89 trace_processor: outline slow path functions and add comments by Lalit Maganti · 5 years ago
  31. 4c70670 Merge "processor: Export all stats to JSON" by Treehugger Robot · 5 years ago
  32. 4351f60 Merge "[trace_processor] New base class for proto importer modules" by Treehugger Robot · 5 years ago
  33. 97228c7 Merge "Fix process metadata query to avoid empty Package" by Treehugger Robot · 5 years ago
  34. 6afc9c9 Merge "Add unique session name to log" by Treehugger Robot · 5 years ago
  35. e2b4e5c processor: Export all stats to JSON by Eric Seckler · 5 years ago
  36. 250f814 Fix process metadata query to avoid empty Package by Rafal Slawik · 5 years ago
  37. 785af54 [trace_processor] New base class for proto importer modules by Mikhail Khokhlov · 5 years ago
  38. ee78098 Merge "trace_processor: migrate counter table to new database tables" by Lalit Maganti · 5 years ago
  39. 494eb74 Merge "trace_processor: correctly propogate empty messages" by Lalit Maganti · 5 years ago
  40. a44bea3 Merge "trace_processor: rewrite span join to be clearer" by Treehugger Robot · 5 years ago
  41. ab884b2 traced: Bump limit on concurrent sessions 5 -> 15 by Hector Dearman · 5 years ago
  42. a14bec0 Merge "Reland: Reland: Add statsd logging to perfetto_cmd" by Hector Dearman · 5 years ago
  43. 15a09a9 Merge "Prevent warnings in amalgamated builds" by Primiano Tucci · 5 years ago
  44. 11341c4 Add slices for DisplayedFrame track by Adithya Srinivasan · 5 years ago
  45. 93f45b2 Prevent warnings in amalgamated builds by Primiano Tucci · 5 years ago
  46. 151b7fe trace_processor: rewrite span join to be clearer by Lalit Maganti · 5 years ago
  47. daaabf1 trace_processor: correctly propogate empty messages by Lalit Maganti · 5 years ago
  48. 5e50c17 Fix FlatSet initializer ctor and fix mac build by Primiano Tucci · 5 years ago
  49. 84fc37a Merge changes I3baffa77,Ie3e57e98 by Primiano Tucci · 5 years ago
  50. aad2afd Merge "Add --version option to traced and traced_probes" by Primiano Tucci · 5 years ago
  51. a10739e Merge "Do not crash when socket in client was closed." by Florian Mayer · 5 years ago
  52. 7c57528 Add unique session name to log by Hector Dearman · 5 years ago
  53. 92d7d11 Reland: Reland: Add statsd logging to perfetto_cmd by Hector Dearman · 5 years ago
  54. 974cb18 Merge "Logging: don't emit ANSI color codes if !isatty()" by Primiano Tucci · 5 years ago
  55. 86d2144 Merge "Relax CPU watchdog and fix memory watchdog estimation" by Primiano Tucci · 5 years ago
  56. abfd928 Do not crash when socket in client was closed. by Florian Mayer · 5 years ago
  57. 645a61e Use base::FlatSet for pid tracking in ftrace metadata by Primiano Tucci · 5 years ago
  58. 673b576 Add --version option to traced and traced_probes by Davide Pallotti · 5 years ago
  59. e99896b Merge "traced_probes: Add sde/tracing_mark_write event" by Treehugger Robot · 5 years ago
  60. d0d7a00 Merge "perfetto-cmd: Save/Load state using protozero" by Hector Dearman · 5 years ago
  61. 79dd3bc Introduce base::FlatSet by Primiano Tucci · 5 years ago
  62. 1ac9730 Relax CPU watchdog and fix memory watchdog estimation by Primiano Tucci · 5 years ago
  63. c64b05f Logging: don't emit ANSI color codes if !isatty() by Primiano Tucci · 5 years ago
  64. 94c47f0 Fix copyright headers by Primiano Tucci · 5 years ago
  65. d90f595 Merge "perfetto-cmd: Pass IsUser as arg" by Hector Dearman · 5 years ago
  66. f192b01 Merge "Revert "Reland: Add statsd logging to perfetto_cmd"" by Hector Dearman · 5 years ago
  67. 64f2e05 Revert "Reland: Add statsd logging to perfetto_cmd" by Hector Dearman · 5 years ago
  68. 77e5e05 Merge "Reland: Add statsd logging to perfetto_cmd" by Hector Dearman · 5 years ago
  69. 4b3b3ad trace_processor: migrate counter table to new database tables by Lalit Maganti · 5 years ago
  70. 1759c2d Merge "Fix crash if send fails." by Florian Mayer · 5 years ago
  71. 3e6cf33 Merge "proto/processor: Add typed TrackEvent args for three chrome messages." by Eric Seckler · 5 years ago
  72. a4a0f9c Fix crash if send fails. by Florian Mayer · 5 years ago
  73. 3cd7cd5 traced_probes: Add sde/tracing_mark_write event by Hector Dearman · 5 years ago
  74. 0eccc52 processor: Actually propagate string pool size config to TraceStorage by Eric Seckler · 5 years ago
  75. e1e8ff4 proto/processor: Add typed TrackEvent args for three chrome messages. by Eric Seckler · 5 years ago
  76. 2ae359a Reland: Add statsd logging to perfetto_cmd by Hector Dearman · 5 years ago
  77. 040f958 perfetto-cmd: Save/Load state using protozero by Hector Dearman · 5 years ago
  78. b6178bd perfetto-cmd: Pass IsUser as arg by Hector Dearman · 5 years ago
  79. e3c3995 Use the provided ArgsTracker rather then the one in the context while parsing by Stephen Nusko · 5 years ago
  80. a002a37 Merge "Cleanup: remove deprecated fields" by Rafal Slawik · 5 years ago
  81. 54e4d79 Merge "trace_processor: don't reset ion memory counters" by Lalit Maganti · 5 years ago
  82. 7a2540f Merge "trace_processor: cleanup ugly double function call to get col by name" by Lalit Maganti · 5 years ago
  83. 15513c2 Merge "Remove some other libprotobuf deps from perfetto cmdline client" by Primiano Tucci · 5 years ago
  84. 8c0012b Merge "Allow TraceProcessor to parse ChromeCompositorSchedulerState." by Treehugger Robot · 5 years ago
  85. c0a0537 trace_processor: don't reset ion memory counters by Lalit Maganti · 5 years ago
  86. 597d1b2 Make ReachableNode iterative rather than recursive. by Florian Mayer · 5 years ago
  87. 54985c2 Remove some other libprotobuf deps from perfetto cmdline client by Primiano Tucci · 5 years ago
  88. bc76a6c Allow TraceProcessor to parse ChromeCompositorSchedulerState. by Stephen Nusko · 5 years ago
  89. 367d80c Cleanup: remove deprecated fields by Rafal Slawik · 5 years ago
  90. f550b25 Reland "Upgrade to protobuf v3.9.0"" by Primiano Tucci · 5 years ago
  91. bfcc2ca Merge "Find process sizes during LMK" by Rafal Slawik · 5 years ago
  92. e09dcfb protozero: Fix use-of-uninitialized-value in MessageHandleBase by Michael Spang · 5 years ago
  93. b2ed1f5 trace_processor: cleanup ugly double function call to get col by name by Lalit Maganti · 5 years ago
  94. a5287b0 trace_processor: add helper methods for adding constraints on typed cols by Lalit Maganti · 5 years ago
  95. 7724a94 Merge "Add Vulkan memory tracker config to trace config" by Mohammad Reza Zakerinasab · 5 years ago
  96. d9a209c Add Vulkan memory tracker config to trace config by Mohammad Reza Zakerinasab · 5 years ago
  97. f6ccb05 Merge "trace_processor: Replace FATAL with error stat" by Lalit Maganti · 5 years ago
  98. 932d18d Find process sizes during LMK by Rafal Slawik · 5 years ago
  99. 33713a7 trace_processor: Replace FATAL with error stat by Hector Dearman · 5 years ago
  100. 26a0e09 Add all matched packages to process metadata by Rafal Slawik · 5 years ago