• Home
Name Date Size #Lines LOC

..--

afdo_metadata/03-May-2024-5145

afdo_redaction/03-May-2024-860596

afdo_tools/03-May-2024-1,5271,091

android_bench_suite/03-May-2024-68,86765,116

bestflags/03-May-2024-3,6002,195

binary_search_tool/03-May-2024-8,5175,639

compiler_wrapper/03-May-2024-25,75524,249

cros_utils/03-May-2024-7,0205,302

crosperf/03-May-2024-17,45613,627

cwp/cr-os/03-May-2024-313236

debug_info_test/03-May-2024-473318

go/03-May-2024-5,8935,112

heatmaps/03-May-2024-1,199843

llvm_extra/03-May-2024-248161

llvm_tools/03-May-2024-11,7157,594

orderfile/03-May-2024-187123

pgo_tools/03-May-2024-628476

rust_tools/03-May-2024-1,6851,362

toolchain_utils_githooks/03-May-2024-1,339963

.gitignoreD03-May-202477 65

.style.yapfD03-May-202476 43

LICENSED03-May-20241.5 KiB2827

METADATAD03-May-202439 43

OWNERSD03-May-202438 32

OWNERS.androidD03-May-202456 21

OWNERS.toolchainD03-May-2024256 1311

PRESUBMIT.cfgD03-May-2024106 32

README.chromiumD03-May-2024676 1815

README.mdD03-May-2024368 1911

android_merge_from_upstream.shD03-May-20242.2 KiB7549

auto_delete_nightly_test_data.pyD03-May-20249.1 KiB270198

build_chromeos.pyD03-May-202410.3 KiB290222

build_tc.pyD03-May-202411.7 KiB355303

buildbot_test_llvm.pyD03-May-20246.7 KiB201138

buildbot_test_toolchains.pyD03-May-202412.9 KiB384307

chromiumos_image_diff.pyD03-May-202411.7 KiB368300

compiler-test.shD03-May-20241.7 KiB6227

file_lock_machine.pyD03-May-202410.7 KiB390314

file_lock_machine_test.pyD03-May-20244 KiB12896

image_chromeos.pyD03-May-202416.8 KiB493378

lock_machine.pyD03-May-202416.9 KiB530401

pyrunD03-May-2024107 73

remote_test.pyD03-May-20242.8 KiB10780

run_tests_for.pyD03-May-20248.2 KiB276190

setup_chromeos.pyD03-May-20248.4 KiB253208

tc_enter_chroot.pyD03-May-202410.1 KiB310250

unblocked_terms.txtD03-May-2024113 64

update_telemetry_defaults.pyD03-May-20246.5 KiB205161

README.chromium

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

README.md

1# `toolchain-utils`
2
3Various utilities used by the Chrome OS toolchain team.
4
5## Note
6
7To run Python scripts in this directory, first run:
8
9```
10export PYTHONPATH=$(readlink -f .):$PYTHONPATH
11```
12
13from this directory.
14
15Then you can run any script.
16
17To get help on any script, type in `python <script> --help`, or refer to the
18header of the script for more information.
19