Home
last modified time | relevance | path

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

/linux-6.6.21/kernel/
Dtracepoint.c297 static enum tp_func_state nr_func_state(const struct tracepoint_func *tp_funcs) in nr_func_state() argument
299 if (!tp_funcs) in nr_func_state()
301 if (!tp_funcs[1].func) in nr_func_state()
303 if (!tp_funcs[2].func) in nr_func_state()
308 static void tracepoint_update_call(struct tracepoint *tp, struct tracepoint_func *tp_funcs) in tracepoint_update_call() argument
315 if (nr_func_state(tp_funcs) == TP_FUNC_1) in tracepoint_update_call()
316 func = tp_funcs[0].func; in tracepoint_update_call()
327 struct tracepoint_func *old, *tp_funcs; in tracepoint_add_func() local
336 tp_funcs = rcu_dereference_protected(tp->funcs, in tracepoint_add_func()
338 old = func_add(&tp_funcs, func, prio); in tracepoint_add_func()
[all …]