Lines Matching refs:tracepoint_func
88 struct tracepoint_func probes[];
109 static inline void release_probes(struct tracepoint *tp, struct tracepoint_func *old) in release_probes()
122 static void debug_print_probes(struct tracepoint_func *funcs) in debug_print_probes()
133 static struct tracepoint_func *
134 func_add(struct tracepoint_func **funcs, struct tracepoint_func *tp_func, in func_add()
137 struct tracepoint_func *old, *new; in func_add()
186 static void *func_remove(struct tracepoint_func **funcs, in func_remove()
187 struct tracepoint_func *tp_func) in func_remove()
190 struct tracepoint_func *old, *new; in func_remove()
251 static enum tp_func_state nr_func_state(const struct tracepoint_func *tp_funcs) in nr_func_state()
262 static void tracepoint_update_call(struct tracepoint *tp, struct tracepoint_func *tp_funcs) in tracepoint_update_call()
278 struct tracepoint_func *func, int prio, in tracepoint_add_func()
281 struct tracepoint_func *old, *tp_funcs; in tracepoint_add_func()
351 struct tracepoint_func *func) in tracepoint_remove_func()
353 struct tracepoint_func *old, *tp_funcs; in tracepoint_remove_func()
428 struct tracepoint_func tp_func; in tracepoint_probe_register_prio_may_exist()
457 struct tracepoint_func tp_func; in tracepoint_probe_register_prio()
498 struct tracepoint_func tp_func; in tracepoint_probe_unregister()