aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kvm/trace.h
Commit message (Collapse)AuthorAgeFilesLines
* KVM: PPC: Move slb debugging to tracepointsAlexander Graf2010-10-241-0/+73
| | | | | | This patch moves debugging printks for shadow SLB debugging over to tracepoints. Signed-off-by: Alexander Graf <agraf@suse.de>
* KVM: PPC: Add tracepoints for generic spte flushesAlexander Graf2010-10-241-0/+23
| | | | | | | | | | The different ways of flusing shadow ptes have their own debug prints which use stupid old printk. Let's move them to tracepoints, making them easier available, faster and possible to activate on demand Signed-off-by: Alexander Graf <agraf@suse.de>
* KVM: PPC: Move pte invalidate debug code to tracepointAlexander Graf2010-10-241-0/+29
| | | | | | This patch moves the SPTE flush debug printk over to tracepoints. Signed-off-by: Alexander Graf <agraf@suse.de>
* KVM: PPC: Add tracepoint for generic mmu mapAlexander Graf2010-10-241-0/+29
| | | | | | This patch moves the generic mmu map debugging over to tracepoints. Signed-off-by: Alexander Graf <agraf@suse.de>
* KVM: PPC: Move book3s_64 mmu map debug print to trace pointAlexander Graf2010-10-241-0/+34
| | | | | | This patch moves Book3s MMU debugging over to tracepoints. Signed-off-by: Alexander Graf <agraf@suse.de>
* KVM: PPC: Move EXIT_DEBUG partially to tracepointsAlexander Graf2010-10-241-0/+51
| | | | | | | | | | | We have a debug printk on every exit that is usually #ifdef'ed out. Using tracepoints makes a lot more sense here though, as they can be dynamically enabled. This patch converts the most commonly used debug printks of EXIT_DEBUG to tracepoints. Signed-off-by: Alexander Graf <agraf@suse.de>
* Fix trace.hAlexander Graf2009-11-051-3/+3
| | | | | | | | | | | | It looks like the variable "pc" is defined. At least the current code always failed on me stating that "pc" is already defined somewhere else. Let's use _pc instead, because that doesn't collide. Is this the right approach? Does it break on 440 too? If not, why not? Signed-off-by: Alexander Graf <agraf@suse.de> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
* KVM: powerpc: convert marker probes to event traceMarcelo Tosatti2009-09-101-0/+104
[avi: make it build] [avi: fold trace-arch.h into trace.h] CC: Hollis Blanchard <hollisb@us.ibm.com> Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com> Signed-off-by: Avi Kivity <avi@redhat.com>