diff options
author | Steven Rostedt (VMware) <[email protected]> | 2017-03-23 10:33:53 -0400 |
---|---|---|
committer | Thomas Gleixner <[email protected]> | 2017-03-24 10:14:08 +0100 |
commit | 1fa9d67a2f07893fc7e4a880867a6cbb81dda547 (patch) | |
tree | b91313082fbb3b6956e8d704a62f14af1b99868e /tools/perf/scripts/python/export-to-postgresql.py | |
parent | 644e0e8dc76b919976c44d3929164d42cbe656bc (diff) |
x86/ftrace: Use Makefile logic instead of #ifdef for compiling ftrace_*.o
Currently ftrace_32.S and ftrace_64.S are compiled even when
CONFIG_FUNCTION_TRACER is not set. This means there's an unnecessary #ifdef
to protect the code. Instead of using preprocessor directives, only compile
those files when FUNCTION_TRACER is defined.
Suggested-by: Josh Poimboeuf <[email protected]>
Signed-off-by: Steven Rostedt (VMware) <[email protected]>
Reviewed-by: Josh Poimboeuf <[email protected]>
Reviewed-by: Ingo Molnar <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Andy Lutomirski <[email protected]>
Cc: Masami Hiramatsu <[email protected]>
Cc: Andrew Morton <[email protected]>
Cc: Linus Torvalds <[email protected]>
Link: http://lkml.kernel.org/r/20170316210043.peycxdxktwwn6cid@treble
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Thomas Gleixner <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions