Searched refs:rawarc (Results 1 - 7 of 7) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/i386/
H A Dgmon-sol2.c97 struct rawarc { struct
217 struct rawarc rawarc; local
242 rawarc.raw_frompc = (unsigned long) frompc;
243 rawarc.raw_selfpc = (unsigned long) tos[toindex].selfpc;
244 rawarc.raw_count = tos[toindex].count;
245 write( fd , &rawarc , sizeof rawarc );
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/sparc/
H A Dgmon-sol2.c59 struct rawarc { struct
178 struct rawarc rawarc; local
226 rawarc.raw_frompc = (unsigned long) frompc;
227 rawarc.raw_selfpc = (unsigned long) tos[toindex].selfpc;
228 rawarc.raw_count = tos[toindex].count;
229 write( fd , &rawarc , sizeof rawarc );
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/i386/
H A Dgmon-sol2.c93 struct rawarc { struct
213 struct rawarc rawarc; local
238 rawarc.raw_frompc = (unsigned long) frompc;
239 rawarc.raw_selfpc = (unsigned long) tos[toindex].selfpc;
240 rawarc.raw_count = tos[toindex].count;
241 write( fd , &rawarc , sizeof rawarc );
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/sparc/
H A Dgmon-sol2.c59 struct rawarc { struct
178 struct rawarc rawarc; local
226 rawarc.raw_frompc = (unsigned long) frompc;
227 rawarc.raw_selfpc = (unsigned long) tos[toindex].selfpc;
228 rawarc.raw_count = tos[toindex].count;
229 write( fd , &rawarc , sizeof rawarc );
/netbsd-6-1-5-RELEASE/sys/sys/
H A Dgmon.h112 struct rawarc { struct
/netbsd-6-1-5-RELEASE/lib/libc/gmon/
H A Dgmon.c372 struct rawarc rawarc; local
478 rawarc.raw_frompc = frompc;
479 rawarc.raw_selfpc = p->tos[toindex].selfpc;
480 rawarc.raw_count = p->tos[toindex].count;
481 (void)write(fd, &rawarc, sizeof rawarc);
/netbsd-6-1-5-RELEASE/usr.sbin/kgmon/
H A Dkgmon.c298 struct rawarc rawarc; local
405 rawarc.raw_frompc = frompc;
406 rawarc.raw_selfpc = (u_long)tos[toindex].selfpc;
407 rawarc.raw_count = tos[toindex].count;
408 if (fwrite(&rawarc, sizeof(rawarc), 1,fp) != 1){

Completed in 90 milliseconds