1. 7b6a788 Remove lite runtime from all perfetto protos by Primiano Tucci · 4 years, 7 months ago
  2. 649f757 Merge "Remove symbols that are definitely not obfuscated" by Ioannis Ilkos · 4 years, 7 months ago
  3. cf0fcdb Merge "processor: Export pid/tid as signed integers into JSON" by Eric Seckler · 4 years, 7 months ago
  4. b723a49 Remove symbols that are definitely not obfuscated by Ioannis Ilkos · 4 years, 7 months ago
  5. eb75590 Merge "trace_processor: fix compile and build on fuzzer" by Lalit Maganti · 4 years, 7 months ago
  6. 202b1a9 Merge "Fix precision errors by explicit casting" by Joel Fernandes · 4 years, 7 months ago
  7. b4eaf21 trace_processor: fix compile and build on fuzzer by Lalit Maganti · 4 years, 7 months ago
  8. 5c58f75 Merge "Revert "GTEST_EXECUTE_STATEMENT_ is not available on iOS execute the statement directly instead."" by Lalit Maganti · 4 years, 7 months ago
  9. 07fa88b Revert "GTEST_EXECUTE_STATEMENT_ is not available on iOS execute the statement directly instead." by Lalit Maganti · 4 years, 7 months ago
  10. 88cab6f processor: Export pid/tid as signed integers into JSON by Eric Seckler · 4 years, 7 months ago
  11. 914e2e4 Merge "Add VulkanApiEvent.VkQueueSubmit message" by Raymond Chiu · 4 years, 7 months ago
  12. 79e9076 Merge "trace_processor: Run metrics on Windows" by Mikhail Khokhlov · 4 years, 7 months ago
  13. 04b6283 Merge "gn: Fix issue with finding llvm when using python3" by Primiano Tucci · 4 years, 7 months ago
  14. 7dbc9b3 Merge changes Ic6800bd0,I29636316 by Hector Dearman · 4 years, 7 months ago
  15. ffd67a3 Fix precision errors by explicit casting by Joel Fernandes · 4 years, 7 months ago
  16. e0d2ce0 gn: Fix issue with finding llvm when using python3 by Joel Fernandes · 4 years, 7 months ago
  17. fcbb268 Merge "processor: Fix handling of 0 timestamp in TrackEventTokenizer." by Treehugger Robot · 4 years, 7 months ago
  18. e78c76b Merge "heapprofd producer: use sigqueue(si_value: 0) instead of kill" by Ryan Savitski · 4 years, 7 months ago
  19. e6953b3 Merge "perfetto-ui: Toggle sidebar on ctrl/cmd + b" by Isabelle Taylor · 4 years, 7 months ago
  20. 05397c8 Merge "client lib: Support building in Chrome using a fake platform" by Eric Seckler · 4 years, 7 months ago
  21. 8c069ce Merge "processor: Translate duplicate pids/tids during json export" by Eric Seckler · 4 years, 7 months ago
  22. 9a1cb49 Merge changes I1bb0e215,I498ed990 by Bruno Buss · 4 years, 7 months ago
  23. 1510294 Merge "processor: Support pid reuse in ProcessTracker without Start/EndThread" by Treehugger Robot · 4 years, 7 months ago
  24. f1ef2db Fix compilation of to signbit call. by Bruno Buss · 4 years, 7 months ago
  25. 2052b3c Fix compilation: add missing #include's. by Bruno Buss · 4 years, 7 months ago
  26. bb0e154 processor: Translate duplicate pids/tids during json export by Eric Seckler · 4 years, 7 months ago
  27. bdb6338 Merge "GTEST_EXECUTE_STATEMENT_ is not available on iOS execute the statement directly instead." by Primiano Tucci · 4 years, 7 months ago
  28. 11c11a1 Merge "Make zlib optional" by Treehugger Robot · 4 years, 7 months ago
  29. 1ac448a ui: Speed up thread state track a little by Hector Dearman · 4 years, 7 months ago
  30. 9cd22df ui: Enforce minimum track size by Hector Dearman · 4 years, 7 months ago
  31. c9460b0 client lib: Support building in Chrome using a fake platform by Eric Seckler · 4 years, 7 months ago
  32. e71a307 processor: Fix handling of 0 timestamp in TrackEventTokenizer. by Eric Seckler · 4 years, 7 months ago
  33. 1b5fdae Make zlib optional by Primiano Tucci · 4 years, 7 months ago
  34. 1039ef1 Merge "Enable -Wpedantic to improve GCC compatibility" by Sami Kyostila · 4 years, 7 months ago
  35. 54280d3 processor: Support pid reuse in ProcessTracker without Start/EndThread by Eric Seckler · 4 years, 7 months ago
  36. 11aafec GTEST_EXECUTE_STATEMENT_ is not available on iOS execute the statement directly instead. by Stephen Nusko · 4 years, 7 months ago
  37. 363ca67 Merge "trace_processor: fix RestoreInitialTables()" by Treehugger Robot · 4 years, 7 months ago
  38. 6ae672c Merge "Enable CreateMayFile to fail gracefuly when faced with errors opening the socket." by Treehugger Robot · 4 years, 7 months ago
  39. e392fad Merge "Fixed a nanosecond vs microsecond issue with streaming profile packets" by Oystein Eftevaag · 4 years, 7 months ago
  40. 683dc4a Add VulkanApiEvent.VkQueueSubmit message by Raymond Chiu · 4 years, 7 months ago
  41. 1b4c8fc trace_processor: fix RestoreInitialTables() by Primiano Tucci · 4 years, 7 months ago
  42. 8c3dd8c Enable CreateMayFile to fail gracefuly when faced with errors opening the socket. by Stephen Nusko · 4 years, 7 months ago
  43. 1c76dff Enable -Wpedantic to improve GCC compatibility by Sami Kyostila · 4 years, 7 months ago
  44. 47bc3d6 trace_processor: remove InternString mocking by Lalit Maganti · 4 years, 7 months ago
  45. f0599a0 trace_processor: cleanup StringPool and StringIds by Lalit Maganti · 4 years, 7 months ago
  46. b3335f5 trace_processor: allow start timestamps to be nullopt for thread/process by Lalit Maganti · 4 years, 7 months ago
  47. f87a2d7 Merge "trace_processor: remove tableid and refactor argstracker to use ids" by Lalit Maganti · 4 years, 7 months ago
  48. 8ff8e76 perfetto-ui: Toggle sidebar on ctrl/cmd + b by Isabelle Taylor · 4 years, 7 months ago
  49. f7650d0 Merge "processor: Refactor string pool IDs" by Eric Seckler · 4 years, 7 months ago
  50. 5228f36 trace_processor: remove tableid and refactor argstracker to use ids by Lalit Maganti · 4 years, 7 months ago
  51. d4e0f93 Merge "protos: Consistent enum type naming between ChromeProcess/ThreadDesc" by Eric Seckler · 4 years, 7 months ago
  52. c2b27aa protos: Consistent enum type naming between ChromeProcess/ThreadDesc by Eric Seckler · 4 years, 7 months ago
  53. 947555e Merge "ui: minor fixes for feature-detection and record page" by Primiano Tucci · 4 years, 7 months ago
  54. dbc96fc ui: minor fixes for feature-detection and record page by Primiano Tucci · 4 years, 7 months ago
  55. 6fa4a06 ui extension: Allow connections from localhost by Eric Seckler · 4 years, 7 months ago
  56. 56f27db processor: Refactor string pool IDs by Eric Seckler · 4 years, 7 months ago
  57. 0a486a6 Merge "processor: Support TrackDescriptor's parent_uuid + pid/tid reuse" by Eric Seckler · 4 years, 7 months ago
  58. 65ab966 Fixed a nanosecond vs microsecond issue with streaming profile packets by Oystein Eftevaag · 4 years, 7 months ago
  59. d3e5911 Merge "ui: add offline support via ServiceWorker" by Primiano Tucci · 4 years, 7 months ago
  60. 3552aaf ui: add offline support via ServiceWorker by Primiano Tucci · 4 years, 7 months ago
  61. 582f7ce trace_processor: Run metrics on Windows by Mikhail Khokhlov · 4 years, 7 months ago
  62. 28f5c81 Merge "trace_processor: fix debug assertion on Windows" by Mikhail Khokhlov · 4 years, 7 months ago
  63. 3183c6d processor: Support TrackDescriptor's parent_uuid + pid/tid reuse by Eric Seckler · 4 years, 7 months ago
  64. f2839ae Merge "UI: CSS/Layout fixes on the recording page" by Primiano Tucci · 4 years, 7 months ago
  65. 67d1aa4 Merge "Fix mac build, add static_cast" by Primiano Tucci · 4 years, 7 months ago
  66. 54f5786 Merge "Improve error message when no profile is generated." by Florian Mayer · 4 years, 7 months ago
  67. 96f607b Improve error message when no profile is generated. by Florian Mayer · 4 years, 7 months ago
  68. 7c7e292 trace_processor: fix debug assertion on Windows by Mikhail Khokhlov · 4 years, 7 months ago
  69. 5ce1cdd Merge "Rename experimental_heap_graph_allocation." by Florian Mayer · 4 years, 7 months ago
  70. 81759a9 Fix mac build, add static_cast by Primiano Tucci · 4 years, 7 months ago
  71. a49f6e9 Update trace_to_text for heap_profile. by Florian Mayer · 4 years, 7 months ago
  72. 989021d Rename experimental_heap_graph_allocation. by Florian Mayer · 4 years, 7 months ago
  73. 722d0e6 UI: CSS/Layout fixes on the recording page by Primiano Tucci · 4 years, 7 months ago
  74. eac62c2 Merge "Update version of libunwindstack." by Florian Mayer · 4 years, 7 months ago
  75. 9640b3d base: Harmonize PlatformThreadID => PlatformThreadId by Sami Kyostila · 4 years, 7 months ago
  76. 97292c3 base: Remove unnecessary cast in GetThreadId() for Fuchsia by Sami Kyostila · 4 years, 7 months ago
  77. 1606d4a Merge "perfetto: correctly ifdef prctl call" by Lalit Maganti · 4 years, 7 months ago
  78. f2c89cc Update version of libunwindstack. by Florian Mayer · 4 years, 7 months ago
  79. c9b0934 Merge "proto/processor: Add process name to ProcessDescriptor" by Treehugger Robot · 4 years, 7 months ago
  80. 2a4de84 TrackEvent: Don't emit category name with end events by Sami Kyostila · 4 years, 7 months ago
  81. fb2fac4 perfetto: correctly ifdef prctl call by Lalit Maganti · 4 years, 7 months ago
  82. 679b29d trace_processor: migrate raw table to macro tables by Lalit Maganti · 4 years, 7 months ago
  83. 2f96abc Merge "trace_processor: split gfp_flags and variadic into their own folder" by Lalit Maganti · 4 years, 7 months ago
  84. 509d4ac Merge "TrackEvent: Add support for tracks" by Sami Kyostila · 4 years, 7 months ago
  85. b665209 Rename heap_graph_allocation table. by Florian Mayer · 4 years, 7 months ago
  86. 83b53fa trace_processor: split gfp_flags and variadic into their own folder by Lalit Maganti · 4 years, 7 months ago
  87. 3af8c8b Merge "[Reland] perfetto: merge TaskRunnerThread and base::ThreadTaskRunner" by Lalit Maganti · 4 years, 7 months ago
  88. 26a0437 TrackEvent: Add support for tracks by Sami Kyostila · 4 years, 7 months ago
  89. 557f55b Handle NULL symbol_set_ids. by Florian Mayer · 4 years, 7 months ago
  90. 7d12847 proto/processor: Add process name to ProcessDescriptor by Eric Seckler · 4 years, 7 months ago
  91. b2a742b Merge "Vulkan memory tracker - remove unspecified counter from driver" by Mohammad Reza Zakerinasab · 4 years, 7 months ago
  92. 9782f49 [Reland] perfetto: merge TaskRunnerThread and base::ThreadTaskRunner by Lalit Maganti · 4 years, 7 months ago
  93. 975bbd7 Add gpu data in render stage event to args table by Raymond Chiu · 4 years, 8 months ago
  94. a2970bd Merge "Revert "perfetto: merge TaskRunnerThread and base::ThreadTaskRunner"" by Lalit Maganti · 4 years, 7 months ago
  95. 1ccebae Revert "perfetto: merge TaskRunnerThread and base::ThreadTaskRunner" by Lalit Maganti · 4 years, 7 months ago
  96. 29ee0b2 Merge "Disambiguate post-fork logging message." by Florian Mayer · 4 years, 7 months ago
  97. 18c5248 Merge "Add build support for iOS and NaCl for libperfetto." by Stephen Nusko · 4 years, 7 months ago
  98. f1b6e7f Merge "trace_processor: some cleanup from old CLs" by Lalit Maganti · 4 years, 7 months ago
  99. bda82e9 Merge "perfetto: Add subscription-id to UUID" by Hector Dearman · 4 years, 7 months ago
  100. db1ead0 Merge "trace_processor: close all descendent slices of slice with invalid dur" by Lalit Maganti · 4 years, 7 months ago