HomeSort by: relevance | last modified time | path
    Searched refs:HISTFRACTION (Results 1 - 13 of 13) sorted by relevancy

  /src/sys/sys/
gmon.h 60 #ifndef HISTFRACTION
61 #define HISTFRACTION 2
62 #endif /* HISTFRACTION */
  /src/external/gpl3/binutils/dist/gprof/
gmon.h 93 #define HISTFRACTION 2
  /src/external/gpl3/binutils/dist/gprofng/src/
gmon.h 93 #define HISTFRACTION 2
  /src/external/gpl3/binutils.old/dist/gprof/
gmon.h 93 #define HISTFRACTION 2
  /src/external/gpl3/gcc/dist/libgcc/config/sol2/
gmon.c 56 #define HISTFRACTION 2
104 HISTFRACTION * sizeof (HISTCOUNTER));
107 HISTFRACTION * sizeof (HISTCOUNTER));
110 monsize = (s_textsize / HISTFRACTION) + sizeof (struct phdr);
  /src/external/gpl3/gcc.old/dist/libgcc/config/sol2/
gmon.c 56 #define HISTFRACTION 2
104 HISTFRACTION * sizeof (HISTCOUNTER));
107 HISTFRACTION * sizeof (HISTCOUNTER));
110 monsize = (s_textsize / HISTFRACTION) + sizeof (struct phdr);
  /src/lib/libc/gmon/
gmon.c 131 p->lowpc = rounddown(lowpc, HISTFRACTION * sizeof(HISTCOUNTER));
132 p->highpc = roundup(highpc, HISTFRACTION * sizeof(HISTCOUNTER));
134 p->kcountsize = p->textsize / HISTFRACTION;
  /src/sys/kern/
subr_prof.c 88 HISTFRACTION * sizeof(HISTCOUNTER));
90 HISTFRACTION * sizeof(HISTCOUNTER));
94 p->kcountsize = p->textsize / HISTFRACTION;
kern_clock.c 478 i /= HISTFRACTION * sizeof(*g->kcount);
  /src/sys/arch/mac68k/mac68k/
clock.c 315 kcount[s / (HISTFRACTION * sizeof(*kcount))]++;
  /src/sys/arch/x68k/x68k/
clock.c 464 kcount[s / (HISTFRACTION * sizeof (*kcount))]++;
  /src/sys/arch/amiga/dev/
clock.c 656 kcount[s / (HISTFRACTION * sizeof (*kcount))]++;
  /src/sys/arch/atari/dev/
clock.c 385 kcount[s / (HISTFRACTION * sizeof(*kcount))]++;

Completed in 25 milliseconds