Re: Ktrace'ing kernel threads

2010-02-17 Thread John Baldwin
On Monday 15 February 2010 6:21:40 am Shrikanth Kamath wrote: Can ktrace trace another kernel thread which has roughly the semantics as below, right now it does not hit any of the designated interesting points that ktrace is built for, but what if I could define those, will ktrace still allow

Ktrace'ing kernel threads

2010-02-15 Thread Shrikanth Kamath
Can ktrace trace another kernel thread which has roughly the semantics as below, right now it does not hit any of the designated interesting points that ktrace is built for, but what if I could define those, will ktrace still allow tracing another kernel thread? thread(client_info) { ...

Re: Ktrace'ing kernel threads

2010-02-15 Thread Fernando Gleiser
- Original Message From: Shrikanth Kamath shrikant...@gmail.com To: freebsd-hackers@freebsd.org Sent: Mon, February 15, 2010 8:21:40 AM Subject: Ktrace'ing kernel threads Can ktrace trace another kernel thread which has roughly the semantics as below, right now it does not hit