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