Lines Matching refs:trace_uprobe

52 struct trace_uprobe {  struct
64 (offsetof(struct trace_uprobe, tp.args) + \ argument
67 static int register_uprobe_event(struct trace_uprobe *tu);
68 static int unregister_uprobe_event(struct trace_uprobe *tu);
74 struct trace_uprobe *tu;
230 static inline bool is_ret_probe(struct trace_uprobe *tu) in is_ret_probe()
238 static struct trace_uprobe *
241 struct trace_uprobe *tu; in alloc_trace_uprobe()
277 static void free_trace_uprobe(struct trace_uprobe *tu) in free_trace_uprobe()
291 static struct trace_uprobe *find_probe_event(const char *event, const char *group) in find_probe_event()
293 struct trace_uprobe *tu; in find_probe_event()
304 static int unregister_trace_uprobe(struct trace_uprobe *tu) in unregister_trace_uprobe()
318 static int register_trace_uprobe(struct trace_uprobe *tu) in register_trace_uprobe()
320 struct trace_uprobe *old_tu; in register_trace_uprobe()
357 struct trace_uprobe *tu; in create_trace_uprobe()
565 struct trace_uprobe *tu; in cleanup_all_probes()
570 tu = list_entry(uprobe_list.next, struct trace_uprobe, list); in cleanup_all_probes()
598 struct trace_uprobe *tu = v; in probes_seq_show()
666 struct trace_uprobe *tu = v; in probes_profile_seq_show()
785 static void __uprobe_trace_func(struct trace_uprobe *tu, in __uprobe_trace_func()
828 static int uprobe_trace_func(struct trace_uprobe *tu, struct pt_regs *regs, in uprobe_trace_func()
844 static void uretprobe_trace_func(struct trace_uprobe *tu, unsigned long func, in uretprobe_trace_func()
862 struct trace_uprobe *tu; in print_uprobe_event()
867 tu = container_of(event, struct trace_uprobe, tp.call.event); in print_uprobe_event()
899 probe_event_enable(struct trace_uprobe *tu, struct trace_event_file *file, in probe_event_enable()
956 probe_event_disable(struct trace_uprobe *tu, struct trace_event_file *file) in probe_event_disable()
989 struct trace_uprobe *tu = event_call->data; in uprobe_event_define_fields()
1032 uprobe_filter_event(struct trace_uprobe *tu, struct perf_event *event) in uprobe_filter_event()
1037 static int uprobe_perf_close(struct trace_uprobe *tu, struct perf_event *event) in uprobe_perf_close()
1059 static int uprobe_perf_open(struct trace_uprobe *tu, struct perf_event *event) in uprobe_perf_open()
1096 struct trace_uprobe *tu; in uprobe_perf_filter()
1099 tu = container_of(uc, struct trace_uprobe, consumer); in uprobe_perf_filter()
1107 static void __uprobe_perf_func(struct trace_uprobe *tu, in __uprobe_perf_func()
1161 static int uprobe_perf_func(struct trace_uprobe *tu, struct pt_regs *regs, in uprobe_perf_func()
1172 static void uretprobe_perf_func(struct trace_uprobe *tu, unsigned long func, in uretprobe_perf_func()
1184 struct trace_uprobe *tu = event->data; in trace_uprobe_register()
1218 struct trace_uprobe *tu; in uprobe_dispatcher()
1225 tu = container_of(con, struct trace_uprobe, consumer); in uprobe_dispatcher()
1256 struct trace_uprobe *tu; in uretprobe_dispatcher()
1261 tu = container_of(con, struct trace_uprobe, consumer); in uretprobe_dispatcher()
1292 static int register_uprobe_event(struct trace_uprobe *tu) in register_uprobe_event()
1326 static int unregister_uprobe_event(struct trace_uprobe *tu) in unregister_uprobe_event()