From mboxrd@z Thu Jan 1 00:00:00 1970 From: rostedt@goodmis.org (Steven Rostedt) Date: Wed, 16 Jul 2014 12:29:21 -0400 Subject: Function Profiler broken on today's linux-next In-Reply-To: <20140716162328.GJ1365@saruman.home> References: <20140716162328.GJ1365@saruman.home> Message-ID: <20140716122921.71b118a9@gandalf.local.home> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Wed, 16 Jul 2014 11:23:28 -0500 Felipe Balbi wrote: > Hi folks, > > I was trying to use Kernel Function Profiler to figure out why my > driver's IRQ handler is taking so much CPU time but to my surprise, > whenever I try to trace anything, I get a "Unable to handle kernel > paging request at virtual address XXXX" error. > > Is anybody else seen that or did I screw up my Kernel config ? No, it's probably my fault. The ftrace infrastructure is going through an overhaul and some dramatic changes are happening. Although it has passed all my tests, I can't cover everyone's configs and use cases. Please send me your config and the steps you did to enable function profiling. This is x86 correct? Other archs are already known to be broken and I'm working on fixing them now. -- Steve > > cheers > > ps: I have tried tracing a few different drivers and they all trigger > the same problem. >