PR_SET_TSC
(2const)change whether the timestamp counter can be read by the process
#include <linux/prctl.h> /* Definition of PR_* constants */ #include <sys/prctl.h> int prctl(PR_SET_TSC, long flag);
change whether the timestamp counter can be read by the process