Searched refs:trace_kprobe (Results 1 – 2 of 2) sorted by relevance
30 struct trace_kprobe { struct39 (offsetof(struct trace_kprobe, tp.args) + \ argument43 static nokprobe_inline bool trace_kprobe_is_return(struct trace_kprobe *tk) in trace_kprobe_is_return()48 static nokprobe_inline const char *trace_kprobe_symbol(struct trace_kprobe *tk) in trace_kprobe_symbol()53 static nokprobe_inline unsigned long trace_kprobe_offset(struct trace_kprobe *tk) in trace_kprobe_offset()58 static nokprobe_inline bool trace_kprobe_has_gone(struct trace_kprobe *tk) in trace_kprobe_has_gone()63 static nokprobe_inline bool trace_kprobe_within_module(struct trace_kprobe *tk, in trace_kprobe_within_module()71 static nokprobe_inline bool trace_kprobe_is_on_module(struct trace_kprobe *tk) in trace_kprobe_is_on_module()76 static int register_kprobe_event(struct trace_kprobe *tk);77 static int unregister_kprobe_event(struct trace_kprobe *tk);[all …]
62 obj-$(CONFIG_KPROBE_EVENT) += trace_kprobe.o