Lines Matching refs:tracepoint_func
59 struct tracepoint_func probes[0];
64 struct tp_probes *p = kmalloc(count * sizeof(struct tracepoint_func) in allocate_probes()
74 static inline void release_probes(struct tracepoint_func *old) in release_probes()
83 static void debug_print_probes(struct tracepoint_func *funcs) in debug_print_probes()
94 static struct tracepoint_func *
95 func_add(struct tracepoint_func **funcs, struct tracepoint_func *tp_func, in func_add()
98 struct tracepoint_func *old, *new; in func_add()
125 memcpy(new, old, nr_probes * sizeof(struct tracepoint_func)); in func_add()
128 memcpy(new, old, pos * sizeof(struct tracepoint_func)); in func_add()
131 (nr_probes - pos) * sizeof(struct tracepoint_func)); in func_add()
142 static void *func_remove(struct tracepoint_func **funcs, in func_remove()
143 struct tracepoint_func *tp_func) in func_remove()
146 struct tracepoint_func *old, *new; in func_remove()
194 struct tracepoint_func *func, int prio) in tracepoint_add_func()
196 struct tracepoint_func *old, *tp_funcs; in tracepoint_add_func()
230 struct tracepoint_func *func) in tracepoint_remove_func()
232 struct tracepoint_func *old, *tp_funcs; in tracepoint_remove_func()
271 struct tracepoint_func tp_func; in tracepoint_probe_register_prio()
313 struct tracepoint_func tp_func; in tracepoint_probe_unregister()