1. 47141cd service: producer port: reduce blocking socket send timeout 10s -> 10ms by Ryan Savitski · 1 year, 3 months ago
  2. 050d233 Fix "succesfully" typo in docs and comments by Christopher Phlipot · 2 years, 2 months ago
  3. 0ac627d Filter debug annotations based on flag by Mohit Saini · 2 years, 2 months ago
  4. f3337ae MSVC: Fix narrowing conversion error by Mikhail Lappo · 2 years, 2 months ago
  5. 006d75d profiler cmdline matching: add parallel implementation that supports globs by Ryan Savitski · 2 years, 2 months ago
  6. 5d6592d bazel build: enable llvm-based demangling (mostly for rust support) by Ryan Savitski · 2 years, 2 months ago
  7. c942f71 Merge "Make TrackEvent class exportable" by Mohit Saini · 2 years, 2 months ago
  8. 3cd0931 Delta encoding of counters by Mohit Saini · 2 years, 2 months ago
  9. 5e5fc72 Make TrackEvent class exportable by Mohit Saini · 2 years, 2 months ago
  10. 42326bf Hash scope into id for legacy trace events by Mohit Saini · 2 years, 2 months ago
  11. e65c405 trace_processor: use llvm frame demangling in standalone builds by Ryan Savitski · 2 years, 3 months ago
  12. 911bf61 Support thread-scoped pointer IDs by Mohit Saini · 2 years, 3 months ago
  13. 9b08d7a Allow embedders to set custom process IDs by Mikhail Khokhlov · 2 years, 3 months ago
  14. c15d935 TracedProto: Rename Add to Set. by Alexander Timin · 2 years, 3 months ago
  15. dbee386 Add TracedProto::Set/AppendValue/AppendFrom. by Alexander Timin · 2 years, 3 months ago
  16. 89f7971 Add T* / unique_ptr<T> support for TracedProto by Alexander Timin · 2 years, 3 months ago
  17. 981be5a Merge "Support TraceFormatTraits for TracedProto" by Alexander Timin · 2 years, 3 months ago
  18. 70df067 Merge "Intern proto type names inside DebugAnnotations" by Alexander Timin · 2 years, 3 months ago
  19. b419316 Merge "Make TracedDictionary/Array implicitly constructible from TracedValue." by Alexander Timin · 2 years, 3 months ago
  20. adc8d26 Merge "client lib: Add incremental timestamps to the client library." by Mohit Saini · 2 years, 3 months ago
  21. 126d7b3 Merge "Revert "Allow Platform to define custom process IDs"" by Mikhail Khokhlov · 2 years, 3 months ago
  22. 5a7403c client lib: Add incremental timestamps to the client library. by Mohit Saini · 2 years, 3 months ago
  23. be81c44 Revert "Allow Platform to define custom process IDs" by Mikhail Khokhlov · 2 years, 3 months ago
  24. bd662e4 Support TraceFormatTraits for TracedProto by Alexander Timin · 2 years, 3 months ago
  25. 57d5063 Intern proto type names inside DebugAnnotations by Alexander Timin · 2 years, 3 months ago
  26. d94bebf Make TracedDictionary/Array implicitly constructible from TracedValue. by Alexander Timin · 2 years, 3 months ago
  27. 94204c6 [Reland] Allow typed proto messages to be written into TracedValue. by Alexander Timin · 2 years, 3 months ago
  28. 6958564 Merge "ResetIncrState before all other track_event packets" by Mohit Saini · 2 years, 3 months ago
  29. 4a72935 ResetIncrState before all other track_event packets by Mohit Saini · 2 years, 3 months ago
  30. 43ff2c1 Fix 'weak-vtables' warning in TrackEvent by Mohit Saini · 2 years, 3 months ago
  31. c1f23ec Allow Platform to define custom process IDs by Mikhail Khokhlov · 2 years, 3 months ago
  32. 91fdb4c Revert "tp: filter for globs inside trace processor" by Lalit Maganti · 2 years, 3 months ago
  33. eb744e4 tp: filter for globs inside trace processor by Lalit Maganti · 2 years, 3 months ago
  34. 4a6a4f1 Add support for custom tls state by Mohit Saini · 2 years, 3 months ago
  35. 7a29efc Merge "Revert "Allow typed proto messages to be written into TracedValue."" by Primiano Tucci · 2 years, 3 months ago
  36. d920f60 Revert "Allow typed proto messages to be written into TracedValue." by Alexander Timin · 2 years, 3 months ago
  37. a4b4f46 Merge "Allow typed proto messages to be written into TracedValue." by Alexander Timin · 2 years, 3 months ago
  38. 788302a Support InputMode::kDevNull in Subprocess by Daniele Di Proietto · 2 years, 4 months ago
  39. 9e6a087 Change Subprocess::OutputMode to enum class by Daniele Di Proietto · 2 years, 4 months ago
  40. 710677c Allow typed proto messages to be written into TracedValue. by Alexander Timin · 2 years, 3 months ago
  41. 85ad2cb Remove unused base::TrimLeading() by Daniele Di Proietto · 2 years, 4 months ago
  42. 2838cdf Support gzip files in trace_to_text by Mohit Saini · 2 years, 4 months ago
  43. 9f746f3 Revert "client lib: Add incremental timestamps to the client library." by Eric Seckler · 2 years, 4 months ago
  44. 89ce831 client lib: Add incremental timestamps to the client library. by Mohit Saini · 2 years, 4 months ago
  45. 9546598 tp: support multiple queries being passed to ExecuteQuery by Lalit Maganti · 2 years, 4 months ago
  46. 727e2ce tp: remove time queued by Lalit Maganti · 2 years, 4 months ago
  47. 8eb4597 tp: util::{Err, Ok}Status -> base::{Err, Ok}Status by Lalit Maganti · 2 years, 4 months ago
  48. bc44c3c base: normalize uid_t and pid_t across the codebase by Primiano Tucci · 2 years, 5 months ago
  49. 88e85fb Merge "Reland "Annotate trace packets with trusted PID in traced"" by Primiano Tucci · 2 years, 5 months ago
  50. 6add040 Reland "Annotate trace packets with trusted PID in traced" by Ching-lin Yu · 2 years, 5 months ago
  51. 158c048 Merge "Revert "Annotate trace packets with trusted PID in traced"" by Treehugger Robot · 2 years, 5 months ago
  52. f5ab77d Revert "Annotate trace packets with trusted PID in traced" by Ching-lin Yu · 2 years, 5 months ago
  53. b9fc4c7 Merge "Annotate trace packets with trusted PID in traced" by Ching-lin Yu · 2 years, 5 months ago
  54. 90f2ef9 MSVC: Fix build with disabled logging by Mikhail Lappo · 2 years, 6 months ago
  55. 64ff2fb Annotate trace packets with trusted PID in traced by Chinglin Yu · 2 years, 7 months ago
  56. 0bae865 Merge "Update OWNERS to reflect active maintainers" by Primiano Tucci · 2 years, 6 months ago
  57. 514135f Speculative fix of Windows build (take 2) by Primiano Tucci · 2 years, 6 months ago
  58. 13d1fd0 Update OWNERS to reflect active maintainers by Primiano Tucci · 2 years, 6 months ago
  59. bad67fa Move HexDump to include/perfetto/ext/base/utils.h by Daniele Di Proietto · 2 years, 6 months ago
  60. 95dbb70 base: Add websocket support to http_server.cc by Primiano Tucci · 2 years, 7 months ago
  61. 16470ed Merge "UnixSocket: use poll() for send timeout." by Primiano Tucci · 2 years, 7 months ago
  62. 3d08642 UnixSocket: use poll() for send timeout. by Primiano Tucci · 2 years, 7 months ago
  63. 44a15be base: add http_server.cc by Primiano Tucci · 2 years, 7 months ago
  64. d5cb19a Merge "[base] FlatHashMap: don't invalidate pointer if key exists" by Primiano Tucci · 2 years, 7 months ago
  65. 5d40eca [base] FlatHashMap: don't invalidate pointer if key exists by Primiano Tucci · 2 years, 7 months ago
  66. 715528e IWYU: add limits for std::numeric_limits by Stephan Hartmann · 2 years, 7 months ago
  67. 0f11fda TraceProcessor: use FlatHashMap in ThreadStateGenerator by Primiano Tucci · 2 years, 7 months ago
  68. c986ca1 TraceProcessor: use base::FlatHashMap<> where possible by Primiano Tucci · 2 years, 7 months ago
  69. 58a20ff base: Add FlatHashMap - open addressing hashtable by Primiano Tucci · 2 years, 7 months ago
  70. 4d59d2e Merge "Add crash keys to debug IPC socket hang" by Treehugger Robot · 2 years, 7 months ago
  71. b635f14 Merge "base: add SmallVector" by Treehugger Robot · 2 years, 7 months ago
  72. dc345c0 Add crash keys to debug IPC socket hang by Primiano Tucci · 2 years, 7 months ago
  73. 34abb8d base: add SmallVector by Primiano Tucci · 2 years, 7 months ago
  74. 854dede Speculative fix for mem watchdog crash by Primiano Tucci · 2 years, 7 months ago
  75. 5ed467a Merge "protozero: avoid trivial heap expansions" by Treehugger Robot · 2 years, 7 months ago
  76. 97cab97 base: pair AlignedAlloc with AlignedFree by Primiano Tucci · 2 years, 7 months ago
  77. 84b1d1f protozero: avoid trivial heap expansions by Primiano Tucci · 2 years, 7 months ago
  78. d55477b Merge "TraceProcessor: introduce RefCounted<T>, remove std::shared_ptr" by Primiano Tucci · 2 years, 7 months ago
  79. b09e5e0 Fix Windows build in chromium (Take 2) by Primiano Tucci · 2 years, 7 months ago
  80. c50345c base: Fix Windows build, introduce AlignedAlloc by Primiano Tucci · 2 years, 7 months ago
  81. 0d460db Merge "base: add base64.cc" by Primiano Tucci · 2 years, 7 months ago
  82. 8b970aa TraceProcessor: introduce RefCounted<T>, remove std::shared_ptr by Primiano Tucci · 2 years, 7 months ago
  83. adeb79d TraceProcessor: optimize std::sort<TimestampedTracePiece> by Primiano Tucci · 2 years, 7 months ago
  84. cb5ee7d TraceProcessor: don't re-hash keys in unordered_map by Primiano Tucci · 2 years, 7 months ago
  85. 2277f06 Enable -msse4.2, -mavx, -mpopcnt on x86_64 builds by Primiano Tucci · 2 years, 7 months ago
  86. 0eeaf96 TraceProcessor: add mmap support by Primiano Tucci · 2 years, 7 months ago
  87. 3264b59 TraceProcesor: unique_ptr<uint8_t> -> TraceBlob by Primiano Tucci · 2 years, 7 months ago
  88. f4f2b45 base: add base64.cc by Primiano Tucci · 2 years, 7 months ago
  89. 082503e base: Small fix UnixSocket::SendStr testing method by Primiano Tucci · 2 years, 7 months ago
  90. cf8cab2 Merge "Tracing protocol: introduce UpdateDataSource" by Primiano Tucci · 2 years, 7 months ago
  91. 360f023 Tracing protocol: introduce UpdateDataSource by Primiano Tucci · 2 years, 7 months ago
  92. 240e9a1 Implement --background-wait in perfetto cmd by Daniele Di Proietto · 2 years, 8 months ago
  93. 5ce0d14 Stop using deprecated __system_property_get() by Daniele Di Proietto · 2 years, 7 months ago
  94. 438b949 Merge "support updating track_event categories" by Treehugger Robot · 2 years, 7 months ago
  95. 2b9c879 support updating track_event categories by John Bates · 2 years, 7 months ago
  96. 229efa6 base: Add crash key to disambiguate watchdog types by Primiano Tucci · 2 years, 7 months ago
  97. 44729e0 Disable watchdog in bazel, disable crash-log on Android < 21 by Primiano Tucci · 2 years, 8 months ago
  98. bf40291 Merge "tracing: Don't reuse trace writers from previous muxer" by Treehugger Robot · 2 years, 8 months ago
  99. 6f182cf tracing: Don't reuse trace writers from previous muxer by Sami Kyostila · 2 years, 8 months ago
  100. 343fb7a Avoid too large stack frames when using pbzero decoders by Primiano Tucci · 2 years, 8 months ago