aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kvm/trace.h
Commit message (Collapse)AuthorAgeFilesLines
* 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>