mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-24 18:51:36 +01:00
Review and link kernel_module/user examples to README
This commit is contained in:
@@ -1,9 +1,4 @@
|
||||
/*
|
||||
Only works in x86_64.
|
||||
|
||||
- https://en.wikipedia.org/wiki/Time_Stamp_Counter
|
||||
- https://stackoverflow.com/questions/9887839/clock-cycle-count-wth-gcc/9887979
|
||||
*/
|
||||
/* https://github.com/cirosantilli/linux-kernel-module-cheat#rdtsc */
|
||||
|
||||
#include <stdint.h>
|
||||
#include <stdio.h>
|
||||
|
||||
Reference in New Issue
Block a user