Home
last modified time | relevance | path

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

/linux/kernel/
H A Dtracepoint.c184 int iter_probes; /* Iterate over old probe array. */ in func_add() local
195 for (iter_probes = 0; old[iter_probes].func; iter_probes++) { in func_add()
196 if (old[iter_probes].func == tp_stub_func) in func_add()
198 if (old[iter_probes].func == tp_func->func && in func_add()
199 old[iter_probes].data == tp_func->data) in func_add()
210 for (iter_probes = 0; old[iter_probes].func; iter_probes++) { in func_add()
211 if (old[iter_probes].func == tp_stub_func) in func_add()
214 if (pos < 0 && old[iter_probes].prio < prio) in func_add()
216 new[nr_probes++] = old[iter_probes]; in func_add()