- 2277f06 Enable -msse4.2, -mavx, -mpopcnt on x86_64 builds by Primiano Tucci · 3 years ago
- 44729e0 Disable watchdog in bazel, disable crash-log on Android < 21 by Primiano Tucci · 3 years ago
- dc77d72 build: don't depend on .git/HEAD in GN if .git doesn't exist by Primiano Tucci · 3 years, 1 month ago
- 8652a85 Update Clang toolchain to match chromium's by Primiano Tucci · 3 years, 2 months ago
- 1a69d01 base: don't enable DCHECKs in SDK builds by Primiano Tucci · 3 years, 2 months ago
- e8f75d0 Linux prebuilts: switch to arm-linux-gnueabihf on linux-arm by Primiano Tucci · 3 years, 3 months ago
- 97eb1aa Standalone build: use llvm-objcopy on linux target+host by Primiano Tucci · 3 years, 3 months ago
- b428d49 Add sysroots for cross-compiling on arm & arm64 by Primiano Tucci · 3 years, 3 months ago
- 4a79295 trace_processor: enable RPC in Android build by Paul Thomson · 3 years, 5 months ago
- 9c03438 msvc: Also detect Visual Studio Professional by Sami Kyostila · 3 years, 5 months ago
- bd68bff Merge "Fix coverage build." by Florian Mayer · 3 years, 5 months ago
- e0e3b31 Fix coverage build. by Florian Mayer · 3 years, 5 months ago
- a21f126 Merge "Turn on crash reporter for debug standalone heapprofd." by Treehugger Robot · 3 years, 5 months ago
- 3bf39d0 Turn on crash reporter for debug standalone heapprofd. by Florian Mayer · 3 years, 6 months ago
- 497c3ed Fix win32 build. by Primiano Tucci · 3 years, 6 months ago
- 890cfbe heapprofd: split main() in a seprate target by Primiano Tucci · 3 years, 6 months ago
- 5f3008e Reland "Add IPC layer + Platform implementation for Windows" by Primiano Tucci · 3 years, 6 months ago
- 9ca6aea Merge "Standalone build: strip exes and .so(s)" by Primiano Tucci · 3 years, 6 months ago
- 96fcac2 Standalone build: strip exes and .so(s) by Primiano Tucci · 3 years, 6 months ago
- 8908a53 ui: Add conversion to systrace & json by Hector Dearman · 3 years, 6 months ago
- c0ec36e Standalone build: set _LIBCPP_DEBUG=0 to enable STL assertions by Primiano Tucci · 3 years, 6 months ago
- 3f00374 Proto filtering: add core MessageFilter and FilterUtil by Primiano Tucci · 3 years, 6 months ago
- d4b49cb proto filtering: Add bytecode gen&parser by Primiano Tucci · 3 years, 6 months ago
- 8951683 Allow to disable git revision in perfetto_version.gen.h. by Florian Mayer · 3 years, 7 months ago
- 319ba56 Use system zlib for Debian package. by Florian Mayer · 3 years, 7 months ago
- 5ed03d1 Only use filename in comment for autogen files. by Florian Mayer · 3 years, 7 months ago
- 5f3b52a Migrate scripts from Python 2 to 3 by Octavian Tuchila · 3 years, 8 months ago
- 4ed03f2 UI: Build wasm with -g2 to preserve symbols, fix OOM message by Primiano Tucci · 3 years, 8 months ago
- 2939c08 perfetto: migrate all descriptor header generation to build time by Lalit Maganti · 3 years, 8 months ago
- dfb2f96 Revert "Add IPC layer + Platform implementation for Windows" by Primiano Tucci · 3 years, 8 months ago
- 1c5c317 Add IPC layer + Platform implementation for Windows by Primiano Tucci · 3 years, 9 months ago
- 7d2092e Merge "Move heap_profile to a separate include dir." by Florian Mayer · 3 years, 9 months ago
- 6614e91 Add benchmark for client API. by Florian Mayer · 3 years, 9 months ago
- 34bc559 Move scripts to python3 by Primiano Tucci · 3 years, 9 months ago
- 5d09f5e Move heap_profile to a separate include dir. by Florian Mayer · 3 years, 9 months ago
- 5592685 Update NDK to 21e. by Florian Mayer · 3 years, 9 months ago
- 7eead2e UI: move build artifacts into /v1.2.3/ by Primiano Tucci · 3 years, 9 months ago
- e6c4a5c Do not include imports for Chrome extensions by Andrew Shulaev · 3 years, 9 months ago
- a74aaf0 Fix AFL build. by Florian Mayer · 3 years, 9 months ago
- 5b2a520 Merge "Enable subprocess support for chrome os." by Yuta Hijikata · 3 years, 10 months ago
- e455c77 Use hermetic linker for non cross compiling hermetic compiler. by Florian Mayer · 3 years, 10 months ago
- 91a21f5 Enable subprocess support for chrome os. by Yuta Hijikata · 3 years, 10 months ago
- 02d7985 TracedValue. by Alexander Timin · 3 years, 10 months ago
- 7e9865c ui: Update NodeJS and Wasm toolchain by Primiano Tucci · 3 years, 10 months ago
- 8d9f1ed Merge "sdk: Make the tracing SDK compatible with MSVC" by Sami Kyostila · 3 years, 10 months ago
- 3ce4e8e Enable enable_perfetto_trace_processor_httpd on Windows by Primiano Tucci · 3 years, 10 months ago
- f43e650 sdk: Make the tracing SDK compatible with MSVC by Sami Kyostila · 3 years, 10 months ago
- b46de0d gn: Also look for Visual Studio Community edition by Sami Kyostila · 3 years, 10 months ago
- 59a00fe Windows port: LITTLE_ENDIAN, ENTRYPOINT and minor test fixes by Primiano Tucci · 3 years, 10 months ago
- a7f5a8e GN: Add enable_perfetto_traced_probes variable by Primiano Tucci · 3 years, 10 months ago
- 857ed73 install-build-deps: Use different paths for clang on Win vs Linux by Primiano Tucci · 3 years, 11 months 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
- f0ed1d4 build: pass explicitly --changelog to write_version_header.py by Primiano Tucci · 4 years ago
- 93e817c Merge changes Ie70f0117,I05ef7862,I80c51246 by Ryan Savitski · 4 years ago
- dc21888 kallsyms parser: move to src/kallsyms/ by Ryan Savitski · 4 years ago
- ec59013 Reland "Add version consistently in all build configs and UI" by Primiano Tucci · 4 years ago
- bb4bfb0 Revert "Add version consistently in all build configs and UI" by Colin Cross · 4 years ago
- 85a1a12 Add version consistently in all build configs and UI by Primiano Tucci · 4 years ago
- 2542126 Merge "Add ability to omit protozero dep in protozero_library" by Treehugger Robot · 4 years ago
- 292a92c Add ability to omit protozero dep in protozero_library by Andrew Shulaev · 4 years ago
- cd34994 Update local symbolizer to support Windows. by Joshua Gilpatrick · 4 years ago
- 916f4e5 Remove ODR violations from Bazel builds by Primiano Tucci · 4 years, 1 month ago
- 911f4d7 gn: Apply visibility rules to gn:default_{deps,config} by Eric Seckler · 4 years, 1 month ago
- eaf1d71 Revert "ui: Add gn rule to copy protobufjs light" by Hector Dearman · 4 years, 1 month ago
- e0986f3 tp: add support for shell on Android by Lalit Maganti · 4 years, 2 months ago
- a97798d tp: switch from using libprotoc to libprotobuf-full by Lalit Maganti · 4 years, 2 months ago
- b0a548c macOS linker does not have -Wl,--build-id. by Florian Mayer · 4 years, 2 months ago
- 5d016a5 Generate build ids. by Florian Mayer · 4 years, 2 months ago
- eeae1e0 metrics: explicitly specify source_set generator for all metric protos by Lalit Maganti · 4 years, 2 months ago
- 3b09a3f tp: migrate chrome metrics descriptor generation to build time by Lalit Maganti · 4 years, 2 months ago
- 45d8eb8 gn: make generate_descriptor consistent between chrome and standalone by Lalit Maganti · 4 years, 2 months ago
- 117272f tp: move metrics descriptor generation to build time by Lalit Maganti · 4 years, 2 months ago
- b4319d0 UI: improve error reporting for Wasm errors by Primiano Tucci · 4 years, 2 months ago
- f68444a Roll clang + fix warnings by Primiano Tucci · 4 years, 3 months ago
- a364520 Update language to comply with Android's inclusive language guidance by Primiano Tucci · 4 years, 3 months ago
- 57e54f1 Merge "ui: Add gn rule to copy protobufjs light" by Deep Roy · 4 years, 3 months ago
- 1a6e4f4 ui: Add gn rule to copy protobufjs light by Deepanjan Roy · 4 years, 3 months ago
- 0d11642 GN: don't run linux_find_llvm.py when is_system_compiler=true by Primiano Tucci · 4 years, 3 months ago
- 15f5e87 OS_MACOSX -> OS_APPLE / OS_MAC by Primiano Tucci · 4 years, 3 months ago
- 3c87fcb fixing b64encode to be compatible also with python3 by 0x5eba · 4 years, 3 months ago
- 39e40d4 Build without -Wno-implicit-int-float-conversion. by Florian Mayer · 4 years, 4 months ago
- 54afee6 amalgamated: use the toolchain script to find clang by Lalit Maganti · 4 years, 4 months ago
- 77d8354 ci: more fixes form fallout of redone CI by Lalit Maganti · 4 years, 4 months ago
- 4dd5a1f local-symbolizer: Parse Windows paths. by Florian Mayer · 4 years, 4 months ago
- 824be14 GN standalone: extra_{target,host}_cflags + fstack-protector-strong by Primiano Tucci · 4 years, 4 months ago
- af9bafc GN: support cross-compilation with same cpu and os by Primiano Tucci · 4 years, 4 months ago
- 4079d1d TraceProcessor: Add binary RPC interface by Primiano Tucci · 4 years, 4 months ago
- b6efa67 Provide a default target_triplet for linux on ARM32 by Chinglin Yu · 4 years, 4 months ago
- 4c95570 Do not depend on elf.h for symbolization. by Florian Mayer · 4 years, 5 months ago
- a7e60fe Update a comment in proto_library.gni by Andrew Shulaev · 4 years, 5 months ago
- 1c21759 tp: add benchmark for measuring the performance of xNext/xColumn by Lalit Maganti · 4 years, 5 months ago
- e70df3f infra: add perfetto.dev site by Primiano Tucci · 4 years, 6 months ago
- df3ab20 protozero: Add ProtoZero vs protolite benchmark by Primiano Tucci · 4 years, 6 months ago
- a01bd88 Fix UI build for python 3 by Primiano Tucci · 4 years, 6 months ago
- 399c0c1 Merge "Enable GN to specify gcc toolchain prefix for Clang" by Lalit Maganti · 4 years, 6 months ago
- dfc2938 Enable GN to specify gcc toolchain prefix for Clang by Antonio Caggiano · 4 years, 7 months ago
- 2b626d9 gn: Disable new GCC redundant move warning by Sami Kyostila · 4 years, 6 months ago
- 115490f GN: enable PIE on Linux by Primiano Tucci · 4 years, 7 months ago
- e95bb96 GN: fix chromium roll. by Primiano Tucci · 4 years, 7 months ago