afdo_metadata: Publish the new kernel profiles

This brings some profiles to their newest versions. The CrOS
toolchain detective has been notified about the failures that
occurred in this update.

Never rebase this CL! If there's a merge conflict, either abandon
this CL, or let Chrotomation do so after a few days. Rebasing could
cause a performance regression.

BUG=None
TEST=Verified in kernel-release-afdo-verify-orchestrator

Change-Id: I0d8f28b784ab8afeb6ef4c9c956d903f105a96d8
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/toolchain-utils/+/5935000
Auto-Submit: mobiletc-prebuild Role Account <mobiletc-prebuild@google.com>
Commit-Queue: Saketh Pothireddy <spothire@google.com>
Tested-by: mobiletc-prebuild Role Account <mobiletc-prebuild@google.com>
Reviewed-by: Saketh Pothireddy <spothire@google.com>
2 files changed
tree: 8be8b2e58067fd40a1aa07f9186fd79f09d431fe
  1. afdo_metadata/
  2. afdo_redaction/
  3. afdo_tools/
  4. compiler_wrapper/
  5. contrib/
  6. cros_utils/
  7. cwp/
  8. llvm_extra/
  9. llvm_tools/
  10. pgo_tools/
  11. pgo_tools_rust/
  12. py/
  13. rust-analyzer-chromiumos-wrapper/
  14. rust_tools/
  15. seccomp_tools/
  16. toolchain_utils_githooks/
  17. upstream_workon/
  18. .gitignore
  19. android_merge_from_upstream.sh
  20. auto_abandon_cls.py
  21. check_portable_toolchains.py
  22. compiler-test.sh
  23. crate_ebuild_help.py
  24. DIR_METADATA
  25. LICENSE
  26. OWNERS
  27. OWNERS.toolchain
  28. PRESUBMIT.cfg
  29. pyrun
  30. python_wrapper.py
  31. README.chromium
  32. README.md
  33. run_python_tests.sh
  34. run_tests_for.py
README.md

toolchain-utils

Various utilities used by the ChromeOS 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.