Home
last modified time | relevance | path

Searched refs:trace_kprobe (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/kernel/trace/
Dtrace_kprobe.c24 struct trace_kprobe { struct
33 (offsetof(struct trace_kprobe, tp.args) + \ argument
36 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 …]
DMakefile73 obj-$(CONFIG_KPROBE_EVENTS) += trace_kprobe.o