Home
last modified time | relevance | path

Searched refs:PRF_VERSION (Results 1 – 3 of 3) sorted by last modified time

/illumos-gate/usr/src/cmd/sgs/gprof/common/
H A Dgprof.c1670 if (l_hdr.hd_version != PRF_VERSION) { in openpfile()
1675 whoami, PRF_VERSION, l_hdr.hd_version); in openpfile()
/illumos-gate/usr/src/cmd/sgs/include/
H A Dprofile.h116 #define PRF_VERSION 0x1 /* current PROF file version */ macro
/illumos-gate/usr/src/cmd/sgs/ldprof/common/
H A Dprofile.c348 Hptr->hd_version = (unsigned int)PRF_VERSION; in profile_open()