Searched refs:tp_func (Results 1 – 1 of 1) sorted by relevance
129 func_add(struct tracepoint_func **funcs, struct tracepoint_func *tp_func, in func_add() argument136 if (WARN_ON(!tp_func->func)) in func_add()147 if (old[nr_probes].func == tp_func->func && in func_add()148 old[nr_probes].data == tp_func->data) in func_add()169 new[pos] = *tp_func; in func_add()177 struct tracepoint_func *tp_func) in func_remove() argument189 if (tp_func->func) { in func_remove()191 if (old[nr_probes].func == tp_func->func && in func_remove()192 old[nr_probes].data == tp_func->data) in func_remove()214 if (old[i].func != tp_func->func in func_remove()[all …]