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 *func_add(struct tracepoint_func **funcs, in func_add()
95 struct tracepoint_func *tp_func) in func_add()
98 struct tracepoint_func *old, *new; in func_add()
117 memcpy(new, old, nr_probes * sizeof(struct tracepoint_func)); in func_add()
125 static void *func_remove(struct tracepoint_func **funcs, in func_remove()
126 struct tracepoint_func *tp_func) in func_remove()
129 struct tracepoint_func *old, *new; in func_remove()
177 struct tracepoint_func *func) in tracepoint_add_func()
179 struct tracepoint_func *old, *tp_funcs; in tracepoint_add_func()
213 struct tracepoint_func *func) in tracepoint_remove_func()
215 struct tracepoint_func *old, *tp_funcs; in tracepoint_remove_func()
252 struct tracepoint_func tp_func; in tracepoint_probe_register()
274 struct tracepoint_func tp_func; in tracepoint_probe_unregister()