1. 2c5488f Reshuffle include/ directory layout by Primiano Tucci · 5 years ago
  2. 5da63f3 Allow chromium to build the IPC layer. by Stephen Nusko · 6 years ago
  3. 478c118 Introduce base::NoDestructor<T> to simplify static objects by Ryan Savitski · 6 years ago
  4. 2988579 introduce ThreadTaskRunner and use it in heapprofd's UnwindingWorker by Ryan Savitski · 6 years ago
  5. 60c4a2b Add find() and rfind() methods to base::StringView by Primiano Tucci · 6 years ago
  6. 89795fd Introduce base::CircularQueue and improve trace processor sorter by Primiano Tucci · 6 years ago
  7. bd3fb82 perfetto: add string writer class for formatting strings by Lalit Maganti · 6 years ago
  8. 5e6bc99 Watchdog: deliver task time out SIGABRT to caller thread by Primiano Tucci · 6 years ago
  9. 76499cd Extract base::Pipe by Primiano Tucci · 6 years ago
  10. f3e5b07 perfetto: introduce base::optional by Lalit Maganti · 6 years ago
  11. edf3f7c perfetto: Make it possible to commit paged memory in chunks on Win by Eric Seckler · 6 years ago
  12. 4c5efa4 Build changes to support other embedders other than chromium by Primiano Tucci · 6 years ago
  13. 9f7189c base: extract Event class for eventfd/pipe by Primiano Tucci · 6 years ago
  14. f7f0def Move unix socket to base. by Florian Mayer · 6 years ago
  15. c08ede8 Make watchdog_noop inline to fix Mac build by Primiano Tucci · 6 years ago
  16. b6c3bff Do not build sock_utils on Chromium. by Florian Mayer · 6 years ago
  17. f427a80 Refactor: add send/recv functions for raw sockets. by Florian Mayer · 6 years ago
  18. 2da5d2e Add StringView class and switch trace processor to use it by Primiano Tucci · 6 years ago
  19. 7f71d0e trace_processor: Add integration tests by Hector Dearman · 6 years ago
  20. c2eb510 Roll GN, clang and libc++ to match chromium revisions by Primiano Tucci · 7 years ago
  21. 78bca4b Get page allocator working on Windows by Bruce Dawson · 7 years ago
  22. 4bdc4c4 Introduce WASM toolchain by Primiano Tucci · 7 years ago
  23. 236ba47 Add metatracing to trace perfetto itself. by Florian Mayer · 7 years ago
  24. 2c4a460 Enable more unit tests on Windows by Bruce Dawson · 7 years ago
  25. 2af6ef7 Get one Perfetto unittest working on Windows by Bruce Dawson · 7 years ago
  26. 3afb1e0 Add ftrace per_cpu/stats to beginning/end of the trace by Hector Dearman · 7 years ago
  27. 3cbb10a Remove warning suppressions and fix many casting bugs by Primiano Tucci · 7 years ago
  28. 38faa6f Improve stacktraces on Linux/Android standalone debug builds by Primiano Tucci · 7 years ago
  29. 808d6df Support building most targets on mac by Primiano Tucci · 7 years ago
  30. 8934c6c Add base/time.h by Primiano Tucci · 7 years ago
  31. 941b221 Introduce base::TempFile / TempDir by Primiano Tucci · 7 years ago
  32. 6cfec8a perfetto: foo:foo_unittests -> foo:unittests by Hector Dearman · 7 years ago
  33. 825e6de Introduce base::StringSplitter by Primiano Tucci · 7 years ago
  34. 74b73a9 Add utility function to get block device -> mountpoints. by Florian Mayer · 7 years ago
  35. e419ccb perfetto: change watchdog to monitor guardrails when explicitly started by Lalit Maganti · 7 years ago
  36. c96f71b Fix mac build by Primiano Tucci · 7 years ago
  37. b433400 Add WatchDog class to kill process after a timeout. by Florian Mayer · 7 years ago
  38. d8bd81b Simply test BUILD file structure. by Florian Mayer · 7 years ago
  39. c7255fd Split task_runnner_thread from end_to_end_integrationtest. by Florian Mayer · 7 years ago
  40. f7a0d7e Fixed NDK dependencies when building as part of Chrome+Android by Oystein Eftevaag · 7 years ago
  41. 6ea459c Split android_task_runner in its own target by Primiano Tucci · 7 years ago
  42. a5ff2a8 Wire up traced binary by Primiano Tucci · 7 years ago
  43. bbaa58c Introduce base::PageAllocator to wrap mmap by Primiano Tucci · 7 years ago
  44. b03ba36 Unify test targets under perfetto_{tests,benchmarks} by Primiano Tucci · 7 years ago
  45. 4f9b6d7 Pivot source files into top-level src,include and unify test target by Primiano Tucci · 7 years ago[Renamed (73%) from perfetto_base/BUILD.gn]
  46. dd727e4 Support building Perfetto as part of Chrome by Oystein Eftevaag · 7 years ago[Renamed (83%) from base/BUILD.gn]
  47. 7ae3448 Miscellanous task runner improvements by Sami Kyostila · 7 years ago
  48. 89d765f Print crash stack for debug builds by Primiano Tucci · 7 years ago
  49. 73d41c8 Add Android task runner implementation by Sami Kyostila · 7 years ago
  50. 2c6c2f5 Add Unix task runner implementation by Sami Kyostila · 7 years ago
  51. 575af77 Introduce base::WeakPtr<T> and base::ThreadChecker by Primiano Tucci · 7 years ago
  52. d7d1be0 Move cpp_common to base and its own namespace. by Primiano Tucci · 7 years ago[Renamed (66%) from cpp_common/BUILD.gn]
  53. 1333134 Introduce RAII ScopedFile class to auto-close FDs by Primiano Tucci · 7 years ago