Home
last modified time | relevance | path

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

/linux-4.1.27/kernel/
Dtracepoint.c95 struct tracepoint_func *tp_func) in func_add() argument
100 if (WARN_ON(!tp_func->func)) in func_add()
108 if (old[nr_probes].func == tp_func->func && in func_add()
109 old[nr_probes].data == tp_func->data) in func_add()
118 new[nr_probes] = *tp_func; in func_add()
126 struct tracepoint_func *tp_func) in func_remove() argument
138 if (tp_func->func) { in func_remove()
140 if (old[nr_probes].func == tp_func->func && in func_remove()
141 old[nr_probes].data == tp_func->data) in func_remove()
163 if (old[i].func != tp_func->func in func_remove()
[all …]