1. b6c3bff Do not build sock_utils on Chromium. by Florian Mayer · 6 years ago
  2. f427a80 Refactor: add send/recv functions for raw sockets. by Florian Mayer · 6 years ago
  3. b64d6b1 profiling: Add parts of heap profiler. by Florian Mayer · 6 years ago
  4. a745cdf perfetto: fix string view unittest for Chromium autoroller by Lalit Maganti · 6 years ago
  5. 2da5d2e Add StringView class and switch trace processor to use it by Primiano Tucci · 6 years ago
  6. 13a0c6d Fix Chromium build by Hector Dearman · 6 years ago
  7. 7f71d0e trace_processor: Add integration tests by Hector Dearman · 6 years ago
  8. 70d007a Fix scoped metatrace events by Primiano Tucci · 6 years ago
  9. 675a6fd Switch unix task runner to eventfd by Sami Kyostila · 6 years ago
  10. a0eb1a4 perfetto: Fix two small build issues. by Hector Dearman · 6 years ago
  11. 9885228 Fix perfetto_unittests on Mac by Primiano Tucci · 6 years ago
  12. 21c1a0d Changes to get Perfetto tracing in Chrome for Windows by Bruce Dawson · 6 years ago
  13. c7b7c72 Clean up some TODOs and use PageAllocator in CpuReader by Primiano Tucci · 6 years ago
  14. c2eb510 Roll GN, clang and libc++ to match chromium revisions by Primiano Tucci · 6 years ago
  15. 78bca4b Get page allocator working on Windows by Bruce Dawson · 6 years ago
  16. 4bdc4c4 Introduce WASM toolchain by Primiano Tucci · 6 years ago
  17. 236ba47 Add metatracing to trace perfetto itself. by Florian Mayer · 6 years ago
  18. 2c4a460 Enable more unit tests on Windows by Bruce Dawson · 6 years ago
  19. e63537c fix: work-around compile issue on mac by Ali Ijaz Sheikh · 6 years ago
  20. fd759b6 Merge "Get one Perfetto unittest working on Windows" by Primiano Tucci · 6 years ago
  21. 2af6ef7 Get one Perfetto unittest working on Windows by Bruce Dawson · 6 years ago
  22. 166dbe2 Make unittests faster: remove sighandler after fork by Primiano Tucci · 6 years ago
  23. 3afb1e0 Add ftrace per_cpu/stats to beginning/end of the trace by Hector Dearman · 6 years ago
  24. 3cbb10a Remove warning suppressions and fix many casting bugs by Primiano Tucci · 6 years ago
  25. 543ae3a [debug-only/non-production] Fix libbacktrace integration on arm/64 by Primiano Tucci · 6 years ago
  26. 38faa6f Improve stacktraces on Linux/Android standalone debug builds by Primiano Tucci · 6 years ago
  27. 808d6df Support building most targets on mac by Primiano Tucci · 6 years ago
  28. f4bc1d1 Replace PERFETTO_CHECK(false) with PERFETTO_FATAL by Hector Dearman · 6 years ago
  29. 78fbbf3 Add ELOG for CPU and memory limits by Anna Zappone · 6 years ago
  30. bfc3d3e perfetto: add end to end benchmarking by Lalit Maganti · 6 years ago
  31. dbd0878 make constants constexpr. by Florian Mayer · 6 years ago
  32. 8934c6c Add base/time.h by Primiano Tucci · 7 years ago
  33. 941b221 Introduce base::TempFile / TempDir by Primiano Tucci · 7 years ago
  34. 3bc8438 Merge "perfetto: foo:foo_unittests -> foo:unittests" by Primiano Tucci · 7 years ago
  35. 599e3e2 perfetto: All tests should end in 'Test' by Hector Dearman · 7 years ago
  36. 6cfec8a perfetto: foo:foo_unittests -> foo:unittests by Hector Dearman · 7 years ago
  37. 825e6de Introduce base::StringSplitter by Primiano Tucci · 7 years ago
  38. 139de77 Remove LOG from base::ReadFile() when file doesn't exist by Primiano Tucci · 7 years ago
  39. 74b73a9 Add utility function to get block device -> mountpoints. by Florian Mayer · 7 years ago
  40. 22e4b39 Run clang-tidy. by Florian Mayer · 7 years ago
  41. e419ccb perfetto: change watchdog to monitor guardrails when explicitly started by Lalit Maganti · 7 years ago
  42. 8ee9f26 Merge "perfetto: rework watchdog class to cope with monitoring CPU and memory" by Treehugger Robot · 7 years ago
  43. 44ff2a7 perfetto: rework watchdog class to cope with monitoring CPU and memory by Lalit Maganti · 7 years ago
  44. 5c59901 TraceBuffer management by Primiano Tucci · 7 years ago
  45. a0d8051 Fix mac build by Primiano Tucci · 7 years ago
  46. ff72959 Added a PERFETTO_ prefix to the BUILDFLAG macros. by Oystein Eftevaag · 7 years ago
  47. 4c3580f Run libfuzzer build on travis. by Florian Mayer · 7 years ago
  48. c96f71b Fix mac build by Primiano Tucci · 7 years ago
  49. 6aba66d Fix GCC debug build. by Florian Mayer · 7 years ago
  50. 97a4301 Merge "Increase timeout of Crash test." by Treehugger Robot · 7 years ago
  51. b204a77 Increase timeout of Crash test. by Florian Mayer · 7 years ago
  52. 26ecb39 Use watchdog in TaskRunners by Florian Mayer · 7 years ago
  53. f5b8d72 Address comments of prematurely merged http://aosp/604056 by Florian Mayer · 7 years ago
  54. b433400 Add WatchDog class to kill process after a timeout. by Florian Mayer · 7 years ago
  55. bc8368e ftrace_reader: Add cpu_reader.cc micro benchmark by Hector Dearman · 7 years ago
  56. d8bd81b Simply test BUILD file structure. by Florian Mayer · 7 years ago
  57. ca2858e Merge "Split task_runnner_thread from end_to_end_integrationtest." by Florian Mayer · 7 years ago
  58. bba1941 Unify kPageSize constants across the code base by Anna Zappone · 7 years ago
  59. c7255fd Split task_runnner_thread from end_to_end_integrationtest. by Florian Mayer · 7 years ago
  60. aab5355 Run clang-tidy by Florian Mayer · 7 years ago
  61. 79f2d7b perfetto: add end to end integration tests by Lalit Maganti · 7 years ago
  62. 26d5cdd Don't keep a named temporary file during tracing by Sami Kyostila · 7 years ago
  63. f7a0d7e Fixed NDK dependencies when building as part of Chrome+Android by Oystein Eftevaag · 7 years ago
  64. 6ea459c Split android_task_runner in its own target by Primiano Tucci · 7 years ago
  65. a5ff2a8 Wire up traced binary by Primiano Tucci · 7 years ago
  66. bbaa58c Introduce base::PageAllocator to wrap mmap by Primiano Tucci · 7 years ago
  67. 5358933 Add initial Tracing Service implementation by Primiano Tucci · 7 years ago
  68. 2e36683 Enable missing-field-initializers warning by Sami Kyostila · 7 years ago
  69. 5aab758 Improve logging 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