Lines Matching refs:tracepoint_func
53 struct tracepoint_func probes[];
91 static inline void release_probes(struct tracepoint_func *old) in release_probes()
117 static void debug_print_probes(struct tracepoint_func *funcs) in debug_print_probes()
128 static struct tracepoint_func *
129 func_add(struct tracepoint_func **funcs, struct tracepoint_func *tp_func, in func_add()
132 struct tracepoint_func *old, *new; in func_add()
159 memcpy(new, old, nr_probes * sizeof(struct tracepoint_func)); in func_add()
162 memcpy(new, old, pos * sizeof(struct tracepoint_func)); in func_add()
165 (nr_probes - pos) * sizeof(struct tracepoint_func)); in func_add()
176 static void *func_remove(struct tracepoint_func **funcs, in func_remove()
177 struct tracepoint_func *tp_func) in func_remove()
180 struct tracepoint_func *old, *new; in func_remove()
224 static void tracepoint_update_call(struct tracepoint *tp, struct tracepoint_func *tp_funcs, bool sy… in tracepoint_update_call()
251 struct tracepoint_func *func, int prio) in tracepoint_add_func()
253 struct tracepoint_func *old, *tp_funcs; in tracepoint_add_func()
291 struct tracepoint_func *func) in tracepoint_remove_func()
293 struct tracepoint_func *old, *tp_funcs; in tracepoint_remove_func()
335 struct tracepoint_func tp_func; in tracepoint_probe_register_prio()
376 struct tracepoint_func tp_func; in tracepoint_probe_unregister()