From mboxrd@z Thu Jan 1 00:00:00 1970 To: 9fans@cse.psu.edu Subject: Re: [9fans] kprof From: andrey mirtchovski MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Message-Id: <20020421164946.1D768199A3@mail.cse.psu.edu> Date: Sun, 21 Apr 2002 10:51:27 -0600 Topicbox-Message-UUID: 7942f8c8-eaca-11e9-9e20-41e7f4b1d025 how about just keeping track of the pc at each call to _kprofinit() and then translating that into functions the pc is at off-line? it's not a general solution, will have gaps and will not be fine-grained but at least it'll give us an idea (hopefully) where a memmove() is called from, if the kernel spends 5% of its time there... how often does _kproftimer() get called? i'll have to dig deeper... andrey