DTrace: Where do we run CTFCONVERT for kernel modules

Alexander Leidinger Alexander at Leidinger.net
Fri Mar 2 10:06:59 UTC 2012


Quoting Shrikanth Kamath <shrikanth07 at gmail.com> (from Sun, 26 Feb  
2012 13:24:19 +0530):

> ...meaning, I see the following line in "sys/conf/kmod.mk", but that
> is a CTFMERGE command.
>
> .if defined(MK_CTF) && ${MK_CTF} != "no"
>     ${CTFMERGE} ${CTFFLAGS} -o ${.TARGET} ${OBJS}
> .endif
>
> Where do we run the CTFCONVERT on kernel modules?

It is run from the Makefile of the kernel which is generated by the  
config(8) program.

Bye,
Alexander.

-- 
Whenever I feel like exercise, I lie down until the feeling passes.

http://www.Leidinger.net    Alexander @ Leidinger.net: PGP ID = B0063FE7
http://www.FreeBSD.org       netchild @ FreeBSD.org  : PGP ID = 72077137



More information about the freebsd-hackers mailing list