tree: dc3539c9294b9f7cf9a7cbf8619e5001dff345f5 [path history] [tgz]
  1. afdo_metadata/
  2. afdo_redaction/
  3. afdo_tools/
  4. android_bench_suite/
  5. automation/
  6. bestflags/
  7. binary_search_tool/
  8. build-binutils/
  9. build-gcc/
  10. compiler_wrapper/
  11. crb/
  12. cros_utils/
  13. crosperf/
  14. cwp/
  15. debug_info_test/
  16. dejagnu/
  17. deprecated/
  18. fdo_scripts/
  19. go/
  20. heatmaps/
  21. llvm_extra/
  22. llvm_tools/
  23. mem_tests/
  24. orderfile/
  25. pgo_tools/
  26. toolchain_utils_githooks/
  27. .gitignore
  28. .style.yapf
  29. android_merge_from_upstream.sh
  30. auto_delete_nightly_test_data.py
  31. build_chrome_browser.py
  32. build_chromeos.py
  33. build_tc.py
  34. build_tool.py
  35. buildbot_test_llvm.py
  36. buildbot_test_toolchains.py
  37. chromiumos_image_diff.py
  38. command_executer_timeout_test.py
  39. COMMIT-QUEUE.ini
  40. compiler-test.sh
  41. cros_login.py
  42. file_lock_machine.py
  43. file_lock_machine_test.py
  44. generate-waterfall-reports.py
  45. get_common_image_version.py
  46. image_chromeos.py
  47. LICENSE
  48. lock_machine.py
  49. new-generate-waterfall-reports.py
  50. OWNERS
  51. OWNERS.toolchain
  52. PRESUBMIT.cfg
  53. produce_output.py
  54. pyrun
  55. README.chromium
  56. README.md
  57. remote_gcc_build.py
  58. remote_kill_test.py
  59. remote_test.py
  60. repo_to_repo.py
  61. run_tests_for.py
  62. setup_chromeos.py
  63. tc_enter_chroot.py
  64. test_gcc_dejagnu.py
  65. test_gdb_dejagnu.py
  66. test_toolchains.py
  67. update_telemetry_defaults.py
  68. verify_compiler.py
  69. weekly_report.py
README.md

toolchain-utils

Various utilities used by the Chrome OS toolchain team.

Note

To run Python scripts in this directory, first run:

export PYTHONPATH=$(readlink -f .):$PYTHONPATH

from this directory.

Then you can run any script.

To get help on any script, type in python <script> --help, or refer to the header of the script for more information.