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

/linux-master/kernel/
H A Dtracepoint.c102 static void tp_stub_func(void) function
196 if (old[iter_probes].func == tp_stub_func)
211 if (old[iter_probes].func == tp_stub_func)
249 old[nr_probes].func == tp_stub_func)
272 old[i].func != tp_stub_func)
280 * with calls to tp_stub_func.
285 WRITE_ONCE(old[i].func, tp_stub_func);

Completed in 140 milliseconds