Home
last modified time | relevance | path

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

/linux/kernel/
H A Dtracepoint.c92 static void tp_stub_func(void) in tp_stub_func() function
150 if (old[iter_probes].func == tp_stub_func) in func_add()
165 if (old[iter_probes].func == tp_stub_func) in func_add()
203 old[nr_probes].func == tp_stub_func) in func_remove()
226 old[i].func != tp_stub_func) in func_remove()
239 WRITE_ONCE(old[i].func, tp_stub_func); in func_remove()