Skip to content

Instantly share code, notes, and snippets.

View hkva's full-sized avatar

Hunter Kvalevog hkva

View GitHub Profile
@mmozeiko
mmozeiko / armv8_tsc.h
Last active June 5, 2024 20:37
armv8 timer & cycle counter
#pragma once
#define _GNU_SOURCE
#include <stdint.h>
#include <stdbool.h>
#include <sched.h>
#include <unistd.h>
#include <sys/syscall.h>
#include <linux/perf_event.h>