tobert / pcstat

Page Cache stat: get page cache stats for files on Linux
Apache License 2.0
1.23k stars 153 forks source link

Added arm64 support #29

Closed movie0125 closed 3 years ago

movie0125 commented 3 years ago

Added arm64 support

kokes commented 3 years ago

I think this (and all other platform/os combos) could be solved by moving to x/sys/unix - see my issue https://github.com/tobert/pcstat/issues/26

For reference, the relevant constant for linux/arm64 is defined here - https://cs.opensource.google/go/x/sys/+/master:unix/zsysnum_linux_arm64.go;l=263?q=SYS_SETNS&ss=go%2Fx%2Fsys

movie0125 commented 3 years ago

@kokes You're right, please open your PR

kokes commented 3 years ago

@movie0125 see #30

movie0125 commented 3 years ago

@kokes Tks

tobert commented 3 years ago

Hey, sorry for the delay on these PRs. I merged #30 and some other updates, and everything seems fine on ARM now.