John Levon wrote: > On Sat, Sep 22, 2007 at 06:14:28PM -0700, Eric Schrock wrote: > > >> CTF files are optionally uniquified against a common target (typically >> genunix) using 'ctfmerge'. I would imagine this information is encoded >> in the CTF file somewhere, so that when you load 'ufs' you can notice >> that it depends on CTF data in 'genunix' and load that as well. >> > > Indeed: > > $ ctfdump /kernel/fs/ufs | egrep 'cth_par(name|label)' > cth_parlabel = snv_70 > cth_parname = genunix > Thanks John. I had thought there may be some kind of "tree" of merged data, but apparently (at least for ufs and zfs), if the type is not defined within CTF for ufs or zfs, it is in genunix.
max