Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Aug 2004 03:52:17 +0200
From:      gerarra@tin.it
To:        freebsd-hackers@freebsd.org
Subject:   Interrupt 0x80 handling
Message-ID:  <4119722900001B0D@ims3a.cp.tin.it>

next in thread | raw e-mail | index | archive | help
Hi,
giving a look to interrupt 0x80 handling code (i386/i386/exception.s), I'=
ve
met FAKE_MCOUNT/MEXITCOUNT system. FAKE_MCOUNT in the end calls _mcount
(libkern/mcount.c) function which seems to be used for profiling purposes=

IMHO. It seems (reading comments in sys/gmon.h) that sysctl could be used=

to manage syscall profiling (kernel profiling?): Somebody can confirm tha=
t
or I've misunderstood? I would like to know another thing too: why interr=
upt
0x80 handler is implemented through a trap gate? An interrupt gate could
not be more logical?

thanks for answers,
cheers

rookie




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4119722900001B0D>