Lines Matching defs:ctx
25 static void update(void *ctx, __u64 *res) in update()
34 int handle_kprobe(struct pt_regs *ctx) in handle_kprobe()
41 int handle_kretprobe(struct pt_regs *ctx) in handle_kretprobe()
48 int handle_uprobe(struct pt_regs *ctx) in handle_uprobe()
55 int handle_uretprobe(struct pt_regs *ctx) in handle_uretprobe()
67 int handle_tp1(struct pt_regs *ctx) in handle_tp1()
73 int handle_tp2(struct pt_regs *ctx) in handle_tp2()
79 int handle_tp3(void *ctx) in handle_tp3()
86 int handle_pe(struct pt_regs *ctx) in handle_pe()
93 int handle_raw_tp(void *ctx) in handle_raw_tp()
100 int handle_tp_btf(void *ctx) in handle_tp_btf()