diff options
author | ixgbe00 <yangwang@iscas.ac.cn> | 2024-06-12 13:24:46 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-12 13:24:46 (GMT) |
commit | 4b1e85bafc5bcb8cb70bb17164e07aebf7ad7e8e (patch) | |
tree | 0dc1603f6d4a2e98194c5865e69eed414c77aee7 /configure | |
parent | 32d3e05fe67d43f7285e582a87e65374cf7c2972 (diff) | |
download | cpython-4b1e85bafc5bcb8cb70bb17164e07aebf7ad7e8e.zip cpython-4b1e85bafc5bcb8cb70bb17164e07aebf7ad7e8e.tar.gz cpython-4b1e85bafc5bcb8cb70bb17164e07aebf7ad7e8e.tar.bz2 |
gh-120400 :Support Linux perf profile to see Python calls on RISC-V architecture (#120089)
Co-authored-by: Pablo Galindo Salgado <Pablogsal@gmail.com>
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -13133,6 +13133,8 @@ case $PLATFORM_TRIPLET in #( perf_trampoline=yes ;; #( aarch64-linux-gnu) : perf_trampoline=yes ;; #( + riscv64-linux-gnu) : + perf_trampoline=yes ;; #( *) : perf_trampoline=no ;; |