Lines Matching defs:tk

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()
270 struct trace_kprobe *tk; in alloc_trace_kprobe() local
320 static void free_trace_kprobe(struct trace_kprobe *tk) in free_trace_kprobe()
336 struct trace_kprobe *tk; in find_trace_kprobe() local
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()
547 struct trace_kprobe *tk; in trace_kprobe_module_callback() local
597 struct trace_kprobe *tk; in create_trace_kprobe() local
771 struct trace_kprobe *tk; in release_all_trace_kprobes() local
815 struct trace_kprobe *tk = v; in probes_seq_show() local
876 struct trace_kprobe *tk = v; in probes_profile_seq_show() local
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() local
1099 struct trace_kprobe *tk = (struct trace_kprobe *)event_call->data; in kretprobe_event_define_fields() local
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() local
1226 struct trace_kprobe *tk = container_of(kp, struct trace_kprobe, rp.kp); in kprobe_dispatcher() local
1243 struct trace_kprobe *tk = container_of(ri->rp, struct trace_kprobe, rp); in kretprobe_dispatcher() local
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() local