Home
last modified time | relevance | path

Searched refs:cth_version (Results 1 – 5 of 5) sorted by relevance

/titanic_44/usr/src/uts/common/sys/
H A Dctf.h130 #define cth_version cth_preamble.ctp_version macro
/titanic_44/usr/src/tools/ctf/cvt/
H A Dctf.c616 h.cth_version = CTF_VERSION; in ctf_gen()
1256 if (h->cth_version != CTF_VERSION) in ctf_load()
1257 parseterminate("Unknown CTF version %d", h->cth_version); in ctf_load()
/titanic_44/usr/src/common/ctf/
H A Dctf_open.c681 fp->ctf_version = hp.cth_version; in ctf_bufopen()
682 fp->ctf_fileops = &ctf_fileops[hp.cth_version]; in ctf_bufopen()
H A Dctf_create.c262 hdr.cth_version = CTF_VERSION; in ctf_update()
/titanic_44/usr/src/tools/ctf/dump/
H A Ddump.c187 (void) printf(" cth_version = %u\n", hp->cth_version); in print_header()