Lines Matching refs:trace_fprobe

42 struct trace_fprobe {  struct
56 static struct trace_fprobe *to_trace_fprobe(struct dyn_event *ev) in to_trace_fprobe() argument
58 return container_of(ev, struct trace_fprobe, devent); in to_trace_fprobe()
70 static bool trace_fprobe_is_return(struct trace_fprobe *tf) in trace_fprobe_is_return()
75 static bool trace_fprobe_is_tracepoint(struct trace_fprobe *tf) in trace_fprobe_is_tracepoint()
80 static const char *trace_fprobe_symbol(struct trace_fprobe *tf) in trace_fprobe_symbol()
87 struct trace_fprobe *tf = to_trace_fprobe(ev); in trace_fprobe_is_busy()
92 static bool trace_fprobe_match_command_head(struct trace_fprobe *tf, in trace_fprobe_match_command_head()
111 struct trace_fprobe *tf = to_trace_fprobe(ev); in trace_fprobe_match()
122 static bool trace_fprobe_is_registered(struct trace_fprobe *tf) in trace_fprobe_is_registered()
172 __fentry_trace_func(struct trace_fprobe *tf, unsigned long entry_ip, in NOKPROBE_SYMBOL()
203 fentry_trace_func(struct trace_fprobe *tf, unsigned long entry_ip, in fentry_trace_func()
215 __fexit_trace_func(struct trace_fprobe *tf, unsigned long entry_ip, in __fexit_trace_func()
247 fexit_trace_func(struct trace_fprobe *tf, unsigned long entry_ip, in fexit_trace_func()
259 static int fentry_perf_func(struct trace_fprobe *tf, unsigned long entry_ip, in fentry_perf_func()
291 fexit_perf_func(struct trace_fprobe *tf, unsigned long entry_ip, in fexit_perf_func()
326 struct trace_fprobe *tf = container_of(fp, struct trace_fprobe, fp); in fentry_dispatcher()
343 struct trace_fprobe *tf = container_of(fp, struct trace_fprobe, fp); in fexit_dispatcher()
354 static void free_trace_fprobe(struct trace_fprobe *tf) in free_trace_fprobe()
366 static struct trace_fprobe *alloc_trace_fprobe(const char *group, in alloc_trace_fprobe()
373 struct trace_fprobe *tf; in alloc_trace_fprobe()
403 static struct trace_fprobe *find_trace_fprobe(const char *event, in find_trace_fprobe()
407 struct trace_fprobe *tf; in find_trace_fprobe()
416 static inline int __enable_trace_fprobe(struct trace_fprobe *tf) in __enable_trace_fprobe()
426 struct trace_fprobe *tf; in __disable_trace_fprobe()
443 struct trace_fprobe *tf; in enable_trace_fprobe()
629 static inline void init_trace_event_call(struct trace_fprobe *tf) in init_trace_event_call()
645 static int register_fprobe_event(struct trace_fprobe *tf) in register_fprobe_event()
652 static int unregister_fprobe_event(struct trace_fprobe *tf) in unregister_fprobe_event()
658 static int __register_trace_fprobe(struct trace_fprobe *tf) in __register_trace_fprobe()
702 static void __unregister_trace_fprobe(struct trace_fprobe *tf) in __unregister_trace_fprobe()
718 static int unregister_trace_fprobe(struct trace_fprobe *tf) in unregister_trace_fprobe()
744 static bool trace_fprobe_has_same_fprobe(struct trace_fprobe *orig, in trace_fprobe_has_same_fprobe()
745 struct trace_fprobe *comp) in trace_fprobe_has_same_fprobe()
772 static int append_trace_fprobe(struct trace_fprobe *tf, struct trace_fprobe *to) in append_trace_fprobe()
810 static int register_trace_fprobe(struct trace_fprobe *tf) in register_trace_fprobe()
812 struct trace_fprobe *old_tf; in register_trace_fprobe()
852 struct trace_fprobe *tf; in __tracepoint_probe_module_cb()
967 struct trace_fprobe *tf = NULL; in __trace_fprobe_create()
1149 struct trace_fprobe *tf = to_trace_fprobe(ev); in trace_fprobe_release()
1159 struct trace_fprobe *tf = to_trace_fprobe(ev); in trace_fprobe_show()