Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f04e2ee4 authored by Jeremy Fitzhardinge's avatar Jeremy Fitzhardinge
Browse files

xen/trace: set up tracepoint skeleton

parent 84cdee76
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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

arch/x86/xen/trace.c

0 → 100644
+4 −0
Original line number Diff line number Diff line
#include <linux/ftrace.h>

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