ftrace: remove static from function tracer functions
Impact: clean up After reorganizing the functions in trace.c and trace_function.c, they no longer need to be in global context. This patch makes the functions and one variable into static. Signed-off-by: Steven Rostedt <srostedt@redhat.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>
This commit is contained in:
committed by
Ingo Molnar
parent
3eb36aa053
commit
a225cdd263
@@ -187,9 +187,6 @@ int tracing_is_enabled(void)
|
||||
return tracer_enabled;
|
||||
}
|
||||
|
||||
/* function tracing enabled */
|
||||
int ftrace_function_enabled;
|
||||
|
||||
/*
|
||||
* trace_buf_size is the size in bytes that is allocated
|
||||
* for a buffer. Note, the number of bytes is always rounded
|
||||
|
Reference in New Issue
Block a user