1. 06264b4 Add proto for managed heap graphs. by Florian Mayer · 5 years ago
  2. 648eb97 Merge "Dump on StopDataSource rather than on Flush." by Florian Mayer · 5 years ago
  3. b1677db Merge "client api: Add a way to trace directly to a file" by Sami Kyostila · 5 years ago
  4. 41b798c Merge "Count invalid packets in TraceStats." by Florian Mayer · 5 years ago
  5. ae9673f trace_buffer: fix debug log statement (wrong var name) by Ryan · 5 years ago
  6. ec62e3e Cleanup perfetto_cmd.cc by Primiano Tucci · 5 years ago
  7. c310fac Merge "gen_amalgamated: Bake defines into header" by Sami Kyostila · 5 years ago
  8. c09ca29 client api: Add a way to trace directly to a file by Sami Kyostila · 5 years ago
  9. bff9857 Merge "Fix presubmits" by Hector Dearman · 5 years ago
  10. 094fa97 Merge "Perfetto | Userspace slice selection" by Treehugger Robot · 5 years ago
  11. e54d782 Merge "Amalgamated SDK: add track event" by Primiano Tucci · 5 years ago
  12. d434137 Amalgamated SDK: add track event by Primiano Tucci · 5 years ago
  13. d7e4835 Merge "traced_probes: ftrace page header parsing: turn "overwrite_count" into a bool that it effectively is" by Treehugger Robot · 5 years ago
  14. 5bece6e gen_amalgamated: Bake defines into header by Sami Kyostila · 5 years ago
  15. b3891c1 UI: Get rid of RTL ellipsis and fix GPU icon by Primiano Tucci · 5 years ago
  16. 091864c Merge "Change how we fork so we don't fork while threads are present." by Treehugger Robot · 5 years ago
  17. dc3e6ea Fix presubmits by Hector Dearman · 5 years ago
  18. 7ed52d2 Merge "UI: cleanup message port initialization" by Eric Seckler · 5 years ago
  19. 87943de Perfetto | Userspace slice selection by Nicolò Mazzucato · 5 years ago
  20. f2d4569 Count invalid packets in TraceStats. by Florian Mayer · 5 years ago
  21. 65387bc Merge "UI: Reinforced guarding of video components" by Treehugger Robot · 5 years ago
  22. 28b04a5 Merge "perfetto-ui: Show/hide sidebar" by Isabelle Taylor · 5 years ago
  23. f94398d UI: cleanup message port initialization by Primiano Tucci · 5 years ago
  24. 6e45e9a Dump on StopDataSource rather than on Flush. by Florian Mayer · 5 years ago
  25. 206db47 processor: Export unfinished slices to JSON correctly by Eric Seckler · 5 years ago
  26. 2d44f01 Merge "processor: Export async event thread timestamps to JSON" by Eric Seckler · 5 years ago
  27. c63a3af processor: Export async event thread timestamps to JSON by Eric Seckler · 5 years ago
  28. 85a86e5 Merge "processor: Parse TrackEvent's thread instruction count fields" by Eric Seckler · 5 years ago
  29. 87a12a8 Change how we fork so we don't fork while threads are present. by Stephen Nusko · 5 years ago
  30. 269e634 Merge "Don't dlclose libperfetto_android_internal.so once loaded" by Primiano Tucci · 5 years ago
  31. 23968af Merge "Client API: Allow data sources to handle Stop asynchronously" by Primiano Tucci · 5 years ago
  32. dd5ebc9 Client API: Allow data sources to handle Stop asynchronously by Primiano Tucci · 5 years ago
  33. b088b60 Merge "CI: Add CL Link to gerrit message" by Primiano Tucci · 5 years ago
  34. 04f012f CI: Add CL Link to gerrit message by Primiano Tucci · 5 years ago
  35. a6ebe13 Don't dlclose libperfetto_android_internal.so once loaded by Primiano Tucci · 5 years ago
  36. c7fb94a traced_probes: ftrace page header parsing: turn "overwrite_count" into a bool that it effectively is by Ryan Savitski · 5 years ago
  37. 397e783 Merge "Change "Frame too large" from DLOG to LOG." by Florian Mayer · 5 years ago
  38. a76f3b0 Merge "Demote some error logs" by Treehugger Robot · 5 years ago
  39. 7d91e0a Merge "traced_probes ftrace: switch back to single-threaded, nonblocking read(2)-only approach" by Ryan Savitski · 5 years ago
  40. 9ed1859 Merge changes I5ba92202,I41f1d117 by Eric Seckler · 5 years ago
  41. a235514 Change "Frame too large" from DLOG to LOG. by Florian Mayer · 5 years ago
  42. af70a80 UI: Reinforced guarding of video components by Kodi Obika · 5 years ago
  43. 9ed1898 traced_probes ftrace: switch back to single-threaded, nonblocking read(2)-only approach by Ryan · 5 years ago
  44. b52d52a startup writers: Support no-stall mode by Eric Seckler · 5 years ago
  45. 08425ca shmem: Add an option to drop data instead of stalling on SMB exhaustion by Eric Seckler · 5 years ago
  46. f41b7c7 perfetto-ui: Show/hide sidebar by Isabelle Taylor · 5 years ago
  47. 361d65f Merge "Add Perfetto protos for Chrome log messages" by Treehugger Robot · 5 years ago
  48. a3928b1 Merge "Fix android-on-mac build" by Primiano Tucci · 5 years ago
  49. fd3e53d Merge "protozero: Add post-increment operator for repeated fields" by Treehugger Robot · 5 years ago
  50. 85940b7 Add Perfetto protos for Chrome log messages by Nicolò Mazzucato · 5 years ago
  51. 0cf661b Merge "Client API: Expose Flush() method" by Primiano Tucci · 5 years ago
  52. 35305a0 Merge "client api: Support data sources across translation units" by Treehugger Robot · 5 years ago
  53. 4f5b967 Merge "client api: Select a tracing backing automatically" by Treehugger Robot · 5 years ago
  54. 5b50920 protozero: Add post-increment operator for repeated fields by Sami Kyostila · 5 years ago
  55. 027f74b client api: Support data sources across translation units by Sami Kyostila · 5 years ago
  56. e9bbf3c client api: Select a tracing backing automatically by Sami Kyostila · 5 years ago
  57. 7a75f42 Demote some error logs by Primiano Tucci · 5 years ago
  58. b4c3c4d Fix android-on-mac build by Primiano Tucci · 5 years ago
  59. 6744006 Merge "Order the trace writer while commiting in startup registry" by Siddhartha S · 5 years ago
  60. 2d896b4 Order the trace writer while commiting in startup registry by ssid · 5 years ago
  61. 879203d Client API: Expose Flush() method by Primiano Tucci · 5 years ago
  62. 5f008e9 Merge "perfetto-ui: Fix record page" by Treehugger Robot · 5 years ago
  63. 13030fd Merge "Remove go link." by Florian Mayer · 5 years ago
  64. 112eb6e Remove go link. by Florian Mayer · 5 years ago
  65. c53c2f8 Merge "Fixes to tracing API README." by Florian Mayer · 5 years ago
  66. f337c7b Fixes to tracing API README. by Florian Mayer · 5 years ago
  67. e472a64 perfetto-ui: Fix record page by Isabelle Taylor · 5 years ago
  68. cde26f1 Merge "Fix incorrect parameter in README." by Ryan Savitski · 5 years ago
  69. 05c925d Undo accidental BUILD.gn change by Primiano Tucci · 5 years ago
  70. 10b3548 Fix incorrect parameter in README. by Florian Mayer · 5 years ago
  71. da87520 gcc build fix for protoprofile switch by Ryan Savitski · 5 years ago
  72. 438b832 Merge "Add tools/protoprofile" by Hector Dearman · 5 years ago
  73. 459dcc9 Merge "trace_to_text: Handle unusual control characters" by Hector Dearman · 5 years ago
  74. 9485ba2 trace_to_text: Handle unusual control characters by Hector Dearman · 5 years ago
  75. a36fb7e Merge "processor: Import thread timestamps for use_async_tts async events" by Eric Seckler · 5 years ago
  76. 54f30a3 processor: Parse TrackEvent's thread instruction count fields by Eric Seckler · 5 years ago
  77. c3430c6 processor: Import thread timestamps for use_async_tts async events by Eric Seckler · 5 years ago
  78. 65c898e base: Fix windows build by Eric Seckler · 5 years ago
  79. 1448e00 Fix CI by Primiano Tucci · 5 years ago
  80. b484959 Merge "Fix fuzzer build" by Primiano Tucci · 5 years ago
  81. fe9430c Merge "Add trace processor for GpuRenderStageEvent" by Raymond Chiu · 5 years ago
  82. a4960e4 Merge "CI: workaround for "error waiting for container: unexpected EOF"" by Primiano Tucci · 5 years ago
  83. 008cdb9 Fix fuzzer build by Primiano Tucci · 5 years ago
  84. 449d2fd Add trace processor for GpuRenderStageEvent by Raymond Chiu · 5 years ago
  85. 801bb26 Merge "traceconv: fix end_state printing for traceconv" by Lalit Maganti · 5 years ago
  86. 84d6adf ttt: fix gcc build by Lalit Maganti · 5 years ago
  87. fa0bfce Merge "perfetto-ui: Truncate big traces opened with legacy UI" by Isabelle Taylor · 5 years ago
  88. 07efe19 Merge "Trace processor: don't output default values for optional field in json" by Mikhail Khokhlov · 5 years ago
  89. e881b1a traceconv: fix end_state printing for traceconv by Lalit Maganti · 5 years ago
  90. 423a8fd traceconv: fix printing of sched_blocked_reason and workqueue_queue_work by Lalit Maganti · 5 years ago
  91. a8bbe81 Merge "processor: Import otherwise unhandled LegacyEvents as raw events" by Eric Seckler · 5 years ago
  92. 3616447 Merge "Block client per default." by Florian Mayer · 5 years ago
  93. f40dedd Block client per default. by Florian Mayer · 5 years ago
  94. 7fead1c Add tools/protoprofile by Hector Dearman · 5 years ago
  95. b7e2633 processor: Import otherwise unhandled LegacyEvents as raw events by Eric Seckler · 5 years ago
  96. 453dbd5 perfetto-ui: Truncate big traces opened with legacy UI by Isabelle Taylor · 5 years ago
  97. b1bf6ea CI: workaround for "error waiting for container: unexpected EOF" by Primiano Tucci · 5 years ago
  98. a09872d Trace processor: don't output default values for optional field in json by Mikhail Khokhlov · 5 years ago
  99. 83333a1 Merge "perfetto: fix build on macOS" by Lalit Maganti · 5 years ago
  100. 9b78d5d perfetto: fix build on macOS by Lalit Maganti · 5 years ago