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
nexedi
linux
Commits
f2252935
Commit
f2252935
authored
May 22, 2008
by
Ingo Molnar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
namespacecheck: fixes
Signed-off-by:
Ingo Molnar
<
mingo@elte.hu
>
parent
e765ee90
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
kernel/trace/ftrace.c
kernel/trace/ftrace.c
+1
-1
kernel/trace/trace_sched_switch.c
kernel/trace/trace_sched_switch.c
+2
-2
No files found.
kernel/trace/ftrace.c
View file @
f2252935
...
@@ -50,7 +50,7 @@ static struct ftrace_ops ftrace_list_end __read_mostly =
...
@@ -50,7 +50,7 @@ static struct ftrace_ops ftrace_list_end __read_mostly =
static
struct
ftrace_ops
*
ftrace_list
__read_mostly
=
&
ftrace_list_end
;
static
struct
ftrace_ops
*
ftrace_list
__read_mostly
=
&
ftrace_list_end
;
ftrace_func_t
ftrace_trace_function
__read_mostly
=
ftrace_stub
;
ftrace_func_t
ftrace_trace_function
__read_mostly
=
ftrace_stub
;
void
ftrace_list_func
(
unsigned
long
ip
,
unsigned
long
parent_ip
)
static
void
ftrace_list_func
(
unsigned
long
ip
,
unsigned
long
parent_ip
)
{
{
struct
ftrace_ops
*
op
=
ftrace_list
;
struct
ftrace_ops
*
op
=
ftrace_list
;
...
...
kernel/trace/trace_sched_switch.c
View file @
f2252935
...
@@ -196,7 +196,7 @@ static void tracing_sched_unregister(void)
...
@@ -196,7 +196,7 @@ static void tracing_sched_unregister(void)
&
ctx_trace
);
&
ctx_trace
);
}
}
void
tracing_start_sched_switch
(
void
)
static
void
tracing_start_sched_switch
(
void
)
{
{
long
ref
;
long
ref
;
...
@@ -205,7 +205,7 @@ void tracing_start_sched_switch(void)
...
@@ -205,7 +205,7 @@ void tracing_start_sched_switch(void)
tracing_sched_register
();
tracing_sched_register
();
}
}
void
tracing_stop_sched_switch
(
void
)
static
void
tracing_stop_sched_switch
(
void
)
{
{
long
ref
;
long
ref
;
...
...
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