Home
last modified time | relevance | path

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

/linux-6.15/kernel/
H A Dtracepoint.c253 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()
270 func = tp_funcs[0].func; in tracepoint_update_call()
304 switch (nr_func_state(tp_funcs)) { in tracepoint_add_func()
332 if (tp_funcs[0].data != old[0].data) in tracepoint_add_func()
357 old = func_remove(&tp_funcs, func); in tracepoint_remove_func()
361 if (tp_funcs == old) in tracepoint_remove_func()
365 switch (nr_func_state(tp_funcs)) { in tracepoint_remove_func()
390 if (tp_funcs[0].data != old[0].data) in tracepoint_remove_func()
[all …]