Home
last modified time | relevance | path

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

/glibc-2.36/sysdeps/mach/hurd/
Dprofil.c30 #define MAX_PC_SAMPLES 512 /* XXX ought to be exported in kernel hdr */ macro
97 collector_timeout = MAX_PC_SAMPLES * profile_tick / 1000 / 2; in update_waiter()
151 sampled_pc_t pc_samples[MAX_PC_SAMPLES];
155 nsamples = MAX_PC_SAMPLES;
/glibc-2.36/ChangeLog.old/
DChangeLog.54370 * sysdeps/mach/hurd/profil.c (MAX_PC_SAMPLES): New macro.
4374 (profile_waiter): Use MAX_PC_SAMPLES. Set nsamples before RPC.