linux/include/trace/events
Rik van Riel 074893495b tracing: Add #undef to fix compile error
commit bf7165cfa2 upstream.

There are several trace include files that define TRACE_INCLUDE_FILE.

Include several of them in the same .c file (as I currently have in
some code I am working on), and the compile will blow up with a
"warning: "TRACE_INCLUDE_FILE" redefined #define TRACE_INCLUDE_FILE syscalls"

Every other include file in include/trace/events/ avoids that issue
by having a #undef TRACE_INCLUDE_FILE before the #define; syscalls.h
should have one, too.

Link: http://lkml.kernel.org/r/20160928225554.13bd7ac6@annuminas.surriel.com

Fixes: b8007ef742 ("tracing: Separate raw syscall from syscall tracer")
Signed-off-by: Rik van Riel <riel@redhat.com>
Signed-off-by: Steven Rostedt (VMware) <rostedt@goodmis.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2017-03-18 19:09:57 +08:00
..
9p.h
asoc.h
bcache.h
block.h
btrfs.h
clk.h
cma.h
compaction.h
context_tracking.h
ext4.h
f2fs.h
fence.h
fib.h
filelock.h
filemap.h
gfpflags.h
gpio.h
host1x.h
hswadsp.h
i2c.h
intel-sst.h
iommu.h
ipi.h
irq.h
jbd2.h
kmem.h
kvm.h
libata.h
lock.h
mce.h
migrate.h
module.h
napi.h
net.h
nilfs2.h nilfs2: add tracepoints for analyzing reading and writing metadata files 2015-11-06 17:50:42 -08:00
nmi.h
oom.h
pagemap.h
power_cpu_migrate.h
power.h
printk.h
random.h
rcu.h
regulator.h
rpm.h
sched.h
scsi.h
signal.h
skb.h
sock.h
spi.h
spmi.h
sunrpc.h SUNRPC: Don't allocate a full sockaddr_storage for tracing 2016-08-20 18:09:26 +02:00
swiotlb.h
syscalls.h tracing: Add #undef to fix compile error 2017-03-18 19:09:57 +08:00
target.h
task.h
thermal_power_allocator.h
thermal.h
thp.h
timer.h
tlb.h
udp.h
v4l2.h
vb2.h
vmscan.h
workqueue.h
writeback.h
xen.h