tobert / pcstat

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

Use x/sys/unix for syscall numbers #30

Closed kokes closed 3 years ago

kokes commented 3 years ago

As noted in #26, I believe we can leverage x/sys/unix for our syscalls and thus 1) simplify the package a bit by removing a few platform specific files, 2) expand the package to other architecture/so combos (notably arm64).