Lines Matching refs:trace_uprobe

57 struct trace_uprobe {  struct
74 static struct trace_uprobe *to_trace_uprobe(struct dyn_event *ev) in to_trace_uprobe() argument
76 return container_of(ev, struct trace_uprobe, devent); in to_trace_uprobe()
88 static int register_uprobe_event(struct trace_uprobe *tu);
89 static int unregister_uprobe_event(struct trace_uprobe *tu);
264 static inline bool is_ret_probe(struct trace_uprobe *tu) in is_ret_probe()
271 struct trace_uprobe *tu = to_trace_uprobe(ev); in trace_uprobe_is_busy()
276 static bool trace_uprobe_match_command_head(struct trace_uprobe *tu, in trace_uprobe_match_command_head()
307 struct trace_uprobe *tu = to_trace_uprobe(ev); in trace_uprobe_match()
315 static nokprobe_inline struct trace_uprobe *
324 return container_of(tp, struct trace_uprobe, tp); in trace_uprobe_primary_from_call()
330 static struct trace_uprobe *
333 struct trace_uprobe *tu; in alloc_trace_uprobe()
357 static void free_trace_uprobe(struct trace_uprobe *tu) in free_trace_uprobe()
368 static struct trace_uprobe *find_probe_event(const char *event, const char *group) in find_probe_event()
371 struct trace_uprobe *tu; in find_probe_event()
382 static int unregister_trace_uprobe(struct trace_uprobe *tu) in unregister_trace_uprobe()
404 static bool trace_uprobe_has_same_uprobe(struct trace_uprobe *orig, in trace_uprobe_has_same_uprobe()
405 struct trace_uprobe *comp) in trace_uprobe_has_same_uprobe()
433 static int append_trace_uprobe(struct trace_uprobe *tu, struct trace_uprobe *to) in append_trace_uprobe()
467 static int validate_ref_ctr_offset(struct trace_uprobe *new) in validate_ref_ctr_offset()
470 struct trace_uprobe *tmp; in validate_ref_ctr_offset()
485 static int register_trace_uprobe(struct trace_uprobe *tu) in register_trace_uprobe()
487 struct trace_uprobe *old_tu; in register_trace_uprobe()
534 struct trace_uprobe *tu; in __trace_uprobe_create()
737 struct trace_uprobe *tu = to_trace_uprobe(ev); in trace_uprobe_release()
745 struct trace_uprobe *tu = to_trace_uprobe(ev); in trace_uprobe_show()
817 struct trace_uprobe *tu; in probes_profile_seq_show()
946 static void __uprobe_trace_func(struct trace_uprobe *tu, in __uprobe_trace_func()
986 static int uprobe_trace_func(struct trace_uprobe *tu, struct pt_regs *regs, in uprobe_trace_func()
1002 static void uretprobe_trace_func(struct trace_uprobe *tu, unsigned long func, in uretprobe_trace_func()
1020 struct trace_uprobe *tu; in print_uprobe_event()
1054 static int trace_uprobe_enable(struct trace_uprobe *tu, filter_func_t filter) in trace_uprobe_enable()
1075 struct trace_uprobe *tu; in __probe_event_disable()
1077 tu = container_of(tp, struct trace_uprobe, tp); in __probe_event_disable()
1093 struct trace_uprobe *tu; in probe_event_enable()
1117 tu = container_of(tp, struct trace_uprobe, tp); in probe_event_enable()
1178 struct trace_uprobe *tu; in uprobe_event_define_fields()
1273 struct trace_uprobe *tu; in uprobe_perf_close()
1280 tu = container_of(tp, struct trace_uprobe, tp); in uprobe_perf_close()
1297 struct trace_uprobe *tu; in uprobe_perf_open()
1304 tu = container_of(tp, struct trace_uprobe, tp); in uprobe_perf_open()
1323 struct trace_uprobe *tu; in uprobe_perf_filter()
1326 tu = container_of(uc, struct trace_uprobe, consumer); in uprobe_perf_filter()
1336 static void __uprobe_perf_func(struct trace_uprobe *tu, in __uprobe_perf_func()
1397 static int uprobe_perf_func(struct trace_uprobe *tu, struct pt_regs *regs, in uprobe_perf_func()
1408 static void uretprobe_perf_func(struct trace_uprobe *tu, unsigned long func, in uretprobe_perf_func()
1421 struct trace_uprobe *tu; in bpf_get_uprobe_info()
1475 struct trace_uprobe *tu; in uprobe_dispatcher()
1482 tu = container_of(con, struct trace_uprobe, consumer); in uprobe_dispatcher()
1513 struct trace_uprobe *tu; in uretprobe_dispatcher()
1518 tu = container_of(con, struct trace_uprobe, consumer); in uretprobe_dispatcher()
1555 static inline void init_trace_event_call(struct trace_uprobe *tu) in init_trace_event_call()
1565 static int register_uprobe_event(struct trace_uprobe *tu) in register_uprobe_event()
1572 static int unregister_uprobe_event(struct trace_uprobe *tu) in unregister_uprobe_event()
1583 struct trace_uprobe *tu; in create_local_trace_uprobe()
1636 struct trace_uprobe *tu; in destroy_local_trace_uprobe()