Get the latest tech news
Lunatik: Lunatik is a framework for scripting the Linux kernel with Lua
Lunatik is a framework for scripting the Linux kernel with Lua. - luainkernel/lunatik
The lunatik library provides support to load and run scripts and manage runtime environments from Lua. probe.new() returns a new probe object for monitoring a kernel symbol(string) or address(light userdata) and installs its handlers in the system. It receives the symbol or address, followed by a closure that may be called to show the CPU registers and stack in the system log.
Or read this on Hacker News