Home
last modified time | relevance | path

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

/linux-6.12.1/kernel/
Dtracepoint.c185 int nr_probes = 0; /* Counter for probes */ in func_add() local
201 nr_probes++; in func_add()
205 new = allocate_probes(nr_probes + 2); in func_add()
209 nr_probes = 0; in func_add()
215 pos = nr_probes++; in func_add()
216 new[nr_probes++] = old[iter_probes]; in func_add()
219 pos = nr_probes++; in func_add()
223 nr_probes = 1; /* must point at end of array */ in func_add()
226 new[nr_probes].func = NULL; in func_add()
235 int nr_probes = 0, nr_del = 0, i; in func_remove() local
[all …]