Lines Matching refs:trace_uprobe

42 struct trace_uprobe {  struct
55 (offsetof(struct trace_uprobe, tp.args) + \ argument
58 static int register_uprobe_event(struct trace_uprobe *tu);
59 static int unregister_uprobe_event(struct trace_uprobe *tu);
65 struct trace_uprobe *tu;
227 static inline bool is_ret_probe(struct trace_uprobe *tu) in is_ret_probe()
235 static struct trace_uprobe *
238 struct trace_uprobe *tu; in alloc_trace_uprobe()
274 static void free_trace_uprobe(struct trace_uprobe *tu) in free_trace_uprobe()
288 static struct trace_uprobe *find_probe_event(const char *event, const char *group) in find_probe_event()
290 struct trace_uprobe *tu; in find_probe_event()
301 static int unregister_trace_uprobe(struct trace_uprobe *tu) in unregister_trace_uprobe()
315 static int register_trace_uprobe(struct trace_uprobe *tu) in register_trace_uprobe()
317 struct trace_uprobe *old_tu; in register_trace_uprobe()
354 struct trace_uprobe *tu; in create_trace_uprobe()
552 struct trace_uprobe *tu; in cleanup_all_probes()
557 tu = list_entry(uprobe_list.next, struct trace_uprobe, list); in cleanup_all_probes()
585 struct trace_uprobe *tu = v; in probes_seq_show()
638 struct trace_uprobe *tu = v; in probes_profile_seq_show()
757 static void __uprobe_trace_func(struct trace_uprobe *tu, in __uprobe_trace_func()
800 static int uprobe_trace_func(struct trace_uprobe *tu, struct pt_regs *regs, in uprobe_trace_func()
816 static void uretprobe_trace_func(struct trace_uprobe *tu, unsigned long func, in uretprobe_trace_func()
834 struct trace_uprobe *tu; in print_uprobe_event()
839 tu = container_of(event, struct trace_uprobe, tp.call.event); in print_uprobe_event()
871 probe_event_enable(struct trace_uprobe *tu, struct trace_event_file *file, in probe_event_enable()
929 probe_event_disable(struct trace_uprobe *tu, struct trace_event_file *file) in probe_event_disable()
963 struct trace_uprobe *tu = event_call->data; in uprobe_event_define_fields()
1006 uprobe_filter_event(struct trace_uprobe *tu, struct perf_event *event) in uprobe_filter_event()
1011 static int uprobe_perf_close(struct trace_uprobe *tu, struct perf_event *event) in uprobe_perf_close()
1033 static int uprobe_perf_open(struct trace_uprobe *tu, struct perf_event *event) in uprobe_perf_open()
1070 struct trace_uprobe *tu; in uprobe_perf_filter()
1073 tu = container_of(uc, struct trace_uprobe, consumer); in uprobe_perf_filter()
1081 static void __uprobe_perf_func(struct trace_uprobe *tu, in __uprobe_perf_func()
1135 static int uprobe_perf_func(struct trace_uprobe *tu, struct pt_regs *regs, in uprobe_perf_func()
1146 static void uretprobe_perf_func(struct trace_uprobe *tu, unsigned long func, in uretprobe_perf_func()
1159 struct trace_uprobe *tu; in bpf_get_uprobe_info()
1180 struct trace_uprobe *tu = event->data; in trace_uprobe_register()
1214 struct trace_uprobe *tu; in uprobe_dispatcher()
1221 tu = container_of(con, struct trace_uprobe, consumer); in uprobe_dispatcher()
1252 struct trace_uprobe *tu; in uretprobe_dispatcher()
1257 tu = container_of(con, struct trace_uprobe, consumer); in uretprobe_dispatcher()
1288 static inline void init_trace_event_call(struct trace_uprobe *tu, in init_trace_event_call()
1300 static int register_uprobe_event(struct trace_uprobe *tu) in register_uprobe_event()
1328 static int unregister_uprobe_event(struct trace_uprobe *tu) in unregister_uprobe_event()
1345 struct trace_uprobe *tu; in create_local_trace_uprobe()
1391 struct trace_uprobe *tu; in destroy_local_trace_uprobe()
1393 tu = container_of(event_call, struct trace_uprobe, tp.call); in destroy_local_trace_uprobe()