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

/linux-master/kernel/
H A Dtracepoint.c180 func_add(struct tracepoint_func **funcs, struct tracepoint_func *tp_func, argument
188 if (WARN_ON(!tp_func->func))
198 if (old[iter_probes].func == tp_func->func &&
199 old[iter_probes].data == tp_func->data)
225 new[pos] = *tp_func;
233 struct tracepoint_func *tp_func)
245 if (tp_func->func) {
247 if ((old[nr_probes].func == tp_func->func &&
248 old[nr_probes].data == tp_func->data) ||
270 if ((old[i].func != tp_func
232 func_remove(struct tracepoint_func **funcs, struct tracepoint_func *tp_func) argument
475 struct tracepoint_func tp_func; local
504 struct tracepoint_func tp_func; local
545 struct tracepoint_func tp_func; local
[all...]

Completed in 171 milliseconds