Home
last modified time | relevance | path

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

/linux/kernel/
H A Dtracepoint.c260 static enum tp_func_state nr_func_state(const struct tracepoint_func *tp_funcs) in nr_func_state() argument
262 if (!tp_funcs) in nr_func_state()
264 if (!tp_funcs[1].func) in nr_func_state()
266 if (!tp_funcs[2].func) in nr_func_state()
271 static void tracepoint_update_call(struct tracepoint *tp, struct tracepoint_func *tp_funcs) in tracepoint_update_call() argument
278 if (nr_func_state(tp_funcs) == TP_FUNC_1) in tracepoint_update_call()
279 func = tp_funcs[0].func; in tracepoint_update_call()
290 struct tracepoint_func *old, *tp_funcs; in tracepoint_add_func() local
299 tp_funcs = rcu_dereference_protected(tp->funcs, in tracepoint_add_func()
301 old = func_add(&tp_funcs, func, prio); in tracepoint_add_func()
[all …]