tikv / pprof-rs

A Rust CPU profiler implemented with the help of backtrace-rs
Apache License 2.0
1.29k stars 99 forks source link

Add loongarch64 support #174

Closed zhaixiaojuan closed 1 year ago

zhaixiaojuan commented 1 year ago

The LoongArch architecture (LoongArch) is an Instruction Set Architecture (ISA) that has a RISC style.

Documentations: ISA: https://loongson.github.io/LoongArch-Documentation/LoongArch-Vol1-EN.html ABI: https://loongson.github.io/LoongArch-Documentation/LoongArch-ELF-ABI-EN.html More docs can be found at: https://loongson.github.io/LoongArch-Documentation/README-EN.html

YangKeao commented 1 year ago

Thanks for your contribution.

Please add sign-off for the commit (with git commit --amend -s) :smiley:

YangKeao commented 1 year ago

Rebase/Merge the master and the CI would be fixed, I think it'll be ready to merge.

Thanks again for your contribution :smiley: