Searched refs:nsamples (Results 1 – 4 of 4) sorted by relevance
37 size_t nsamples; member64 .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() local234 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()
35 static size_t nsamples; variable49 if (i < nsamples) in profil_count()104 nsamples = size / sizeof *samples; in __profil()
152 mach_msg_type_number_t nsamples, i; local155 nsamples = MAX_PC_SAMPLES;158 pc_samples, &nsamples);170 for (i = 0; i < nsamples; ++i)
4374 (profile_waiter): Use MAX_PC_SAMPLES. Set nsamples before RPC.