mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-11-27 01:11:31 +00:00
namespacecheck: fixes
Signed-off-by: Ingo Molnar <mingo@elte.hu>
This commit is contained in:
parent
e765ee90da
commit
f22529351f
2 changed files with 3 additions and 3 deletions
|
|
@ -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;
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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)
|
||||||
tracing_sched_register();
|
tracing_sched_register();
|
||||||
}
|
}
|
||||||
|
|
||||||
void tracing_stop_sched_switch(void)
|
static void tracing_stop_sched_switch(void)
|
||||||
{
|
{
|
||||||
long ref;
|
long ref;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue