1. c5b13b3 tp: migrate all SQL to use CREATE PERFETTO FUNCTION syntax by Lalit Maganti · 1 year, 9 months ago
  2. 62a3147 Support standalone riscv64 linux builds by Samuel Holland · 1 year, 9 months ago
  3. ff9f2eb ui: Compile WASM with -msimd128 by Hector Dearman · 1 year, 10 months ago
  4. af7ad1a perfetto: fix GCC warnings (for real) by Lalit Maganti · 2 years ago
  5. e76dcfd perfetto: Disable -Wshadow-uncaptured-local by Manoj Gupta · 2 years ago
  6. 03f5a97 base: make base::Optional a shim for std::optional by Lalit Maganti · 2 years ago
  7. 2b667a9 perfetto: switch to being a C++17 only project by Lalit Maganti · 2 years, 1 month ago
  8. 3b5b77c Shared library ABI for producer initialization by Daniele Di Proietto · 2 years, 2 months ago
  9. 8e211f0 Disable clang unsafe pointer arithmentics warning by Anna Mayzner · 2 years, 2 months ago
  10. 735d186 perfetto: fix ChromeOS build by Lalit Maganti · 2 years, 5 months ago
  11. 03d178e perfetto: switch to C++17 with temporary C++11 opt-out by Lalit Maganti · 2 years, 5 months ago
  12. 4e1484b perfetto: fix compile on CI debug by Lalit Maganti · 2 years, 5 months ago
  13. 8e6f9f2 perfetto: fix compile on latest GCC by Lalit Maganti · 2 years, 5 months ago
  14. bdddf76 perfetto: update libcxx/libcxxabi/libunwind by Lalit Maganti · 2 years, 5 months ago
  15. 1ce890e Enable LFS (large file support) on Linux by Chinglin Yu · 2 years, 6 months ago
  16. b9a246e Ignore -Wdeprecated on windows standalone build by Daniele Di Proietto · 2 years, 7 months ago
  17. 25a4534 tp: speed up UpdateSetBits by 10-20x (worst cases) with PDEP intrinsic by Lalit Maganti · 2 years, 10 months ago
  18. 7ce5de1 Merge changes I8d6a43d6,If4ac88f6 by Lalit Maganti · 2 years, 10 months ago
  19. 7690522 perfetto: remove protobuf gn config from pbzero generator by Lalit Maganti · 2 years, 11 months ago
  20. 682a998 cflags: Upgrade -mavx -> -mavx2 by Primiano Tucci · 2 years, 11 months ago
  21. e65c405 trace_processor: use llvm frame demangling in standalone builds by Ryan Savitski · 3 years ago
  22. 2277f06 Enable -msse4.2, -mavx, -mpopcnt on x86_64 builds by Primiano Tucci · 3 years, 5 months ago
  23. 8652a85 Update Clang toolchain to match chromium's by Primiano Tucci · 3 years, 7 months ago
  24. 497c3ed Fix win32 build. by Primiano Tucci · 3 years, 10 months ago
  25. 5f3008e Reland "Add IPC layer + Platform implementation for Windows" by Primiano Tucci · 3 years, 11 months ago
  26. dfb2f96 Revert "Add IPC layer + Platform implementation for Windows" by Primiano Tucci · 4 years, 1 month ago
  27. 1c5c317 Add IPC layer + Platform implementation for Windows by Primiano Tucci · 4 years, 1 month ago
  28. 5592685 Update NDK to 21e. by Florian Mayer · 4 years, 1 month ago
  29. a74aaf0 Fix AFL build. by Florian Mayer · 4 years, 2 months ago
  30. 7e9865c ui: Update NodeJS and Wasm toolchain by Primiano Tucci · 4 years, 3 months ago
  31. f43e650 sdk: Make the tracing SDK compatible with MSVC by Sami Kyostila · 4 years, 3 months ago
  32. 2f81155 GN: Add standalone build rules for Windows by Primiano Tucci · 4 years, 4 months ago
  33. ec59013 Reland "Add version consistently in all build configs and UI" by Primiano Tucci · 4 years, 5 months ago
  34. bb4bfb0 Revert "Add version consistently in all build configs and UI" by Colin Cross · 4 years, 5 months ago
  35. 85a1a12 Add version consistently in all build configs and UI by Primiano Tucci · 4 years, 5 months ago
  36. b0a548c macOS linker does not have -Wl,--build-id. by Florian Mayer · 4 years, 7 months ago
  37. 5d016a5 Generate build ids. by Florian Mayer · 4 years, 7 months ago
  38. f68444a Roll clang + fix warnings by Primiano Tucci · 4 years, 8 months ago
  39. 39e40d4 Build without -Wno-implicit-int-float-conversion. by Florian Mayer · 4 years, 9 months ago
  40. 824be14 GN standalone: extra_{target,host}_cflags + fstack-protector-strong by Primiano Tucci · 4 years, 9 months ago
  41. 2b626d9 gn: Disable new GCC redundant move warning by Sami Kyostila · 5 years ago
  42. 115490f GN: enable PIE on Linux by Primiano Tucci · 5 years ago
  43. 69132a1 Add install-build-deps check at build time by Primiano Tucci · 5 years ago
  44. fbcfeeb Fix standalone build after clang rolls by Primiano Tucci · 5 years ago
  45. 2925e9d Update GN and mass reformat gn files by Primiano Tucci · 5 years ago
  46. b4eaf21 trace_processor: fix compile and build on fuzzer by Lalit Maganti · 5 years ago
  47. 1c76dff Enable -Wpedantic to improve GCC compatibility by Sami Kyostila · 5 years ago
  48. f929107 O2-friendly GetStaticEventInfo by Ryan Savitski · 6 years ago
  49. 27985ac Fix x86 build. by Florian Mayer · 6 years ago
  50. 7010f3a Do not pass -Werror on fuzzers. by Florian Mayer · 6 years ago
  51. 91c387d Use hermetic linker instead of system one. by Florian Mayer · 6 years ago
  52. 8b3feb4 Remove -Wa,--noexecstack argument, fix ccache by Primiano Tucci · 6 years ago
  53. 91c4a41 Add -Wunknown-sanitizers to standalone builds, fix dbg build by Primiano Tucci · 6 years ago
  54. 00da64a Add git version to trace processor by Primiano Tucci · 6 years ago
  55. a3da9be Android builds: add liblog only to dynlibs & executables + remove it from heapprofd_client by Ryan Savitski · 6 years ago
  56. 8a5b9a8 Disable -Weverything on fuzzer builds by Primiano Tucci · 6 years ago
  57. 2e48071 Changes needed to run on OSS-Fuzz. by Florian Mayer · 6 years ago
  58. a65497e Roll clang and switch to fsanitize=fuzzer-no-link by Primiano Tucci · 7 years ago
  59. 8c3f40a Standalone build: add support for Link Time Optimization by Primiano Tucci · 7 years ago
  60. 46ef922 Do not specify API level twice. by Florian Mayer · 7 years ago
  61. aa5316b Bump NDK to 17b. by Florian Mayer · 7 years ago
  62. 475bd7e Add out-of-tree build for libunwindstack. by Florian Mayer · 7 years ago
  63. 4bdc4c4 Introduce WASM toolchain by Primiano Tucci · 7 years ago
  64. 3cbb10a Remove warning suppressions and fix many casting bugs by Primiano Tucci · 7 years ago
  65. e1d7638 [dev-only/non-production] Fix GCC build by Primiano Tucci · 7 years ago
  66. 38faa6f Improve stacktraces on Linux/Android standalone debug builds by Primiano Tucci · 7 years ago
  67. 18614fe Allow to configure scan roots. by Florian Mayer · 7 years ago
  68. 6aba66d Fix GCC debug build. by Florian Mayer · 7 years ago
  69. bc8318e Remove debug_symbols config from release builds by Primiano Tucci · 7 years ago
  70. 2e36683 Enable missing-field-initializers warning by Sami Kyostila · 7 years ago
  71. 5aab758 Improve logging by Primiano Tucci · 7 years ago
  72. 7a40e4d Move build -> gn/standalone by Primiano Tucci · 7 years ago[Renamed (97%) from build/BUILD.gn]
  73. 4f9b6d7 Pivot source files into top-level src,include and unify test target by Primiano Tucci · 7 years ago
  74. b45bfac Android: use unified headers from the NDK by Primiano Tucci · 7 years ago
  75. 765b326 Move -Wno-unused-parameter to general cflags by Primiano Tucci · 7 years ago
  76. 7278dea Use custom libcxx by default on Linux and fix sanitizers by Primiano Tucci · 7 years ago
  77. d7d1be0 Move cpp_common to base and its own namespace. by Primiano Tucci · 7 years ago
  78. ce72002 Introduce core tracing library pieces (Part 1) by Primiano Tucci · 7 years ago
  79. 1333134 Introduce RAII ScopedFile class to auto-close FDs by Primiano Tucci · 7 years ago
  80. 32c32ad Make ninja compiler output colorized (under clang) by Hector Dearman · 7 years ago
  81. 3a946ae Ignore unknown warning flags with clang by Sami Kyostila · 8 years ago
  82. 0825bc8 Add support for llvm-based sanitizers. by Primiano Tucci · 8 years ago
  83. ae2879e Perfetto: first commit. Introduce build files by Primiano Tucci · 8 years ago