Home
last modified time | relevance | path

Searched refs:tp_funcs (Results 1 – 1 of 1) sorted by relevance

/linux-6.14.4/kernel/
Dtracepoint.c251 static enum tp_func_state nr_func_state(const struct tracepoint_func *tp_funcs) in nr_func_state() argument
253 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() argument
269 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() local
290 tp_funcs = rcu_dereference_protected(tp->funcs, in tracepoint_add_func()
292 old = func_add(&tp_funcs, func, prio); in tracepoint_add_func()
[all …]