Home
last modified time | relevance | path

Searched refs:pr_scale (Results 1 – 3 of 3) sorted by relevance

/glibc-2.36/gmon/
Dtst-sprofil.c72 prof[profcnt].pr_scale = 0x10000; in main()
79 prof[profcnt].pr_scale = 0x10000; in main()
85 prof[profcnt].pr_scale = 0x10000; in main()
91 prof[profcnt].pr_scale = 0x10000; in main()
97 prof[profcnt].pr_scale = 0x10000; in main()
103 prof[profcnt].pr_scale = 0x10000; in main()
109 prof[profcnt].pr_scale = 0x10000; in main()
115 prof[profcnt].pr_scale = 0x10000; in main()
122 prof[profcnt].pr_scale = 2; in main()
/glibc-2.36/sysdeps/posix/
Dsprofil.c203 r[i].scale = p->pr_scale; in insert()
211 if (p->pr_off == 0 && p->pr_scale == 2) in insert()
231 if (p->pr_scale < 2) in add_region()
237 end = index_to_pc (nsamples, p->pr_off, p->pr_scale, prof_uint); in add_region()
/glibc-2.36/gmon/sys/
Dprofil.h42 unsigned long int pr_scale; /* pc scaling (fixed-point number) */ member