驅動程式 - Linux Device Driver(LDD) - SystemTap - Event(Sync、Async)



參考資訊:
https://sourceware.org/systemtap/SystemTap_Beginners_Guide/scripts.html

Synchronous EventsAsynchronous Events
syscall.system_call
vfs.file_operation
kernel.function("function")
kernel.trace("tracepoint")
module("module").function("function")
begin
end
timer events