Home
last modified time | relevance | path

Searched refs:PROF_MAGIC (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/include/
H A Dmonv.h58 #define PROF_MAGIC 0x50524F46 /* "PROF" */ macro
/illumos-gate/usr/src/cmd/sgs/gprof/common/
H A Dgprof.c585 prof_hdr.h_magic = PROF_MAGIC; in dump_gprofhdr()
1596 if (magic_num == (unsigned int)PROF_MAGIC) { in openpfile()