tree: cb2816b355453e874cd28a478d4f36da55eb73c6
  1. gerrit-split-cl-lib/
  2. gerrit-submit-lib/
  3. lib/
  4. __init__.py
  5. add-host-test
  6. add-test
  7. agents
  8. arm-esr.fx
  9. bazel2gn
  10. bindc.fx
  11. binutils
  12. bisect-rustc
  13. blobstats
  14. bt-snoop-from-snapshot
  15. build-main-pb
  16. build-zbi
  17. BUILD.gn
  18. check-deps
  19. check-goldens
  20. check-goldens.py
  21. check-licenses
  22. cl
  23. clang-tidy
  24. clippy.fx
  25. compdb
  26. core-tests
  27. coverage
  28. cpu-stats
  29. crosvm.fx
  30. dis
  31. download-baseline.fx
  32. download-metrics.fx
  33. download-rust-toolchain
  34. dtsfmt.fx
  35. dupefinder
  36. enable-ffx-usb
  37. exec-host-tests
  38. extract-metrics.fx
  39. extract-pprof.fx
  40. extract-pprof.py
  41. extract-zbi
  42. fastboot.fx
  43. fetch-toolchain
  44. ffx
  45. fidlcat
  46. fidldoc.fx
  47. fidltags
  48. find-owner
  49. flash-kola
  50. force-ota-from-devhost
  51. fuzz
  52. gc
  53. gce
  54. gdb.fx
  55. gen-cargo.fx
  56. gen-watchman-config
  57. gerrit-split-cl.fx
  58. gerrit-submit.fx
  59. get-main-pb-path
  60. gnu
  61. grep
  62. gum.fx
  63. iquery
  64. lint
  65. list-owners
  66. list-packages
  67. list_packages.py
  68. list_packages_test.py
  69. llvm
  70. ls-buildid
  71. make-fuchsia-vol
  72. METADATA.textproto
  73. mkinstaller
  74. mkinstaller-remote
  75. move-docs
  76. OWNERS
  77. pending-commits
  78. perf-analyze.fx
  79. pprof
  80. publish
  81. publish.py
  82. qemu-cipd-ensure
  83. README.md
  84. readme_fuchsia
  85. refresh-bazel-compdb
  86. remove-update-source
  87. roll-compiler
  88. run-boot-test
  89. run-boot-test.py
  90. run-e2e-tests
  91. run-in-build
  92. run-recovery
  93. run-zbi-test-remote
  94. rust-3p-outdated.fx
  95. rustdoc-link.fx
  96. set-petal
  97. set-relay
  98. setup-go
  99. setup-jj
  100. setup-usb-ethernet
  101. show-package
  102. shush.fx
  103. size-check
  104. smoke-test.fx
  105. snapshot
  106. sniff.fx
  107. sniff.py
  108. sync-from-stem
  109. system-status.fx
  110. terminal.py
  111. test-category.fx
  112. test-stats
  113. test-stats.py
  114. triage
  115. update-3p-owners
  116. update-bazel-vendor-dir
  117. update-rust-3p-outdated
  118. update-rustc-third-party
  119. zbi_json_to_d3js.py
  120. zedmon
  121. zxdb
tools/devshell/contrib/README.md

Contrib

This directory contains fx commands that are not officially supported. They have been contributed by community members and are supported by the community.

When you add a new tool, please be sure to edit the OWNERS file and add per-file lines for the owners.

The main documentation for writing fx commands is given in ../README.md.