Home
last modified time | relevance | path

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

/glibc-2.36/sysdeps/mach/hurd/
Dprofil.c40 static int profile_tick; variable
81 err = __task_enable_pc_sampling (__mach_task_self (), &profile_tick, in update_waiter()
97 collector_timeout = MAX_PC_SAMPLES * profile_tick / 1000 / 2; in update_waiter()
107 return 1000000 / profile_tick; in __profile_frequency()
/glibc-2.36/ChangeLog.old/
DChangeLog.67108 * sysdeps/mach/hurd/profil.c (profile_tick): New variable.
7109 (update_waiter): Store frequency in profile_tick.