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