1. 77b0521 Add copyright to all files by Tuchila Octavian · 2 years, 6 months ago
  2. 558a2b2 event_fd.Clear: retry read(2) on EINTR by Ryan Savitski · 2 years, 7 months ago
  3. 706322e Fix standalone build and re-enable some unit tests on Windows by Daniele Di Proietto · 2 years, 7 months ago
  4. b9922c2 Temporarily disable broken unit tests on Windows by Daniele Di Proietto · 2 years, 7 months ago
  5. 508eddb Fix windows after Subprocess::OutputMode enum class change by Daniele Di Proietto · 2 years, 7 months ago
  6. 788302a Support InputMode::kDevNull in Subprocess by Daniele Di Proietto · 2 years, 7 months ago
  7. 9e6a087 Change Subprocess::OutputMode to enum class by Daniele Di Proietto · 2 years, 7 months ago
  8. 85ad2cb Remove unused base::TrimLeading() by Daniele Di Proietto · 2 years, 7 months ago
  9. 0e7915d GN: use arm64 on arm64 Macs by Primiano Tucci · 2 years, 8 months ago
  10. fc8796a Remove unused crash keys for fixed crashed. by Primiano Tucci · 2 years, 9 months ago
  11. d21ed9d Fix chromium windows build by Primiano Tucci · 2 years, 9 months ago
  12. 02aa3ea base: Fix Windows standalone build by Primiano Tucci · 2 years, 9 months ago
  13. 0f3d962 Speculative fix of Windows build breakage by Primiano Tucci · 2 years, 10 months ago
  14. 6b09c84 Merge "TraceProcessor: increase HTTP max req size" by Primiano Tucci · 2 years, 10 months ago
  15. ae84d3d TraceProcessor: increase HTTP max req size by Primiano Tucci · 2 years, 10 months ago
  16. e57ed09 Fix standalone windows build by Primiano Tucci · 2 years, 10 months ago
  17. 611804d GCC: fix ambiguous call to make_optional by Stephan Hartmann · 2 years, 10 months ago
  18. bad67fa Move HexDump to include/perfetto/ext/base/utils.h by Daniele Di Proietto · 2 years, 10 months ago
  19. 95dbb70 base: Add websocket support to http_server.cc by Primiano Tucci · 2 years, 10 months ago
  20. e0b479c Fix chromium build on base/http (take 2) by Primiano Tucci · 2 years, 10 months ago
  21. 16470ed Merge "UnixSocket: use poll() for send timeout." by Primiano Tucci · 2 years, 10 months ago
  22. 3626604 Fix GN issues on Chromium/Win build by Andrew Shulaev · 2 years, 10 months ago
  23. 3d08642 UnixSocket: use poll() for send timeout. by Primiano Tucci · 2 years, 10 months ago
  24. 44a15be base: add http_server.cc by Primiano Tucci · 2 years, 11 months ago
  25. 5d40eca [base] FlatHashMap: don't invalidate pointer if key exists by Primiano Tucci · 2 years, 10 months ago
  26. 0f11fda TraceProcessor: use FlatHashMap in ThreadStateGenerator by Primiano Tucci · 2 years, 11 months ago
  27. 58a20ff base: Add FlatHashMap - open addressing hashtable by Primiano Tucci · 2 years, 11 months ago
  28. 4d59d2e Merge "Add crash keys to debug IPC socket hang" by Treehugger Robot · 2 years, 11 months ago
  29. dc345c0 Add crash keys to debug IPC socket hang by Primiano Tucci · 2 years, 11 months ago
  30. 34abb8d base: add SmallVector by Primiano Tucci · 2 years, 11 months ago
  31. 97cab97 base: pair AlignedAlloc with AlignedFree by Primiano Tucci · 2 years, 11 months ago
  32. 265419e Merge "[fuchsia] Fix GetoptCompatTest/1.LongOptions flakes." by Primiano Tucci · 2 years, 11 months ago
  33. b09e5e0 Fix Windows build in chromium (Take 2) by Primiano Tucci · 2 years, 11 months ago
  34. d99b5d2 Fix chromium roll by Primiano Tucci · 2 years, 11 months ago
  35. c50345c base: Fix Windows build, introduce AlignedAlloc by Primiano Tucci · 2 years, 11 months ago
  36. 0d460db Merge "base: add base64.cc" by Primiano Tucci · 2 years, 11 months ago
  37. 2277f06 Enable -msse4.2, -mavx, -mpopcnt on x86_64 builds by Primiano Tucci · 2 years, 11 months ago
  38. 16f4d73 [fuchsia] Fix GetoptCompatTest/1.LongOptions flakes. by Greg Thompson · 2 years, 11 months ago
  39. 63c4ffe [fuchsia] Migrate away from /dev/zero. by Greg Thompson · 2 years, 11 months ago
  40. f4f2b45 base: add base64.cc by Primiano Tucci · 2 years, 11 months ago
  41. 082503e base: Small fix UnixSocket::SendStr testing method by Primiano Tucci · 2 years, 11 months ago
  42. 20da682 Merge "Implement --background-wait in perfetto cmd" by Daniele Di Proietto · 2 years, 11 months ago
  43. 56e6c6c [fuchsia] Use fdio_fd_create_null() rather than opening /dev/null. by Greg Thompson · 2 years, 11 months ago
  44. 240e9a1 Implement --background-wait in perfetto cmd by Daniele Di Proietto · 3 years ago
  45. 5ce0d14 Stop using deprecated __system_property_get() by Daniele Di Proietto · 2 years, 11 months ago
  46. 229efa6 base: Add crash key to disambiguate watchdog types by Primiano Tucci · 3 years ago
  47. b3deb5e Reduce stack usage of some large functions by Primiano Tucci · 3 years ago
  48. 997ab09 base: Use timerfd in Watchdog and serialize crash logs by Primiano Tucci · 3 years ago
  49. ab699b7 base: Add crash keys by Primiano Tucci · 3 years ago
  50. 4573825 base: soften DCHECK for SprintfTrunc by Primiano Tucci · 3 years ago
  51. e0e4fa4 base: add last PERFETTO_LOG(s) to CHECK/FATAL by Primiano Tucci · 3 years ago
  52. 3dcdff2 base: Introduce StackString<N> for char x[N] + snprintf by Primiano Tucci · 3 years ago
  53. 78cd82b Fix snprintf / strncpy usages by Primiano Tucci · 3 years ago
  54. c0ecdd6 base: ensure crash reporter works on monlithic binaries by Primiano Tucci · 3 years ago
  55. c7fb63f base: Add LogRingBuffer to keep around last logs by Primiano Tucci · 3 years ago
  56. ee90928 Move GetFileSize() from symbolizer to base/file_utils.h by Daniele Di Proietto · 3 years ago
  57. 7e6d6b7 Extract TmpDirTree into a separate file by Daniele Di Proietto · 3 years, 1 month ago
  58. 5255f0c Fix setting sigevent thread ID by Colin Cross · 3 years, 1 month ago
  59. dac094d Fix some instances of -Wunused-but-set-variable. by Peter Kasting · 3 years, 1 month ago
  60. 0639e91 tp: fix textproto and JSON escaping for metrics output by Lalit Maganti · 3 years, 1 month ago
  61. 1fe10ce upkeep: Use char overload of find_last_of where possible by Hector Dearman · 3 years, 1 month ago
  62. 63ad74a Do not use ScopedResource for FindFirstFile handle by Deepanjan Roy · 3 years, 1 month ago
  63. b6ab1c0 Fix type error for ScopedFileHandle CloseFunction by Deepanjan Roy · 3 years, 2 months ago
  64. 8bf30fe Implement ListFilesRecursive on windows by Deepanjan Roy · 3 years, 2 months ago
  65. b7ce363 Return full relative paths in ListFilesRecursive by Deepanjan Roy · 3 years, 2 months ago
  66. b038156 Remove NACL from ListFilesRecursively. by Stephen Nusko · 3 years, 2 months ago
  67. 4ed736c metrics: Implement loading metric extension directory by Deepanjan Roy · 3 years, 2 months ago
  68. 4f88a2f Fix logging for Chrome seccomp bpf sandboxing by Chinglin Yu · 3 years, 3 months ago
  69. 58d2dc6 inttypes.h -> cinttypes by Primiano Tucci · 3 years, 3 months ago
  70. 7e27a2b tp: don't allow serializtion to ftrace of track/chrome events by Lalit Maganti · 3 years, 4 months ago
  71. b7b626b trace_processor: clean up SystraceParser by Primiano Tucci · 3 years, 4 months ago
  72. 3bf39d0 Turn on crash reporter for debug standalone heapprofd. by Florian Mayer · 3 years, 4 months ago
  73. 003b20e Refactorings in preparation for tracebox by Primiano Tucci · 3 years, 4 months ago
  74. 5f3008e Reland "Add IPC layer + Platform implementation for Windows" by Primiano Tucci · 3 years, 5 months ago
  75. 8e1d180 base/test: Add HexDump test util by Primiano Tucci · 3 years, 5 months ago
  76. 442d3ef perfetto: round 3 of periodic task compile fix in Chromium by Lalit Maganti · 3 years, 5 months ago
  77. f2d4672 perfetto: round 2 of trying to fix periodic task on Windows by Lalit Maganti · 3 years, 5 months ago
  78. f782f1c perfetto: fix compile on Windows and older Android platforms by Lalit Maganti · 3 years, 5 months ago
  79. dac9170 base: Add PeriodicTask with timerfd support by Primiano Tucci · 3 years, 5 months ago
  80. 163509e client: Add logging callback for log redirection. by Tobias Sargeant · 3 years, 5 months ago
  81. 7afaae7 Merge "Add the ability to daemonize `perfetto`, `traced` and `traced_probes`." by Treehugger Robot · 3 years, 5 months ago
  82. ce6dcb4 Add the ability to daemonize `perfetto`, `traced` and `traced_probes`. by Rahul Ravikumar · 3 years, 6 months ago
  83. 694ad6b Merge "Remove the redundant #include <consoleapi.h>" by Adithya Srinivasan · 3 years, 5 months ago
  84. 2ccf2d7 upkeep: Use base::Contains() and empty() by Hector Dearman · 3 years, 6 months ago
  85. 5755eab Remove the redundant #include <consoleapi.h> by Adithya Srinivasan · 3 years, 6 months ago
  86. 6ba9e24 base: add tests for base64 encoding by Lalit Maganti · 3 years, 6 months ago
  87. 8532fc9 tp: add ui state proto and expose it in the metadata table by Lalit Maganti · 3 years, 6 months ago
  88. 597658e More NaCL fixes for test_support. by Alexander Timin · 3 years, 7 months ago
  89. 99fc76f Merge "Fix vm_test_utils.cc on NaCL." by Treehugger Robot · 3 years, 7 months ago
  90. ae16654 Fix vm_test_utils.cc on NaCL. by Alexander Timin · 3 years, 7 months ago
  91. 14c0d14 Do not assume that timer_t is a pointer. by Alfredo Mazzinghi · 3 years, 7 months ago
  92. e6edb06 IPC: Allow socket to be TCP, for Windows by Primiano Tucci · 3 years, 7 months ago
  93. 8be592a Fix StringToDouble on NaCl and fuchsia by Primiano Tucci · 3 years, 8 months ago
  94. 17d19d3 Make StringToDouble locale independent by Hector Dearman · 3 years, 8 months ago
  95. 5b2a520 Merge "Enable subprocess support for chrome os." by Yuta Hijikata · 3 years, 8 months ago
  96. 302f83f Merge "style: Remove unnecessary cast." by Florian Mayer · 3 years, 8 months ago
  97. 312f162 style: Remove unnecessary cast. by Florian Mayer · 3 years, 8 months ago
  98. e6534eb Add ELOG to truncation path in UnixSocket. by Florian Mayer · 3 years, 8 months ago
  99. 91a21f5 Enable subprocess support for chrome os. by Yuta Hijikata · 3 years, 8 months ago
  100. 10c9e9e Minor changes to IPC layer in preparation for Win port. by Primiano Tucci · 3 years, 9 months ago