public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* KVM_GUEST support breaks page fault tracing
@ 2014-05-08 22:22 Dave Hansen
  2014-05-08 22:24 ` Thomas Gleixner
  0 siblings, 1 reply; 5+ messages in thread
From: Dave Hansen @ 2014-05-08 22:22 UTC (permalink / raw)
  To: x86, Peter Zijlstra, Seiji Aguchi, linux-kernel, Gleb Natapov

I noticed on some of my systems that page fault tracing doesn't work:

	cd /sys/kernel/debug/tracing
	echo 1 > events/exceptions/enable
	cat trace;
	# nothing shows up

I eventually traced it down to CONFIG_KVM_GUEST.  At least in a KVM VM,
enabling that option breaks page fault tracing, and disabling fixes it.
 I tried on some old kernels and this does not appear to be a
regression: it never worked.

Anybody have any theories about what is going on?

I'm also having problems with the page fault tracing on bare metal (same
symptom of no trace output).  I'm unsure if it's related.

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2014-05-09 16:42 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-08 22:22 KVM_GUEST support breaks page fault tracing Dave Hansen
2014-05-08 22:24 ` Thomas Gleixner
2014-05-08 23:05   ` Dave Hansen
2014-05-08 23:45     ` Steven Rostedt
2014-05-09 16:42       ` Dave Hansen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox