Home | History | Annotate | only in /external/toolchain-utils
Up to higher level directory
NameDateSize
afe_lock_machine.py22-Oct-202022.1K
android_bench_suite/22-Oct-2020
auto_delete_nightly_test_data.py22-Oct-20206.7K
automation/22-Oct-2020
bestflags/22-Oct-2020
bin/22-Oct-2020
binary_search_tool/22-Oct-2020
build-binutils/22-Oct-2020
build-gcc/22-Oct-2020
build_chrome_browser.py22-Oct-20208.1K
build_chromeos.py22-Oct-202010.3K
build_tc.py22-Oct-202011.7K
build_tool.py22-Oct-202030.3K
buildbot_test_llvm.py22-Oct-20206.8K
buildbot_test_toolchains.py22-Oct-202010.7K
chromiumos_image_diff.py22-Oct-202011.5K
command_executer_timeout_test.py22-Oct-2020632
COMMIT-QUEUE.ini22-Oct-2020467
compiler-test.sh22-Oct-20201.7K
crb/22-Oct-2020
cros_login.py22-Oct-20202.8K
cros_utils/22-Oct-2020
crosperf/22-Oct-2020
cwp/22-Oct-2020
debug_info_test/22-Oct-2020
dejagnu/22-Oct-2020
deprecated/22-Oct-2020
fdo_scripts/22-Oct-2020
file_lock_machine.py22-Oct-202010.3K
generate-waterfall-reports.py22-Oct-202028.8K
get_common_image_version.py22-Oct-20202.4K
go/22-Oct-2020
heat_map.py22-Oct-20204.9K
image_chromeos.py22-Oct-202016.7K
LICENSE22-Oct-20201.5K
llvm_extra/22-Oct-2020
lock_machine_test.py22-Oct-20203.8K
mem_tests/22-Oct-2020
new-generate-waterfall-reports.py22-Oct-202011.7K
OWNERS22-Oct-2020198
OWNERS.android22-Oct-202056
perf-to-inst-page.sh22-Oct-20202.4K
produce_output.py22-Oct-2020478
pyrun22-Oct-2020107
README22-Oct-2020264
README.chromium22-Oct-2020676
remote_gcc_build.py22-Oct-202016.2K
remote_kill_test.py22-Oct-2020940
remote_test.py22-Oct-20202.6K
repo_to_repo.py22-Oct-202012.5K
run_tests.py22-Oct-2020457
setup_chromeos.py22-Oct-20208.5K
tc_enter_chroot.py22-Oct-20209.9K
test_gcc_dejagnu.py22-Oct-20207K
test_gdb_dejagnu.py22-Oct-20205K
test_toolchains.py22-Oct-202012.5K
toolchain_utils_githooks/22-Oct-2020
update_telemetry_defaults.py22-Oct-20206.5K
verify_compiler.py22-Oct-20206.8K
weekly_report.py22-Oct-20207.8K

README

      1 To run scripts in this directory, first run:
      2 
      3 export PYTHONPATH=$(readlink -f .):$PYTHONPATH
      4 
      5 from this directory.
      6 
      7 Then you can run any script.
      8 
      9 To get help on any script, type in python <script> --help, or refer to the
     10 header of the script for more information.
     11 

README.chromium

      1 Name: toolchain-utils
      2 Short Name: toolchain-utils
      3 URL: https://chromium.googlesource.com/chromiumos/third_party/toolchain-utils
      4 License: BSD
      5 License File: LICENSE
      6 Security Critical: no
      7 
      8 Description:
      9 This contains scripts used to help maintain the toolchain.  These
     10 include tools for downloading and building Chromium OS; building
     11 custom versions of the toolchain inside Chromium OS; launching
     12 performance tests, analyzing the results and generating reports;
     13 running toolchain regression tests; and using binary search to isolate
     14 toolchain issues.
     15 
     16 NOTE:  These tools are strictly for Chromium developers; none of them
     17 ship on the final product (devices that run Chromium OS).
     18