Home
last modified time | relevance | path

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

/glibc-2.36/gmon/
Dtst-sprofil.c71 prof[profcnt].pr_off = taddr[i]; in main()
78 prof[profcnt].pr_off = 0x80001000; in main()
84 prof[profcnt].pr_off = 0x80000080; in main()
90 prof[profcnt].pr_off = 0x80000f80; in main()
96 prof[profcnt].pr_off = 0x80001080; in main()
102 prof[profcnt].pr_off = 0x80001f80; in main()
108 prof[profcnt].pr_off = 0x80002080; in main()
114 prof[profcnt].pr_off = 0x80000080; in main()
121 prof[profcnt].pr_off = 0; in main()
/glibc-2.36/sysdeps/posix/
Dsprofil.c201 r[i].offset = p->pr_off; in insert()
211 if (p->pr_off == 0 && p->pr_scale == 2) in insert()
236 start = p->pr_off; in add_region()
237 end = index_to_pc (nsamples, p->pr_off, p->pr_scale, prof_uint); in add_region()
261 if (l->pr_off < r->pr_off) in pcmp()
263 else if (l->pr_off > r->pr_off) in pcmp()
/glibc-2.36/gmon/sys/
Dprofil.h41 size_t pr_off; /* pc offset */ member