Home
last modified time | relevance | path

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

/glibc-2.36/elf/
Ddl-profile.c196 uint16_t *kcount; in _dl_start_profile() local
398 kcount = (uint16_t *) ((char *) hist + sizeof (uint32_t) in _dl_start_profile()
402 narcsp = (uint32_t *) ((char *) kcount + kcountsize + sizeof (uint32_t)); in _dl_start_profile()
481 __profil ((void *) kcount, kcountsize, lowpc, s_scale); in _dl_start_profile()
Dsprof.c215 uint16_t *kcount; member
837 result->kcount = (uint16_t *) ((char *) result->hist + sizeof (uint32_t) in load_profdata()
841 narcsp = (uint32_t *) ((char *) result->kcount + shobj->kcountsize in load_profdata()
964 volatile uint16_t *kcount = profdata->kcount; in count_total_ticks() local
981 sortsym[sidx]->ticks += kcount[kidx++]; in count_total_ticks()
/glibc-2.36/gmon/
Dgmon.c107 __profil((void *) p->kcount, p->kcountsize, p->lowpc, s_scale); in __moncontrol()
163 p->kcount = (HISTCOUNTER *)cp; in weak_alias()
215 { _gmonparam.kcount, _gmonparam.kcountsize } in weak_alias()
/glibc-2.36/gmon/sys/
Dgmon.h159 unsigned short *kcount; member
/glibc-2.36/ChangeLog.old/
DChangeLog.154343 Remove hashfraction variable. Make kcount and kcountsize local
DChangeLog.132019 kcount and froms.