Home
last modified time | relevance | path

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

/openbmc/linux/kernel/
H A Dtracepoint.c102 static void tp_stub_func(void) in tp_stub_func() function
196 if (old[iter_probes].func == tp_stub_func) in func_add()
211 if (old[iter_probes].func == tp_stub_func) in func_add()
249 old[nr_probes].func == tp_stub_func) in func_remove()
272 old[i].func != tp_stub_func) in func_remove()
285 WRITE_ONCE(old[i].func, tp_stub_func); in func_remove()