Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
linux
Commits
694f94f2
Commit
694f94f2
authored
Oct 31, 2008
by
Paul Mundt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
sh: FTRACE renamed to FUNCTION_TRACER.
Signed-off-by:
Paul Mundt
<
lethal@linux-sh.org
>
parent
0803d540
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
5 deletions
+5
-5
arch/sh/Kconfig
arch/sh/Kconfig
+1
-1
arch/sh/boot/compressed/Makefile_32
arch/sh/boot/compressed/Makefile_32
+1
-1
arch/sh/kernel/entry-common.S
arch/sh/kernel/entry-common.S
+2
-2
arch/sh/kernel/sh_ksyms_32.c
arch/sh/kernel/sh_ksyms_32.c
+1
-1
No files found.
arch/sh/Kconfig
View file @
694f94f2
...
...
@@ -24,7 +24,7 @@ config SUPERH32
select HAVE_KPROBES
select HAVE_KRETPROBES
select HAVE_ARCH_TRACEHOOK
select HAVE_F
TRACE
select HAVE_F
UNCTION_TRACER
config SUPERH64
def_bool y if CPU_SH5
...
...
arch/sh/boot/compressed/Makefile_32
View file @
694f94f2
...
...
@@ -23,7 +23,7 @@ IMAGE_OFFSET := $(shell /bin/bash -c 'printf "0x%08x" \
LIBGCC := $(shell $(CC) $(KBUILD_CFLAGS) -print-libgcc-file-name)
ifeq ($(CONFIG_F
TRACE
),y)
ifeq ($(CONFIG_F
UNCTION_TRACER
),y)
ORIG_CFLAGS := $(KBUILD_CFLAGS)
KBUILD_CFLAGS = $(subst -pg, , $(ORIG_CFLAGS))
endif
...
...
arch/sh/kernel/entry-common.S
View file @
694f94f2
...
...
@@ -372,7 +372,7 @@ syscall_exit:
7
:
.
long
do_syscall_trace_enter
8
:
.
long
do_syscall_trace_leave
#ifdef CONFIG_F
TRACE
#ifdef CONFIG_F
UNCTION_TRACER
.
align
2
.
globl
_mcount
.
type
_mcount
,
@
function
...
...
@@ -414,4 +414,4 @@ skip_trace:
ftrace_stub
:
rts
nop
#endif /* CONFIG_F
TRACE
*/
#endif /* CONFIG_F
UNCTION_TRACER
*/
arch/sh/kernel/sh_ksyms_32.c
View file @
694f94f2
...
...
@@ -134,7 +134,7 @@ EXPORT_SYMBOL(flush_dcache_page);
EXPORT_SYMBOL
(
clear_user_page
);
#endif
#ifdef CONFIG_F
TRACE
#ifdef CONFIG_F
UNCTION_TRACER
EXPORT_SYMBOL
(
mcount
);
#endif
EXPORT_SYMBOL
(
csum_partial
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment