1. 2c5488f Reshuffle include/ directory layout by Primiano Tucci · 5 years ago
  2. d6bdb6f Allow to block client on full buffer. by Florian Mayer · 5 years ago
  3. 9eb2d5b heapprofd_client: detect well-behaved forks and stop profiling in child by Ryan Savitski · 5 years ago
  4. 45cb9e1 Use blocking socket in client. by Florian Mayer · 5 years ago
  5. 754b57f Check if session is active before rejecting concurrent. by Florian Mayer · 5 years ago
  6. 646d366 heapprofd_client: avoid destruction re-entrancy issues, and global destructor by Ryan Savitski · 5 years ago
  7. 4a78317 heapprofd client: add factory method, remove inited_ bit by Ryan Savitski · 5 years ago
  8. 549753e heapprofd: remove Client.FreePage nesting, and try to make names more consistent by Ryan Savitski · 5 years ago
  9. 5195059 Use the SharedRingBuffer for sending payload from client to service. by Florian Mayer · 5 years ago
  10. a502bde heapprofd client: shared sampler & client lifetime tracking by Ryan Savitski · 5 years ago
  11. dac3127 Set receive timeout on sockets. by Florian Mayer · 5 years ago
  12. 192136e profiling: Add client generation. by Florian Mayer · 5 years ago
  13. 20c4b3c profiling: Unload malloc hooks on disconnect. by Florian Mayer · 5 years ago
  14. 14c12d6 heapprofd: fork model mode-select groundwork by Ryan Savitski · 6 years ago
  15. 43ebf4d Extract base::UnixSocketRaw by Primiano Tucci · 6 years ago
  16. 6508157 profiling: Add timeout to all locks in the client. by Florian Mayer · 6 years ago
  17. eff9804 Fix build using system clang. by Florian Mayer · 6 years ago
  18. f086799 profiling: Don't use default memory order in client. by Florian Mayer · 6 years ago
  19. b12c4f2 profiling: Do not install hook if Client init fails. by Florian Mayer · 6 years ago
  20. 2da2841 profiling: Allow to shut down client. by Florian Mayer · 6 years ago
  21. 8c0d048 Move heapprofd into perfetto::profiling namespace. by Florian Mayer · 6 years ago
  22. 9a7fb2b profiling: Send total size attributed to allocation. by Florian Mayer · 6 years ago
  23. f1510c4 profiling: Do not crash client for server problems. by Florian Mayer · 6 years ago
  24. 88665be profiling: Use sampler in client. by Florian Mayer · 6 years ago
  25. 1fe7773 profiling: Add ClientConfiguration for sampling rate. by Florian Mayer · 6 years ago
  26. b85a938 profiling: Add missing pieces to heapprofd. by Florian Mayer · 6 years ago
  27. af26602 profiling: Add FreePage. by Florian Mayer · 6 years ago
  28. 824274d profiling: Add SocketPool. by Florian Mayer · 6 years ago