Home
last modified time | relevance | path

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

/linux/kernel/
H A Dtracepoint.c138 int iter_probes; /* Iterate over old probe array. */ in func_add() local
149 for (iter_probes = 0; old[iter_probes].func; iter_probes++) { in func_add()
150 if (old[iter_probes].func == tp_stub_func) in func_add()
152 if (old[iter_probes].func == tp_func->func && in func_add()
153 old[iter_probes].data == tp_func->data) in func_add()
164 for (iter_probes = 0; old[iter_probes].func; iter_probes++) { in func_add()
165 if (old[iter_probes].func == tp_stub_func) in func_add()
168 if (pos < 0 && old[iter_probes].prio < prio) in func_add()
170 new[nr_probes++] = old[iter_probes]; in func_add()