• Home
Name Date Size #Lines LOC

..--

afdo_metadata/03-May-2024-6053

afdo_redaction/03-May-2024-918652

afdo_tools/03-May-2024-1,8591,387

bestflags/03-May-2024-3,7612,344

binary_search_tool/03-May-2024-9,0256,129

compiler_wrapper/03-May-2024-28,95227,074

cros_utils/03-May-2024-7,6695,918

crosperf/03-May-2024-19,94616,023

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

debug_info_test/03-May-2024-478321

go/03-May-2024-5,9235,142

heatmaps/03-May-2024-1,308954

llvm_extra/03-May-2024-247160

llvm_tools/03-May-2024-15,24711,399

orderfile/03-May-2024-189125

pgo_tools/03-May-2024-650500

pgo_tools_rust/03-May-2024-653527

rust-analyzer-chromiumos-wrapper/03-May-2024-593462

rust_tools/03-May-2024-2,4772,045

seccomp_tools/mass_seccomp_editor/03-May-2024-326264

toolchain_utils_githooks/03-May-2024-1,6211,223

upstream_workon/03-May-2024-274195

.gitignoreD03-May-2024118 76

LICENSED03-May-20241.5 KiB2827

METADATAD03-May-2024602 2018

OWNERSD03-May-202452 32

OWNERS.toolchainD03-May-2024188 109

PRESUBMIT.cfgD03-May-2024243 75

README.chromiumD03-May-2024673 1815

README.mdD03-May-2024367 1911

android_merge_from_upstream.shD03-May-20242.3 KiB7849

auto_delete_nightly_test_data.pyD03-May-202411.5 KiB370274

build_chromeos.pyD03-May-202411.6 KiB378310

build_tc.pyD03-May-202412.9 KiB418366

buildbot_test_llvm.pyD03-May-20247.1 KiB219156

buildbot_test_toolchains.pyD03-May-202413.4 KiB408333

chromiumos_image_diff.pyD03-May-202413.4 KiB419351

compiler-test.shD03-May-20241.6 KiB5927

crate_ebuild_help.pyD03-May-20245.6 KiB178131

file_lock_machine.pyD03-May-202412.4 KiB424346

file_lock_machine_test.pyD03-May-20244.3 KiB12997

image_chromeos.pyD03-May-202418.6 KiB569453

lock_machine.pyD03-May-202418.8 KiB572441

make_root_writable.pyD03-May-20247.7 KiB262188

pyrunD03-May-2024107 73

remote_test.pyD03-May-20242.9 KiB11588

run_tests_for.pyD03-May-202410.8 KiB347246

tc_enter_chroot.pyD03-May-202410.9 KiB350290

update_telemetry_defaults.pyD03-May-20247.2 KiB209164

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 ChromiumOS; building
11custom versions of the toolchain inside ChromiumOS; 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 ChromiumOS).
18

README.md

1# `toolchain-utils`
2
3Various utilities used by the ChromeOS 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