1. 5ea57a9 Remove PERFETTO_INTERNAL_TRACK_EVENT by Daniele Di Proietto · 4 months ago
  2. 8be2199 Merge "[chrome] Export base Uuid" into main by Etienne Pierre-doray · 4 months ago
  3. dbbf1bd [chrome] Export base Uuid by Etienne Pierre-doray · 4 months ago
  4. 56b15cc Merge "tracing: export ProcessDescriptor and TrackDescriptor proto headers" into main by Treehugger Robot · 4 months ago
  5. b5fc725 Enable Thread Safety Annotations for Perfetto standalone builds. by Kirill Timofeev · 4 months ago
  6. b7080b8 Enable Thread Safety Annotations for Perfetto standalone builds. by Kirill Timofeev · 4 months ago
  7. 6dd9c8b Enable Thread Safety Annotations for Perfetto standalone builds. by Kirill Timofeev · 5 months ago
  8. dfc1541 Merge "[API] Expose clone session to perfetto API" into main by Etienne Pierre-doray · 5 months ago
  9. 5cd63ff [API] Expose clone session to perfetto API by Etienne Pierre-doray · 5 months ago
  10. 5d7a93a tracing: export ProcessDescriptor and TrackDescriptor proto headers by Daniele Di Proietto · 5 months ago
  11. 7eee697 protos: Add atrace_name to TrackDescriptor by Daniele Di Proietto · 5 months ago
  12. c14cad2 Merge "shared_lib: Add two more PERFETTO_TE_ track params" into main by Treehugger Robot · 5 months ago
  13. 5dd9f99 tracing_service: Implement clone by unique session name by Daniele Di Proietto · 5 months ago
  14. 26b8975 Merge "[track] Create NamedTrack class" into main by Etienne Pierre-doray · 5 months ago
  15. 5bf8d52 [track] Create NamedTrack class by Etienne Pierre-doray · 5 months ago
  16. 59e5b24 tp: formalize different parsing modes of trace processor by Lalit Maganti · 5 months ago
  17. 1e7aef1 base: move clock snapshotting logic to base and use in TP by Lalit Maganti · 5 months ago
  18. 6fc0bec tp: cleanup some comments in trace processor's API by Lalit Maganti · 5 months ago
  19. bff880b tp: remove sorting option which has long since been obsolete by Lalit Maganti · 5 months ago
  20. 103cc40 tp: Add RegisterSqlPackage() and start sunsetting RegisterSqlModule() by Anna Mayzner · 5 months ago
  21. e70a476 Merge changes I53eb71a9,I972b9ae1 into main by Daniele Di Proietto · 5 months ago
  22. e7a5cd6 tp: RestoreInitialTables() restores added/overriden custom SQL modules by Anna Mayzner · 6 months ago
  23. f42b53c base: add missing include by Lalit Maganti · 6 months ago
  24. a48be8a test_task_runner: Implement AdvanceTimeAndRunUntilIdle() by Daniele Di Proietto · 6 months ago
  25. a7b7050 shared_lib: Add two more PERFETTO_TE_ track params by Daniele Di Proietto · 6 months ago
  26. 1e5f937 Merge "shared_lib: Fix PerfettoDsImplReleaseInstanceLocked()" into main by Daniele Di Proietto · 6 months ago
  27. fcae376 tp: switch to using a proper LALR parser for preprocessor by Lalit Maganti · 6 months ago
  28. 88ce311 shared_lib: Fix PerfettoDsImplReleaseInstanceLocked() by Daniele Di Proietto · 6 months ago
  29. d2eee5d base: bump watchdog timeout to 180s by Lalit Maganti · 6 months ago
  30. 1e42eca TP: add enable_perfetto_trace_processor_mac_instruments by Primiano Tucci · 6 months ago
  31. 0a255bb [jumbo] Const-correct SharedMemory::start() and AlignedBufferTest::buf() by Peter Kasting · 7 months ago
  32. 9258474 Merge "[tp] Add runtime type checking for perfetto views." into main by Alexander Timin · 8 months ago
  33. 1e10193 tp: make NotifyEndOfFile return a base::Status by Lalit Maganti · 8 months ago
  34. 4c84021 [tp] Add runtime type checking for perfetto views. by Alexander Timin · 8 months ago
  35. c3d3694 unix_task_runner: Annotate race condition reported by TSAN by Daniele Di Proietto · 8 months ago
  36. 57cd4a1 Merge "Reimplement Pigweed detokenization." into main by Simon MacMullen · 8 months ago
  37. ad665f0 base: disabled mem watchdog when MTE is enabled by Primiano Tucci · 8 months ago
  38. dea161d Reimplement Pigweed detokenization. by Simon MacMullen · 8 months ago
  39. cb56fa9 Add extra meminfo fields. by Dmitry Skiba · 8 months ago
  40. 3a4b48a protos: Add android_track_event extensions by Daniele Di Proietto · 8 months ago
  41. 58b22cc tp: FileBuffer -> TraceBlobViewReader and use it in ProtoTokenizer by Lalit Maganti · 8 months ago
  42. 7ed1b32 Disable pigweed outside of the android build due to non_prod mismatch by Ioannis Ilkos · 8 months ago
  43. 2e53527 Merge "Read Pixel modem Pigweed events." into main by Simon MacMullen · 9 months ago
  44. 2e0c5dc Read Pixel modem Pigweed events. by Simon MacMullen · 9 months ago
  45. efe9cee shared_lib: Remove limit of 4 extra params in macro (ABI break) by Daniele Di Proietto · 9 months ago
  46. 6e32864 shared_lib: Add PERFETTO_TE_PROTO_FIELDS param by Daniele Di Proietto · 9 months ago
  47. 9c388f3 Merge "shared_lib: Support extensions in the protoc macros" into main by Daniele Di Proietto · 9 months ago
  48. 53c59eb Support trace to pprof conversion in traceconv by Ryan Savitski · 9 months ago
  49. 84514d3 shared_lib: Support extensions in the protoc macros by Daniele Di Proietto · 9 months ago
  50. 28ab880 tracing: Do not call NotifyDataSourceStopped if not required. by Daniele Di Proietto · 9 months ago
  51. 2d6498a bigtrace: Implement TraceProcessor in the Worker by Ivan Chong · 9 months ago
  52. dc86703 shared_lib: Add the autogenerated clock_snapshot proto header by Daniele Di Proietto · 9 months ago
  53. 69aa86d shared_lib: Update generated protos by Daniele Di Proietto · 9 months ago
  54. 4d62c54 Merge "shared_lib: Fix PERFETTO_TE_SCOPED macro captures" into main by Daniele Di Proietto · 9 months ago
  55. 3b6950a shared_lib: Fix PERFETTO_TE_SCOPED macro captures by Daniele Di Proietto · 9 months ago
  56. 0efff82 perfetto: implement session semaphores in TracingService by Lalit Maganti · 9 months ago
  57. 620bc85 Merge "Fix instances of new clang warning -Wmissing-template-arg-list-after-template-kw." into main by Treehugger Robot · 9 months ago
  58. e2f6619 Fix instances of new clang warning -Wmissing-template-arg-list-after-template-kw. by Amy Huang · 9 months ago
  59. 6674622 Fix compilation with GCC from nullptr_t to std::nullptr_t by DongHwan Yu · 9 months ago
  60. c70e043 shared_lib: Add PERFETTO_TE_SCOPED macro by Daniele Di Proietto · 10 months ago
  61. bdd33a2 perfetto: mass reformat files by Lalit Maganti · 10 months ago
  62. b912e8d shared_lib: Allow configuring shmem_size_hint_kb. by Daniele Di Proietto · 10 months ago
  63. 03036d0 perfetto: add a special event for traces started using clone by Lalit Maganti · 10 months ago
  64. 48f86fa [reland] tp: fix subtle fuzzer issue by Lalit Maganti · 10 months ago
  65. 941d0d3 Reland "[counter] Filter out DynamicString for Track name." by Etienne Pierre-doray · 10 months ago
  66. 5584852 [counter] Add DynamicString constructor by Etienne Pierre-doray · 10 months ago
  67. f0e8e60 Merge "Revert "[counter] Filter out DynamicString for Track name."" into main by Lalit Maganti · 10 months ago
  68. 457c2b7 Revert "[counter] Filter out DynamicString for Track name." by Lalit Maganti · 10 months ago
  69. 42e00a5 Merge "Uprev libcxx" into main by Primiano Tucci · 10 months ago
  70. abbc0f3 Uprev libcxx by Primiano Tucci · 10 months ago
  71. 196b352 Merge "[counter] Filter out DynamicString for Track name." into main by Etienne Pierre-doray · 10 months ago
  72. 387cf22 [counter] Filter out DynamicString for Track name. by Etienne Pierre-doray · 10 months ago
  73. cd6e4c9 Merge "add will_notify_on_stop to DataSourceParams" into main by Kean Mariotti · 10 months ago
  74. 65013ec add will_notify_on_stop to DataSourceParams by Kean Mariotti · 10 months ago
  75. b401e00 Merge "Use correct thread ids in Track::ThreadScoped()" into main by Mikhail Khokhlov · 10 months ago
  76. 1dd9b32 Merge "New Record class" into main by Carlos Caballero Grolimund · 10 months ago
  77. 3c1d659 New Record class by Carlos Caballero · 10 months ago
  78. 8ff5262 tp: fix compile of sqlite modules in MSVC by Lalit Maganti · 10 months ago
  79. f59110d Use correct thread ids in Track::ThreadScoped() by Mikhail Khokhlov · 10 months ago
  80. 1f23312 Merge "[track] Remove deprecate SetTrackDescriptor functions" into main by Etienne Pierre-doray · 10 months ago
  81. c04baeb [track] Remove deprecate SetTrackDescriptor functions by Etienne Pierre-doray · 10 months ago
  82. 815d242 Merge "Use inline asm for clang/gcc in base::Rdtsc()" into main by Treehugger Robot · 10 months ago
  83. fda5a68 tp: cleanup RPC code in prep for future changes by Lalit Maganti · 10 months ago
  84. e348903 tp: binder_tracker: fix performance issue due to insert/erase heavy workload + FlatHashMap by Ryan Savitski · 11 months ago
  85. 7dc5036 Use inline asm for clang/gcc in base::Rdtsc() by Chinglin Yu · 11 months ago
  86. bcb9d22 track_event: Refuse to compile with possibly dynamic strings by Daniele Di Proietto · 11 months ago
  87. e6c10fa Merge "Upstreamed BUILTIN_CLOCK_TSC clocksource" into main by Primiano Tucci · 11 months ago
  88. 6b6e6fa tp: rewrite DbSqliteTable -> DbSqliteModule and remove SqliteTable by Lalit Maganti · 11 months ago
  89. f0feebb Upstreamed BUILTIN_CLOCK_TSC clocksource by Oystein Eftevaag · 11 months ago
  90. 1286fac tracing: Relax restriction on CounterTrack name by Daniele Di Proietto · 12 months ago
  91. f5a48ce tracing: Use better constexpr hash with C++17 by Daniele Di Proietto · 12 months ago
  92. 292626a Revert "track_event: Refuse to compile with possibly dynamic strings" by Maurice Lam · 12 months ago
  93. f43f2d5 track_event: Refuse to compile with possibly dynamic strings by Daniele Di Proietto · 12 months ago
  94. 55ac24f Merge "Update uid_t on Windows to be signed" into main by Oystein Eftevaag · 12 months ago
  95. 40ac660 shared_lib: Update generated protos by Daniele Di Proietto · 12 months ago
  96. 92e6c08 Update uid_t on Windows to be signed by Oystein Eftevaag · 12 months ago
  97. 17d5806 traced: allow cross-session cloning for bugreport only by shell by Primiano Tucci · 12 months ago
  98. 44c7cc2 tp: implement ftrace event cropping for traces recorded by perfetto v44+ by Ryan Savitski · 12 months ago
  99. 5b249ae Fix build with LTO and new LLVM by Daniele Di Proietto · 1 year ago
  100. 6763a06 tp: ftrace: decode signed varints correctly by Ryan Savitski · 1 year ago