Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 257949
b: refs/heads/master
c: f04e2ee
h: refs/heads/master
i:
  257947: 39949e3
v: v3
  • Loading branch information
Jeremy Fitzhardinge committed Jul 18, 2011
1 parent 953975a commit dd183f7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 84cdee76b15f3669f012d5916287d124c805ef2f
refs/heads/master: f04e2ee41d3dbeb6eeb3685d1b4c208b898e278f
2 changes: 1 addition & 1 deletion trunk/arch/x86/xen/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ CFLAGS_mmu.o := $(nostackp)
obj-y := enlighten.o setup.o multicalls.o mmu.o irq.o \
time.o xen-asm.o xen-asm_$(BITS).o \
grant-table.o suspend.o platform-pci-unplug.o \
p2m.o
p2m.o trace.o

obj-$(CONFIG_SMP) += smp.o
obj-$(CONFIG_PARAVIRT_SPINLOCKS)+= spinlock.o
Expand Down
4 changes: 4 additions & 0 deletions trunk/arch/x86/xen/trace.c
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#include <linux/ftrace.h>

#define CREATE_TRACE_POINTS
#include <trace/events/xen.h>

0 comments on commit dd183f7

Please sign in to comment.