Searched refs:iter_probes (Results 1 - 1 of 1) sorted by last modified time

/linux-master/kernel/
H A Dtracepoint.c184 int iter_probes; /* Iterate over old probe array. */ local
195 for (iter_probes = 0; old[iter_probes].func; iter_probes++) {
196 if (old[iter_probes].func == tp_stub_func)
198 if (old[iter_probes].func == tp_func->func &&
199 old[iter_probes].data == tp_func->data)
210 for (iter_probes = 0; old[iter_probes].func; iter_probes
[all...]

Completed in 135 milliseconds