Searched refs:call_post_handler (Results 1 – 3 of 3) sorted by relevance
39 pub fn call_post_handler(&self, trap_frame: &dyn ProbeArgs)51 - `call_post_handler` 在单步执行完探测点指令后调用用户定义的回调函数53 - `call_event_callback` 用于调用eBPF相关的回调函数,通常与`call_post_handler` 一样在单步执行探测点指令会调用
22 guard.call_post_handler(frame); in post_kprobe_handler()
162 pub fn call_post_handler(&self, trap_frame: &dyn ProbeArgs) { in call_post_handler() method