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

Commit d5e553d6 authored by H. Peter Anvin's avatar H. Peter Anvin
Browse files

trace: Include <asm/asm-offsets.h> in trace_syscalls.c



Include <asm/asm-offsets.h> into trace_syscalls.c, to allow for
NR_syscalls to be automatically generated.

Cc: Steven Rostedt <rostedt@goodmis.org>
Cc: Frederic Weisbecker <fweisbec@gmail.com>
Cc: Ingo Molnar <mingo@elte.hu>
Signed-off-by: default avatarH. Peter Anvin <hpa@linux.intel.com>
parent e79a7fcc
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -6,6 +6,7 @@
#include <linux/ftrace.h>
#include <linux/perf_event.h>
#include <asm/syscall.h>
#include <asm/asm-offsets.h>

#include "trace_output.h"
#include "trace.h"