Amalgamated source for v48.1

Change-Id: I67197b656f2008c7b45d84cbb6297787a273e814
1 file changed
tree: 14a9c933ec5851e556eb3c74b9ef49bcaa76ffd9
  1. .github/
  2. bazel/
  3. build_overrides/
  4. buildtools/
  5. debian/
  6. docs/
  7. examples/
  8. gn/
  9. include/
  10. infra/
  11. protos/
  12. python/
  13. sdk/
  14. src/
  15. test/
  16. third_party/
  17. tools/
  18. ui/
  19. .bazelignore
  20. .bazelrc
  21. .clang-format
  22. .clang-tidy
  23. .git-blame-ignore-revs
  24. .gitattributes
  25. .gitignore
  26. .gn
  27. .style.yapf
  28. Android.bp
  29. Android.bp.extras
  30. BUILD
  31. BUILD.extras
  32. BUILD.gn
  33. CHANGELOG
  34. codereview.settings
  35. DIR_METADATA
  36. heapprofd.rc
  37. LICENSE
  38. meson.build
  39. METADATA
  40. MODULE_LICENSE_APACHE2
  41. OWNERS
  42. perfetto.rc
  43. PerfettoIntegrationTests.xml
  44. persistent_cfg.pbtxt
  45. PRESUBMIT.py
  46. README.chromium
  47. README.md
  48. TEST_MAPPING
  49. traced_perf.rc
  50. WATCHLISTS
  51. WORKSPACE
README.md

Perfetto - System profiling, app tracing and trace analysis

Perfetto is a production-grade open-source stack for performance instrumentation and trace analysis. It offers services and libraries and for recording system-level and app-level traces, native + java heap profiling, a library for analyzing traces using SQL and a web-based UI to visualize and explore multi-GB traces.

See https://perfetto.dev/docs or the /docs/ directory for documentation.