From: Jeremy Fitzhardinge Date: Thu, 21 Aug 2008 00:02:19 +0000 (-0700) Subject: xen: add debugfs support X-Git-Tag: v2.6.28-rc1~699^2^2~26 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=994025caba3e6beade9bde84dd1b70d9d250f27b;p=pandora-kernel.git xen: add debugfs support Add support for exporting statistics on mmu updates, multicall batching and pv spinlocks into debugfs. The base path is xen/ and each subsystem adds its own directory: mmu, multicalls, spinlocks. In each directory, writing 1 to "zero_stats" will cause the corresponding stats to be zeroed the next time they're updated. Signed-off-by: Jeremy Fitzhardinge Acked-by: Jan Beulich Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed