tikv / pprof-rs

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

Change sc_pc to __pc for loongarch64 #218

Closed xiangzhai closed 1 year ago

xiangzhai commented 1 year ago

Hi,

I want to fix loongarch64 bindings as followed rust-lang/libc loongarch64 mcontext_t __pc.

Thanks, Leslie Zhai

xiangzhai commented 1 year ago

Hi @YangKeao

Could you review the patch and merge it on my behalf please?

Thanks, Leslie Zhai

xiangzhai commented 1 year ago

PING

YangKeao commented 1 year ago

@xiangzhai Thanks. Sorry for the late reply. Once you signed-off this pull request (through git commit -s. If you need to modify the previous commit, you could use git commit -s --amend), I'll merge it 🍻 .

xiangzhai commented 1 year ago

Hi @YangKeao

Thanks for your review!

Could you please review it again and merge it on my behalf please?

Thanks, Leslie Zhai