Add kernel module src
5 files changed
tree: 6343eec2787fdd63aa530d89dad01198f35cf482
  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. src/
  14. test/
  15. third_party/
  16. ticker/
  17. tools/
  18. ui/
  19. .bazelignore
  20. .bazelrc
  21. .bazelversion
  22. .clang-format
  23. .clang-tidy
  24. .git-blame-ignore-revs
  25. .gitallowed
  26. .gitattributes
  27. .gitignore
  28. .gn
  29. .style.yapf
  30. .yapfignore
  31. Android.bp
  32. Android.bp.extras
  33. BUILD
  34. BUILD.extras
  35. BUILD.gn
  36. CHANGELOG
  37. codereview.settings
  38. DIR_METADATA
  39. heapprofd.rc
  40. LICENSE
  41. meson.build
  42. METADATA
  43. MODULE.bazel
  44. MODULE.bazel.lock
  45. MODULE_LICENSE_APACHE2
  46. OWNERS
  47. perfetto.rc
  48. perfetto_flags.aconfig
  49. PerfettoIntegrationTests.xml
  50. persistent_cfg.pbtxt
  51. README.chromium
  52. README.md
  53. TEST_MAPPING
  54. traced_perf.rc
  55. WATCHLISTS
  56. 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.