1. 2c5488f Reshuffle include/ directory layout by Primiano Tucci · 5 years ago
  2. cdfd85b Update gtest/gmock to use system includes by Hector Dearman · 5 years ago
  3. 335412d Roll clang, libcxx, ninja, gn by Primiano Tucci · 5 years ago
  4. fd36776 Unify include statements for protobuf by Sami Kyostila · 5 years ago
  5. 5da63f3 Allow chromium to build the IPC layer. by Stephen Nusko · 5 years ago
  6. 0bc1bd6 Add missing comments about keeping WeakPtrFactory last. by Florian Mayer · 5 years ago
  7. d8aadfe Don't crash if traced cannot be started by Primiano Tucci · 6 years ago
  8. ca5569f fuzzing: Consume everything in buffered_frame_deserialzier. by Florian Mayer · 6 years ago
  9. d32100a fuzzing: Fix buffered_frame_deserializer_fuzzer for too large sizes. by Florian Mayer · 6 years ago
  10. edf3f7c perfetto: Make it possible to commit paged memory in chunks on Win by Eric Seckler · 6 years ago
  11. 4c5efa4 Build changes to support other embedders other than chromium by Primiano Tucci · 6 years ago
  12. 6db99a9 Add PERFETTO_DFATAL. by Florian Mayer · 6 years ago
  13. 21e418f Correctly handle partial writes. by Florian Mayer · 6 years ago
  14. f3c0ac8 Correctly handle case where sendmsg returns less than requested bytes. by Florian Mayer · 6 years ago
  15. f7f0def Move unix socket to base. by Florian Mayer · 6 years ago
  16. b85a938 profiling: Add missing pieces to heapprofd. by Florian Mayer · 6 years ago
  17. a65497e Roll clang and switch to fsanitize=fuzzer-no-link by Primiano Tucci · 6 years ago
  18. 2d3e71d trace_processor: add the SPAN JOIN virtual table by Lalit Maganti · 6 years ago
  19. f427a80 Refactor: add send/recv functions for raw sockets. by Florian Mayer · 6 years ago
  20. fa1659e Expose peer_pid on Linux and Android via UnixSocket. by Florian Mayer · 6 years ago
  21. 5968caf Add interactive trace_processor_shell + fix mac build by Primiano Tucci · 6 years ago
  22. 6af2bfe Merge "Allow to send multiple fds over UnixSocket." by Treehugger Robot · 6 years ago
  23. e1cd07d Allow to send multiple fds over UnixSocket. by Florian Mayer · 6 years ago
  24. fd8240d Simplify ftrace architecture and integration with traced_probes by Primiano Tucci · 6 years ago
  25. c6bccda trace_processor: add unit and integration tests for sched slice table by Lalit Maganti · 6 years ago
  26. e5e84fb Ensure no ipc code is built for Chrome by Oystein Eftevaag · 6 years ago
  27. 39bac13 Disable SendIsAtomic because it is flaky. by Florian Mayer · 6 years ago
  28. c7b7c72 Clean up some TODOs and use PageAllocator in CpuReader by Primiano Tucci · 6 years ago
  29. 78bca4b Get page allocator working on Windows by Bruce Dawson · 6 years ago
  30. ee9fbb3 Build fix on a C++17 mode build by tzik · 6 years ago
  31. bdae74c Remove fuzzer executable targets when building with Chromium by Oystein Eftevaag · 6 years ago
  32. 3cbb10a Remove warning suppressions and fix many casting bugs by Primiano Tucci · 6 years ago
  33. ea56fd3 Fix msan and mac build by Primiano Tucci · 6 years ago
  34. 5ae66da Split large TracePackets over IPC by Primiano Tucci · 6 years ago
  35. dbd0878 make constants constexpr. by Florian Mayer · 6 years ago
  36. 55e73f3 Fix GCC build by Primiano Tucci · 6 years ago
  37. 941b221 Introduce base::TempFile / TempDir by Primiano Tucci · 6 years ago
  38. 3bc8438 Merge "perfetto: foo:foo_unittests -> foo:unittests" by Primiano Tucci · 6 years ago
  39. 6cfec8a perfetto: foo:foo_unittests -> foo:unittests by Hector Dearman · 6 years ago
  40. 3e69ed9 perfetto: add callback to TraceWriter.Flush() by Primiano Tucci · 6 years ago
  41. 48c139c Fix CPU spinning on failed connection attempt. by Florian Mayer · 6 years ago
  42. 22e4b39 Run clang-tidy. by Florian Mayer · 6 years ago
  43. 3689c91 Mark file descriptors as FD_CLOEXEC by Primiano Tucci · 6 years ago
  44. d16508e Allow to send FD from client. by Florian Mayer · 6 years ago
  45. ff72959 Added a PERFETTO_ prefix to the BUILDFLAG macros. by Oystein Eftevaag · 6 years ago
  46. a0e4de7 Merge "ipc: Fix dontreply logic when using derived Deferred messages" by Treehugger Robot · 7 years ago
  47. 5b65c9f ipc: Fix dontreply logic when using derived Deferred messages by Primiano Tucci · 7 years ago
  48. 94aaf69 compile everything with -fsanitize=fuzzer. by Florian Mayer · 7 years ago
  49. 2d0b225 IPC: introduce dont_reply flag to avoid useless empty replies by Primiano Tucci · 7 years ago
  50. bba1941 Unify kPageSize constants across the code base by Anna Zappone · 7 years ago
  51. 4a0a116 Merge "Run clang-tidy" by Treehugger Robot · 7 years ago
  52. aab5355 Run clang-tidy by Florian Mayer · 7 years ago
  53. 900046c Merge "Add config for fuzzer targets." by Florian Mayer · 7 years ago
  54. 3a3974e Add config for fuzzer targets. by Florian Mayer · 7 years ago
  55. 79f2d7b perfetto: add end to end integration tests by Lalit Maganti · 7 years ago
  56. 00b6db5 Add fuzzer for buffered_frame_deserializer. by Florian Mayer · 7 years ago
  57. 20b760c Reshuffle .proto files under /proto by Primiano Tucci · 7 years ago
  58. 51e06e5 Enable embedders to include Perfetto protos by Oystein Eftevaag · 7 years ago
  59. 9b5d336 Allow to take a file descriptor for Service's sockets by Primiano Tucci · 7 years ago
  60. bbaa58c Introduce base::PageAllocator to wrap mmap by Primiano Tucci · 7 years ago
  61. 68323b0 Move WeakPtrFactory as last field: improves tests robustness. by Primiano Tucci · 7 years ago
  62. 4de38df ipc: proto3 -> proto2 by Hector Dearman · 7 years ago
  63. 114b649 Introduce Consumer API by Primiano Tucci · 7 years ago
  64. cee10fc Fix timeouts on UnixSocketTest.BlockingSend by Primiano Tucci · 7 years ago
  65. 1175b31 Merge "Enable missing-field-initializers warning" by Sami Kyostila · 7 years ago
  66. 7a265b6 Add workaround for IPC TX: make socket sends blocking by Primiano Tucci · 7 years ago
  67. 2e36683 Enable missing-field-initializers warning by Sami Kyostila · 7 years ago
  68. 224526e Fix UBSan violation by Primiano Tucci · 7 years ago
  69. 7a40e4d Move build -> gn/standalone by Primiano Tucci · 7 years ago
  70. b03ba36 Unify test targets under perfetto_{tests,benchmarks} by Primiano Tucci · 7 years ago
  71. 4f9b6d7 Pivot source files into top-level src,include and unify test target by Primiano Tucci · 7 years ago