Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/kernel/
Dtracepoint.c318 static enum tp_func_state nr_func_state(const struct tracepoint_func *tp_funcs) in nr_func_state() argument
320 if (!tp_funcs) in nr_func_state()
322 if (!tp_funcs[1].func) in nr_func_state()
324 if (!tp_funcs[2].func) in nr_func_state()
329 static void tracepoint_update_call(struct tracepoint *tp, struct tracepoint_func *tp_funcs) in tracepoint_update_call() argument
336 if (nr_func_state(tp_funcs) == TP_FUNC_1) in tracepoint_update_call()
337 func = tp_funcs[0].func; in tracepoint_update_call()
348 struct tracepoint_func *old, *tp_funcs; in tracepoint_add_func() local
357 tp_funcs = rcu_dereference_protected(tp->funcs, in tracepoint_add_func()
359 old = func_add(&tp_funcs, func, prio); in tracepoint_add_func()
[all …]