Lines Matching refs:trace_kprobe

30 struct trace_kprobe {  struct
39 (offsetof(struct trace_kprobe, tp.args) + \ argument
43 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);
263 static struct trace_kprobe *alloc_trace_kprobe(const char *group, in alloc_trace_kprobe()
270 struct trace_kprobe *tk; in alloc_trace_kprobe()
320 static void free_trace_kprobe(struct trace_kprobe *tk) in free_trace_kprobe()
333 static struct trace_kprobe *find_trace_kprobe(const char *event, in find_trace_kprobe()
336 struct trace_kprobe *tk; in find_trace_kprobe()
350 enable_trace_kprobe(struct trace_kprobe *tk, struct trace_event_file *file) in enable_trace_kprobe()
385 disable_trace_kprobe(struct trace_kprobe *tk, struct trace_event_file *file) in disable_trace_kprobe()
432 static int __register_trace_kprobe(struct trace_kprobe *tk) in __register_trace_kprobe()
474 static void __unregister_trace_kprobe(struct trace_kprobe *tk) in __unregister_trace_kprobe()
489 static int unregister_trace_kprobe(struct trace_kprobe *tk) in unregister_trace_kprobe()
506 static int register_trace_kprobe(struct trace_kprobe *tk) in register_trace_kprobe()
508 struct trace_kprobe *old_tk; in register_trace_kprobe()
547 struct trace_kprobe *tk; in trace_kprobe_module_callback()
597 struct trace_kprobe *tk; in create_trace_kprobe()
771 struct trace_kprobe *tk; in release_all_trace_kprobes()
783 tk = list_entry(probe_list.next, struct trace_kprobe, list); in release_all_trace_kprobes()
815 struct trace_kprobe *tk = v; in probes_seq_show()
876 struct trace_kprobe *tk = v; in probes_profile_seq_show()
907 __kprobe_trace_func(struct trace_kprobe *tk, struct pt_regs *regs, in __kprobe_trace_func()
943 kprobe_trace_func(struct trace_kprobe *tk, struct pt_regs *regs) in kprobe_trace_func()
954 __kretprobe_trace_func(struct trace_kprobe *tk, struct kretprobe_instance *ri, in __kretprobe_trace_func()
992 kretprobe_trace_func(struct trace_kprobe *tk, struct kretprobe_instance *ri, in kretprobe_trace_func()
1076 struct trace_kprobe *tk = (struct trace_kprobe *)event_call->data; in kprobe_event_define_fields()
1099 struct trace_kprobe *tk = (struct trace_kprobe *)event_call->data; in kretprobe_event_define_fields()
1123 kprobe_perf_func(struct trace_kprobe *tk, struct pt_regs *regs) in kprobe_perf_func()
1157 kretprobe_perf_func(struct trace_kprobe *tk, struct kretprobe_instance *ri, in kretprobe_perf_func()
1200 struct trace_kprobe *tk = (struct trace_kprobe *)event->data; in kprobe_register()
1226 struct trace_kprobe *tk = container_of(kp, struct trace_kprobe, rp.kp); in kprobe_dispatcher()
1243 struct trace_kprobe *tk = container_of(ri->rp, struct trace_kprobe, rp); in kretprobe_dispatcher()
1265 static int register_kprobe_event(struct trace_kprobe *tk) in register_kprobe_event()
1299 static int unregister_kprobe_event(struct trace_kprobe *tk) in unregister_kprobe_event()
1356 find_trace_probe_file(struct trace_kprobe *tk, struct trace_array *tr) in find_trace_probe_file()
1375 struct trace_kprobe *tk; in kprobe_trace_self_tests_init()