Searched refs:trace_kprobe (Results 1 – 2 of 2) sorted by relevance
24 struct trace_kprobe { struct33 (offsetof(struct trace_kprobe, tp.args) + \ argument36 static nokprobe_inline bool trace_kprobe_is_return(struct trace_kprobe *tk) in trace_kprobe_is_return()41 static nokprobe_inline const char *trace_kprobe_symbol(struct trace_kprobe *tk) in trace_kprobe_symbol()46 static nokprobe_inline unsigned long trace_kprobe_offset(struct trace_kprobe *tk) in trace_kprobe_offset()51 static nokprobe_inline bool trace_kprobe_has_gone(struct trace_kprobe *tk) in trace_kprobe_has_gone()56 static nokprobe_inline bool trace_kprobe_within_module(struct trace_kprobe *tk, in trace_kprobe_within_module()64 static nokprobe_inline bool trace_kprobe_is_on_module(struct trace_kprobe *tk) in trace_kprobe_is_on_module()69 static nokprobe_inline unsigned long trace_kprobe_nhit(struct trace_kprobe *tk) in trace_kprobe_nhit()82 unsigned long trace_kprobe_address(struct trace_kprobe *tk) in trace_kprobe_address()[all …]
73 obj-$(CONFIG_KPROBE_EVENTS) += trace_kprobe.o