1. fc8796a Remove unused crash keys for fixed crashed. by Primiano Tucci · 2 years, 9 months ago
  2. 6add040 Reland "Annotate trace packets with trusted PID in traced" by Ching-lin Yu · 2 years, 9 months ago
  3. f5ab77d Revert "Annotate trace packets with trusted PID in traced" by Ching-lin Yu · 2 years, 9 months ago
  4. 64ff2fb Annotate trace packets with trusted PID in traced by Chinglin Yu · 2 years, 11 months ago
  5. dc345c0 Add crash keys to debug IPC socket hang by Primiano Tucci · 2 years, 11 months ago
  6. ab699b7 base: Add crash keys by Primiano Tucci · 3 years ago
  7. 58d2dc6 inttypes.h -> cinttypes by Primiano Tucci · 3 years, 3 months ago
  8. 5076180 upkeep: Iterate by const refrence rather than copying by Hector Dearman · 3 years, 5 months ago
  9. e6edb06 IPC: Allow socket to be TCP, for Windows by Primiano Tucci · 3 years, 7 months ago
  10. 67b2685 Prevent PerfettoApiTest from removing system socks. by Florian Mayer · 3 years, 8 months ago
  11. 10c9e9e Minor changes to IPC layer in preparation for Win port. by Primiano Tucci · 3 years, 9 months ago
  12. eb7e366 base: port UnixSocket to Windows by Primiano Tucci · 3 years, 9 months ago
  13. 59a00fe Windows port: LITTLE_ENDIAN, ENTRYPOINT and minor test fixes by Primiano Tucci · 3 years, 9 months ago
  14. 96ac536 producer ipc: Support adopting a connected socket file descriptor by Chinglin Yu · 3 years, 10 months ago
  15. 021b77e Merge "Prevent traced from blocking on a unresponsive producer." by Treehugger Robot · 3 years, 11 months ago
  16. 1af720e Prevent traced from blocking on a unresponsive producer. by Stephen Nusko · 3 years, 11 months ago
  17. 5a2cba0 Skip reading peer credentials from IPC clients by Primiano Tucci · 3 years, 11 months ago
  18. 916f4e5 Remove ODR violations from Bazel builds by Primiano Tucci · 4 years ago
  19. 3cc6acd ipc: Fix use-after-free on connection failure by Sami Kyostila · 4 years ago
  20. 7e2fecb Two small fixes for pages with a 16KB system page by Primiano Tucci · 4 years ago
  21. 90d6930 De-hardcode kPageSize in the cross-platform core tracing code by Primiano Tucci · 4 years, 1 month ago
  22. 1646a64 Client Library: retry connections if traced is not running by Primiano Tucci · 4 years, 2 months ago
  23. e95bb96 GN: fix chromium roll. by Primiano Tucci · 4 years, 6 months ago
  24. 5cbeadf Clean up build files by Primiano Tucci · 4 years, 6 months ago
  25. 80fc3cd Use protobuf from the system if requested by Joel Fernandes · 4 years, 6 months ago
  26. 74e3fb4 Get rid of UnixSocket::BlockingMode. by Florian Mayer · 4 years, 8 months ago
  27. 2925e9d Update GN and mass reformat gn files by Primiano Tucci · 4 years, 8 months ago
  28. c4c063b GN: clean up build files, split ipc client/service by Primiano Tucci · 4 years, 8 months ago
  29. 7b6a788 Remove lite runtime from all perfetto protos by Primiano Tucci · 4 years, 9 months ago
  30. e8020f9 Remove libprotobuf from IPC layer by Primiano Tucci · 4 years, 10 months ago
  31. 3aa027d Minor fixes to IPC proto and build files by Primiano Tucci · 4 years, 10 months ago
  32. b3e08d0 Use protozero in IPC framing protocol by Primiano Tucci · 4 years, 11 months ago
  33. ba784e5 Minor cleanups in preparation of protobuf -> zero migration by Primiano Tucci · 4 years, 11 months ago
  34. d4be966 Add TCP/IP support to UnixSocket by Primiano Tucci · 5 years ago
  35. 94c47dd Use explicit moves when returning covariant std::unique_ptr by Primiano Tucci · 5 years ago
  36. 1d40998 tools/gen_bazel: Standalone Bazel build by Primiano Tucci · 5 years ago
  37. f7851ee Remove TracePacket::Decode and protobuf dependencies by Primiano Tucci · 5 years ago
  38. 14e7dd6 generators: Remove dependency on protos strutil.h by Primiano Tucci · 5 years ago
  39. 879cafd Move wire_protocol.proto under protos/perfetto/ipc by Primiano Tucci · 5 years ago
  40. 91c6d76 Remove unused protobuf imports by Primiano Tucci · 5 years ago
  41. 098f095 GN: match host and default toolchain + minor cleanups by Primiano Tucci · 5 years ago
  42. 02c1176 Major clean up build files, use flags-per-feature. by Primiano Tucci · 5 years ago
  43. 2cf8b53 Simplify proto rules in GN by Primiano Tucci · 5 years ago
  44. 75ae50e Further minor GN & scripts cleanups by Primiano Tucci · 5 years ago
  45. 7e05fc1 Minor cleanups to build files by Primiano Tucci · 5 years ago
  46. 919ca1e Remove use of -isystem for googletest by Primiano Tucci · 5 years ago
  47. a235514 Change "Frame too large" from DLOG to LOG. by Florian Mayer · 5 years ago
  48. 764c504 protozero: rename protoc_plugin -> protozero_plugin (and ipc) by Primiano Tucci · 5 years ago
  49. 13ae72f Fix DEPS by Primiano Tucci · 5 years ago
  50. 2442d61 typo: the the -> the by Hector Dearman · 5 years ago
  51. 2272792 Fix IWYU and GCC build, add missing includes by Primiano Tucci · 5 years ago
  52. 2c5488f Reshuffle include/ directory layout by Primiano Tucci · 5 years ago
  53. cdfd85b Update gtest/gmock to use system includes by Hector Dearman · 5 years ago
  54. 335412d Roll clang, libcxx, ninja, gn by Primiano Tucci · 5 years ago
  55. fd36776 Unify include statements for protobuf by Sami Kyostila · 5 years ago
  56. 5da63f3 Allow chromium to build the IPC layer. by Stephen Nusko · 5 years ago
  57. 0bc1bd6 Add missing comments about keeping WeakPtrFactory last. by Florian Mayer · 6 years ago
  58. d8aadfe Don't crash if traced cannot be started by Primiano Tucci · 6 years ago
  59. ca5569f fuzzing: Consume everything in buffered_frame_deserialzier. by Florian Mayer · 6 years ago
  60. d32100a fuzzing: Fix buffered_frame_deserializer_fuzzer for too large sizes. by Florian Mayer · 6 years ago
  61. edf3f7c perfetto: Make it possible to commit paged memory in chunks on Win by Eric Seckler · 6 years ago
  62. 4c5efa4 Build changes to support other embedders other than chromium by Primiano Tucci · 6 years ago
  63. 6db99a9 Add PERFETTO_DFATAL. by Florian Mayer · 6 years ago
  64. 21e418f Correctly handle partial writes. by Florian Mayer · 6 years ago
  65. f3c0ac8 Correctly handle case where sendmsg returns less than requested bytes. by Florian Mayer · 6 years ago
  66. f7f0def Move unix socket to base. by Florian Mayer · 6 years ago
  67. b85a938 profiling: Add missing pieces to heapprofd. by Florian Mayer · 6 years ago
  68. a65497e Roll clang and switch to fsanitize=fuzzer-no-link by Primiano Tucci · 6 years ago
  69. 2d3e71d trace_processor: add the SPAN JOIN virtual table by Lalit Maganti · 6 years ago
  70. f427a80 Refactor: add send/recv functions for raw sockets. by Florian Mayer · 6 years ago
  71. fa1659e Expose peer_pid on Linux and Android via UnixSocket. by Florian Mayer · 6 years ago
  72. 5968caf Add interactive trace_processor_shell + fix mac build by Primiano Tucci · 6 years ago
  73. 6af2bfe Merge "Allow to send multiple fds over UnixSocket." by Treehugger Robot · 6 years ago
  74. e1cd07d Allow to send multiple fds over UnixSocket. by Florian Mayer · 6 years ago
  75. fd8240d Simplify ftrace architecture and integration with traced_probes by Primiano Tucci · 6 years ago
  76. c6bccda trace_processor: add unit and integration tests for sched slice table by Lalit Maganti · 6 years ago
  77. e5e84fb Ensure no ipc code is built for Chrome by Oystein Eftevaag · 6 years ago
  78. 39bac13 Disable SendIsAtomic because it is flaky. by Florian Mayer · 6 years ago
  79. c7b7c72 Clean up some TODOs and use PageAllocator in CpuReader by Primiano Tucci · 6 years ago
  80. 78bca4b Get page allocator working on Windows by Bruce Dawson · 6 years ago
  81. ee9fbb3 Build fix on a C++17 mode build by tzik · 6 years ago
  82. bdae74c Remove fuzzer executable targets when building with Chromium by Oystein Eftevaag · 6 years ago
  83. 3cbb10a Remove warning suppressions and fix many casting bugs by Primiano Tucci · 6 years ago
  84. ea56fd3 Fix msan and mac build by Primiano Tucci · 7 years ago
  85. 5ae66da Split large TracePackets over IPC by Primiano Tucci · 7 years ago
  86. dbd0878 make constants constexpr. by Florian Mayer · 7 years ago
  87. 55e73f3 Fix GCC build by Primiano Tucci · 7 years ago
  88. 941b221 Introduce base::TempFile / TempDir by Primiano Tucci · 7 years ago
  89. 3bc8438 Merge "perfetto: foo:foo_unittests -> foo:unittests" by Primiano Tucci · 7 years ago
  90. 6cfec8a perfetto: foo:foo_unittests -> foo:unittests by Hector Dearman · 7 years ago
  91. 3e69ed9 perfetto: add callback to TraceWriter.Flush() by Primiano Tucci · 7 years ago
  92. 48c139c Fix CPU spinning on failed connection attempt. by Florian Mayer · 7 years ago
  93. 22e4b39 Run clang-tidy. by Florian Mayer · 7 years ago
  94. 3689c91 Mark file descriptors as FD_CLOEXEC by Primiano Tucci · 7 years ago
  95. d16508e Allow to send FD from client. by Florian Mayer · 7 years ago
  96. ff72959 Added a PERFETTO_ prefix to the BUILDFLAG macros. by Oystein Eftevaag · 7 years ago
  97. a0e4de7 Merge "ipc: Fix dontreply logic when using derived Deferred messages" by Treehugger Robot · 7 years ago
  98. 5b65c9f ipc: Fix dontreply logic when using derived Deferred messages by Primiano Tucci · 7 years ago
  99. 94aaf69 compile everything with -fsanitize=fuzzer. by Florian Mayer · 7 years ago
  100. 2d0b225 IPC: introduce dont_reply flag to avoid useless empty replies by Primiano Tucci · 7 years ago