1. 76545c1 UI: set ALLOW_MEMORY_GROWTH=1 by Primiano Tucci · 6 years ago
  2. a65497e Roll clang and switch to fsanitize=fuzzer-no-link by Primiano Tucci · 6 years ago
  3. a824ba9 perfetto-ui: Add WASM source maps in debug mode by Hector Dearman · 6 years ago
  4. 8c3f40a Standalone build: add support for Link Time Optimization by Primiano Tucci · 6 years ago
  5. e845074 perfetto-ui: Remove _wasm suffix from js files by Hector Dearman · 6 years ago
  6. 46ef922 Do not specify API level twice. by Florian Mayer · 6 years ago
  7. aa5316b Bump NDK to 17b. by Florian Mayer · 6 years ago
  8. 475bd7e Add out-of-tree build for libunwindstack. by Florian Mayer · 6 years ago
  9. 0d72a31 Introduce legacy JSON importer and "slices" vtable by Primiano Tucci · 6 years ago
  10. 5968caf Add interactive trace_processor_shell + fix mac build by Primiano Tucci · 6 years ago
  11. 4274a38 perfetto-ui: Increase correctness of build by Hector Dearman · 6 years ago
  12. 5f2d58f Merge "Remove manual reference to exe_and_shlib_deps" by Treehugger Robot · 6 years ago
  13. c56c242 perfetto-ui: Plumb trace_processor to javascript by Hector Dearman · 6 years ago
  14. bc68ed8 Remove manual reference to exe_and_shlib_deps by Tom Anderson · 6 years ago
  15. 21fa916 Add trace_processor bundle by Hector Dearman · 6 years ago
  16. 5ebc8f9 WASM: 512mb should be enough for everyone by Hector Dearman · 6 years ago
  17. b06d415 ui: Switch browserfiy to rollup by Hector Dearman · 6 years ago
  18. 3d858cc ui: Nest typescript src in ui/src/ by Hector Dearman · 6 years ago
  19. 48783b1 Fix clean build of UI by Hector Dearman · 6 years ago
  20. 3faad74 Add skeleton for UI (Node + TypeScript + WASM + build integration) by Primiano Tucci · 6 years ago
  21. c2eb510 Roll GN, clang and libc++ to match chromium revisions by Primiano Tucci · 6 years ago
  22. 9af02bd Use relative path to import perfetto.gni by Bruce Dawson · 6 years ago
  23. 4bdc4c4 Introduce WASM toolchain by Primiano Tucci · 6 years ago
  24. 2af6ef7 Get one Perfetto unittest working on Windows by Bruce Dawson · 6 years ago
  25. ab55e3d Generate proto descriptor for trace protos. by Florian Mayer · 6 years ago
  26. 3cbb10a Remove warning suppressions and fix many casting bugs by Primiano Tucci · 6 years ago
  27. e1d7638 [dev-only/non-production] Fix GCC build by Primiano Tucci · 6 years ago
  28. 38faa6f Improve stacktraces on Linux/Android standalone debug builds by Primiano Tucci · 6 years ago
  29. 18614fe Allow to configure scan roots. by Florian Mayer · 6 years ago
  30. a812a94 In Chrome, build as shared library rather than directly linked sources by Oystein Eftevaag · 6 years ago
  31. 876e0a4 Fix using_libfuzzer without is_asan. by Florian Mayer · 7 years ago
  32. e6caeaa Do not set -latomic for !use_custom_libcxx by Florian Mayer · 7 years ago
  33. 4bfe11f Merge "Run libfuzzer build on travis." by Florian Mayer · 7 years ago
  34. 4c3580f Run libfuzzer build on travis. by Florian Mayer · 7 years ago
  35. d0e7679 perfetto: update tests to depend on new build flag by Lalit Maganti · 7 years ago
  36. 627978a Merge "Use asan-use-private-alias for ASAN to prevent ODR violation." by Florian Mayer · 7 years ago
  37. 2198b07 Use asan-use-private-alias for ASAN to prevent ODR violation. by Florian Mayer · 7 years ago
  38. 6aba66d Fix GCC debug build. by Florian Mayer · 7 years ago
  39. bfc8e60 Use use_custom_libcxx to fuzzer by Florian Mayer · 7 years ago
  40. 94aaf69 compile everything with -fsanitize=fuzzer. by Florian Mayer · 7 years ago
  41. d8bd81b Simply test BUILD file structure. by Florian Mayer · 7 years ago
  42. 3a3974e Add config for fuzzer targets. by Florian Mayer · 7 years ago
  43. 00b6db5 Add fuzzer for buffered_frame_deserializer. by Florian Mayer · 7 years ago
  44. a65d75c Merge "Default to hermetic clang on Linux." by Treehugger Robot · 7 years ago
  45. 20b760c Reshuffle .proto files under /proto by Primiano Tucci · 7 years ago
  46. 51e06e5 Enable embedders to include Perfetto protos by Oystein Eftevaag · 7 years ago
  47. 6bbffa4 Default to hermetic clang on Linux. by Florian Mayer · 7 years ago
  48. 6d84853 Move binder libraries into perfetto binary and save ~5 MB of ram by Primiano Tucci · 7 years ago
  49. e8a7760 Fix trace_to_text host binary generation by Primiano Tucci · 7 years ago
  50. f7a0d7e Fixed NDK dependencies when building as part of Chrome+Android by Oystein Eftevaag · 7 years ago
  51. 5e8a4eb Added targets for linking Perfetto as an embedded library and fixed some include paths by Oystein Eftevaag · 7 years ago
  52. 917e1a2 Made the protobuf_full_deps target testonly=true by Oystein Eftevaag · 7 years ago
  53. a6a5fab Fix typo in standalone build files for the x86_64 target by Primiano Tucci · 7 years ago
  54. a5ff2a8 Wire up traced binary by Primiano Tucci · 7 years ago
  55. ebba0fe Switch tracing source sets into static libraries by Sami Kyostila · 7 years ago
  56. bc8318e Remove debug_symbols config from release builds by Primiano Tucci · 7 years ago
  57. 0859171 Add default libs/sanitizers to embedded Chrome builds by Oystein Eftevaag · 7 years ago
  58. 114b649 Introduce Consumer API by Primiano Tucci · 7 years ago
  59. 2e36683 Enable missing-field-initializers warning by Sami Kyostila · 7 years ago
  60. 5aab758 Improve logging by Primiano Tucci · 7 years ago
  61. 7a40e4d Move build -> gn/standalone by Primiano Tucci · 7 years ago
  62. 4f9b6d7 Pivot source files into top-level src,include and unify test target by Primiano Tucci · 7 years ago
  63. dd727e4 Support building Perfetto as part of Chrome by Oystein Eftevaag · 7 years ago