1. 9809709 Fix the definition of enable_perfetto_zlib flag by Mohit Saini · 2 years, 6 months ago
  2. 2277f06 Enable -msse4.2, -mavx, -mpopcnt on x86_64 builds by Primiano Tucci · 2 years, 9 months ago
  3. 44729e0 Disable watchdog in bazel, disable crash-log on Android < 21 by Primiano Tucci · 2 years, 10 months ago
  4. dc77d72 build: don't depend on .git/HEAD in GN if .git doesn't exist by Primiano Tucci · 2 years, 10 months ago
  5. 1a69d01 base: don't enable DCHECKs in SDK builds by Primiano Tucci · 3 years ago
  6. 4a79295 trace_processor: enable RPC in Android build by Paul Thomson · 3 years, 2 months ago
  7. 5f3008e Reland "Add IPC layer + Platform implementation for Windows" by Primiano Tucci · 3 years, 3 months ago
  8. 8951683 Allow to disable git revision in perfetto_version.gen.h. by Florian Mayer · 3 years, 4 months ago
  9. 319ba56 Use system zlib for Debian package. by Florian Mayer · 3 years, 4 months ago
  10. dfb2f96 Revert "Add IPC layer + Platform implementation for Windows" by Primiano Tucci · 3 years, 6 months ago
  11. 1c5c317 Add IPC layer + Platform implementation for Windows by Primiano Tucci · 3 years, 6 months ago
  12. 3ce4e8e Enable enable_perfetto_trace_processor_httpd on Windows by Primiano Tucci · 3 years, 7 months ago
  13. 59a00fe Windows port: LITTLE_ENDIAN, ENTRYPOINT and minor test fixes by Primiano Tucci · 3 years, 7 months ago
  14. a7f5a8e GN: Add enable_perfetto_traced_probes variable by Primiano Tucci · 3 years, 7 months ago
  15. 2f81155 GN: Add standalone build rules for Windows by Primiano Tucci · 3 years, 8 months ago
  16. 42433ab Cleanup for Windows standalone support by Primiano Tucci · 3 years, 9 months ago
  17. ec59013 Reland "Add version consistently in all build configs and UI" by Primiano Tucci · 3 years, 9 months ago
  18. bb4bfb0 Revert "Add version consistently in all build configs and UI" by Colin Cross · 3 years, 9 months ago
  19. 85a1a12 Add version consistently in all build configs and UI by Primiano Tucci · 3 years, 9 months ago
  20. 824be14 GN standalone: extra_{target,host}_cflags + fstack-protector-strong by Primiano Tucci · 4 years, 1 month ago
  21. 80fc3cd Use protobuf from the system if requested by Joel Fernandes · 4 years, 4 months ago
  22. 6d1f7b5 tp: cleanup json and fuchsia trace flags by Lalit Maganti · 4 years, 6 months ago
  23. 090d271 Add a gn arg to skip buildtools checks by Joel Fernandes · 4 years, 6 months ago
  24. 413b643 gn: Make enable_perfetto_trace_processor overrideable by Sami Kyostila · 4 years, 6 months ago
  25. 56bc0c6 traced_perf: re-enable linux build + add x86 regs handling by Ryan Savitski · 4 years, 7 months ago
  26. 036d198 Add is_nacl gn arg and prevent nacl from building ipc layer. by Stephen Nusko · 4 years, 7 months ago
  27. bfa6d63 Update libperfetto to directly dep on the ipc target on posix systems. by Stephen Nusko · 4 years, 7 months ago
  28. 0f7e68d Exclude targets depending on sqlite from embedder builds by Mikhail Khokhlov · 4 years, 7 months ago
  29. 1b5fdae Make zlib optional by Primiano Tucci · 4 years, 7 months ago
  30. 2bcfb35 trace_processor: Remove PERFETTO_TP_METRICS buildflag by Mikhail Khokhlov · 4 years, 8 months ago
  31. 81491b9 trace_processor: Remove PERFETTO_TP_FTRACE build flag by Mikhail Khokhlov · 4 years, 8 months ago
  32. 703bcab traced_perf: in-tree builds: arm register parsing basics by Ryan Savitski · 4 years, 8 months ago
  33. 6146a58 trace_processor: Remove PERFETTO_TP_HEAP_GRAPHS build flag by Mikhail Khokhlov · 4 years, 8 months ago
  34. 9996d5d trace_processor: Remove PERFETTO_TP_ANDROID_PROBES build flag by Mikhail Khokhlov · 4 years, 8 months ago
  35. 04f6eb7 trace_processor: Remove PERFETTO_TP_SYSTEM_PROBES build flag by Mikhail Khokhlov · 4 years, 8 months ago
  36. bd963dc Merge "build/logging: Disable info logs in chromium" by Eric Seckler · 4 years, 8 months ago
  37. 0846048 build/logging: Disable info logs in chromium by Eric Seckler · 4 years, 8 months ago
  38. 5198328 Revert "trace_processor: Remove two more build flags" by Mikhail Khokhlov · 4 years, 8 months ago
  39. 8368ee9 trace_processor: Remove two more build flags by Mikhail Khokhlov · 4 years, 8 months ago
  40. 692087e trace_processor: Remove PERFETTO_TP_GRAPHICS build flag by Mikhail Khokhlov · 4 years, 8 months ago
  41. 462b5db traced_perf: build in-tree (i.e. add to Android.bp) by Ryan Savitski · 4 years, 9 months ago
  42. a76b3cc traced_perf: basic producer scaffolding with logging of samples on Flush. by Ryan Savitski · 4 years, 9 months ago
  43. e9709db processor: Build all of TP on chrome desktop platforms by Eric Seckler · 4 years, 9 months ago
  44. ed39279 Merge "processor: Some more fixes for chromium json export" by Treehugger Robot · 4 years, 9 months ago
  45. 9dc3446 processor: Some more fixes for chromium json export by Eric Seckler · 4 years, 9 months ago
  46. c165b87 processor: Extract HeapGraph parsing into module by Eric Seckler · 4 years, 9 months ago
  47. 7ce6fa4 processor: Exclude syscalls from build if not needed by Eric Seckler · 4 years, 10 months ago
  48. 510a3ee processor: Support disabling json importer separately from export_json by Eric Seckler · 4 years, 10 months ago
  49. a7870e6 processor: Make sql/sqlite layer optional at compile time by Eric Seckler · 4 years, 10 months ago
  50. a36cccc Trace Processor: add --httpd by Primiano Tucci · 4 years, 10 months ago
  51. ab0604c processor: Add ProtoImporterModules for android + system probes by Eric Seckler · 4 years, 10 months ago
  52. 63afd79 processor: Extract graphics event parsing into an importer module by Eric Seckler · 4 years, 10 months ago
  53. ee1cdea processor: Make fuchsia trace parsing an optional compile-time dep by Eric Seckler · 4 years, 10 months ago
  54. ac2ea61 processor: Make ftrace descriptors & utils compile-time optional by Eric Seckler · 4 years, 10 months ago
  55. c622b8b processor: Make metrics an optional compile-time dep by Eric Seckler · 4 years, 10 months ago
  56. de58995 processor: Add foundations for modularization of proto trace parsing by Eric Seckler · 4 years, 10 months ago
  57. f33540e Fix build rules in tools by Primiano Tucci · 5 years ago
  58. 4dcf898 Revert "tmux & //tools fixups after build refactorings" by Primiano Tucci · 5 years ago
  59. 65028a6 tmux & //tools fixups after build refactorings by Ryan · 5 years ago
  60. 18c0cff Disable watchdog on OSX using compile-time checks by Primiano Tucci · 5 years ago
  61. b7ebffd Fix chrome roll: update protoc host toolchain rules by Primiano Tucci · 5 years ago
  62. 02c1176 Major clean up build files, use flags-per-feature. by Primiano Tucci · 5 years ago
  63. 7e05fc1 Minor cleanups to build files by Primiano Tucci · 5 years ago
  64. 2bf8284 Consistently use PERFETTO_BUILDFLAG(xxx) and add IPC flag by Primiano Tucci · 5 years ago
  65. 6e345f4 Prevent the IPC layer from being included in builds it can't compile on. by Stephen Nusko · 5 years ago
  66. 5da63f3 Allow chromium to build the IPC layer. by Stephen Nusko · 5 years ago
  67. 7faef11 build: Expose a few more missing variables in the public config by Eric Seckler · 6 years ago
  68. 7c7f5f5 Perfetto: clean up PERFETTO_EMBEDDER_BUILD by Primiano Tucci · 6 years ago
  69. 357966a gn: Make it more convenient for embedders to enable DLOG by Eric Seckler · 6 years ago
  70. 4c5efa4 Build changes to support other embedders other than chromium by Primiano Tucci · 6 years ago
  71. 4bdc4c4 Introduce WASM toolchain by Primiano Tucci · 6 years ago
  72. d0e7679 perfetto: update tests to depend on new build flag by Lalit Maganti · 7 years ago
  73. 94aaf69 compile everything with -fsanitize=fuzzer. by Florian Mayer · 7 years ago
  74. 00b6db5 Add fuzzer for buffered_frame_deserializer. by Florian Mayer · 7 years ago
  75. 6d84853 Move binder libraries into perfetto binary and save ~5 MB of ram by Primiano Tucci · 7 years ago
  76. dd727e4 Support building Perfetto as part of Chrome by Oystein Eftevaag · 7 years ago