Lines Matching refs:tracepoint_func
66 struct tracepoint_func probes[0];
71 struct tp_probes *p = kmalloc(count * sizeof(struct tracepoint_func) in allocate_probes()
104 static inline void release_probes(struct tracepoint_func *old) in release_probes()
130 static void debug_print_probes(struct tracepoint_func *funcs) in debug_print_probes()
141 static struct tracepoint_func *
142 func_add(struct tracepoint_func **funcs, struct tracepoint_func *tp_func, in func_add()
145 struct tracepoint_func *old, *new; in func_add()
172 memcpy(new, old, nr_probes * sizeof(struct tracepoint_func)); in func_add()
175 memcpy(new, old, pos * sizeof(struct tracepoint_func)); in func_add()
178 (nr_probes - pos) * sizeof(struct tracepoint_func)); in func_add()
189 static void *func_remove(struct tracepoint_func **funcs, in func_remove()
190 struct tracepoint_func *tp_func) in func_remove()
193 struct tracepoint_func *old, *new; in func_remove()
241 struct tracepoint_func *func, int prio) in tracepoint_add_func()
243 struct tracepoint_func *old, *tp_funcs; in tracepoint_add_func()
280 struct tracepoint_func *func) in tracepoint_remove_func()
282 struct tracepoint_func *old, *tp_funcs; in tracepoint_remove_func()
321 struct tracepoint_func tp_func; in tracepoint_probe_register_prio()
362 struct tracepoint_func tp_func; in tracepoint_probe_unregister()