Home
last modified time | relevance | path

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

/glibc-2.36/sysdeps/posix/
Dsprofil.c37 size_t nsamples; member
64 .nsamples = 1,
144 if (i < r->nsamples) in profil_count()
202 r[i].nsamples = p->pr_size / (prof_uint ? sizeof (int) : sizeof (short)); in insert()
227 unsigned long int nsamples; in add_region() local
234 nsamples = p->pr_size / (prof_uint ? sizeof (int) : sizeof (short)); in add_region()
237 end = index_to_pc (nsamples, p->pr_off, p->pr_scale, prof_uint); in add_region()
Dprofil.c35 static size_t nsamples; variable
49 if (i < nsamples) in profil_count()
104 nsamples = size / sizeof *samples; in __profil()
/glibc-2.36/sysdeps/mach/hurd/
Dprofil.c152 mach_msg_type_number_t nsamples, i; local
155 nsamples = MAX_PC_SAMPLES;
158 pc_samples, &nsamples);
170 for (i = 0; i < nsamples; ++i)
/glibc-2.36/ChangeLog.old/
DChangeLog.54374 (profile_waiter): Use MAX_PC_SAMPLES. Set nsamples before RPC.