andreas-abel / nanoBench

A tool for running small microbenchmarks on recent Intel and AMD x86 CPUs.
http://www.uops.info
GNU Affero General Public License v3.0
435 stars 55 forks source link

Added support for kernel >= 5.4 #12

Closed saidganim closed 4 years ago

saidganim commented 4 years ago

set_memory_nx and set_memory_x are not exported by the kernel since 5.4 release. Added dirty hack to support them.

andreas-abel commented 4 years ago

Thanks for the fix!