Searched refs:tp_funcs (Results 1 – 1 of 1) sorted by relevance
251 static enum tp_func_state nr_func_state(const struct tracepoint_func *tp_funcs) in nr_func_state() argument253 if (!tp_funcs) in nr_func_state()255 if (!tp_funcs[1].func) in nr_func_state()257 if (!tp_funcs[2].func) in nr_func_state()262 static void tracepoint_update_call(struct tracepoint *tp, struct tracepoint_func *tp_funcs) in tracepoint_update_call() argument269 if (nr_func_state(tp_funcs) == TP_FUNC_1) in tracepoint_update_call()270 func = tp_funcs[0].func; in tracepoint_update_call()281 struct tracepoint_func *old, *tp_funcs; in tracepoint_add_func() local290 tp_funcs = rcu_dereference_protected(tp->funcs, in tracepoint_add_func()292 old = func_add(&tp_funcs, func, prio); in tracepoint_add_func()[all …]