Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/kernel/
H A Dtracepoint.c180 func_add(struct tracepoint_func **funcs, struct tracepoint_func *tp_func, in func_add() argument
188 if (WARN_ON(!tp_func->func)) in func_add()
199 if (old[nr_probes].func == tp_func->func && in func_add()
200 old[nr_probes].data == tp_func->data) in func_add()
241 new[pos] = *tp_func; in func_add()
249 struct tracepoint_func *tp_func) in func_remove() argument
261 if (tp_func->func) { in func_remove()
263 if ((old[nr_probes].func == tp_func->func && in func_remove()
264 old[nr_probes].data == tp_func->data) || in func_remove()
286 if ((old[i].func != tp_func->func in func_remove()
[all …]