ftrace: rename FTRACE to FUNCTION_TRACER
Due to confusion between the ftrace infrastructure and the gcc profiling tracer "ftrace", this patch renames the config options from FTRACE to FUNCTION_TRACER. The other two names that are offspring from FTRACE DYNAMIC_FTRACE and FTRACE_MCOUNT_RECORD will stay the same. This patch was generated mostly by script, and partially by hand. Signed-off-by:Steven Rostedt <srostedt@redhat.com> Signed-off-by:
Ingo Molnar <mingo@elte.hu>
Showing
- Makefile 1 addition, 1 deletionMakefile
- arch/arm/Kconfig 2 additions, 2 deletionsarch/arm/Kconfig
- arch/arm/boot/compressed/Makefile 1 addition, 1 deletionarch/arm/boot/compressed/Makefile
- arch/arm/include/asm/ftrace.h 1 addition, 1 deletionarch/arm/include/asm/ftrace.h
- arch/arm/kernel/armksyms.c 1 addition, 1 deletionarch/arm/kernel/armksyms.c
- arch/arm/kernel/entry-common.S 2 additions, 2 deletionsarch/arm/kernel/entry-common.S
- arch/powerpc/Kconfig 1 addition, 1 deletionarch/powerpc/Kconfig
- arch/powerpc/Makefile 1 addition, 1 deletionarch/powerpc/Makefile
- arch/powerpc/include/asm/ftrace.h 1 addition, 1 deletionarch/powerpc/include/asm/ftrace.h
- arch/powerpc/kernel/Makefile 1 addition, 1 deletionarch/powerpc/kernel/Makefile
- arch/powerpc/kernel/entry_32.S 1 addition, 1 deletionarch/powerpc/kernel/entry_32.S
- arch/powerpc/kernel/entry_64.S 1 addition, 1 deletionarch/powerpc/kernel/entry_64.S
- arch/powerpc/kernel/ppc_ksyms.c 1 addition, 1 deletionarch/powerpc/kernel/ppc_ksyms.c
- arch/powerpc/platforms/powermac/Makefile 1 addition, 1 deletionarch/powerpc/platforms/powermac/Makefile
- arch/sparc64/Kconfig 1 addition, 1 deletionarch/sparc64/Kconfig
- arch/sparc64/Kconfig.debug 1 addition, 1 deletionarch/sparc64/Kconfig.debug
- arch/sparc64/lib/mcount.S 2 additions, 2 deletionsarch/sparc64/lib/mcount.S
- arch/x86/Kconfig 1 addition, 1 deletionarch/x86/Kconfig
- arch/x86/kernel/Makefile 1 addition, 1 deletionarch/x86/kernel/Makefile
- arch/x86/kernel/entry_32.S 2 additions, 2 deletionsarch/x86/kernel/entry_32.S
Loading
Please register or sign in to comment