diff options
Diffstat (limited to 'kernel/trace/trace_functions.c')
| -rw-r--r-- | kernel/trace/trace_functions.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/kernel/trace/trace_functions.c b/kernel/trace/trace_functions.c index 9f1b0de71284..e980b872bef5 100644 --- a/kernel/trace/trace_functions.c +++ b/kernel/trace/trace_functions.c | |||
| @@ -54,14 +54,6 @@ static void function_trace_reset(struct trace_array *tr) | |||
| 54 | stop_function_trace(tr); | 54 | stop_function_trace(tr); |
| 55 | } | 55 | } |
| 56 | 56 | ||
| 57 | static void function_trace_ctrl_update(struct trace_array *tr) | ||
| 58 | { | ||
| 59 | if (tr->ctrl) | ||
| 60 | start_function_trace(tr); | ||
| 61 | else | ||
| 62 | stop_function_trace(tr); | ||
| 63 | } | ||
| 64 | |||
| 65 | static void function_trace_start(struct trace_array *tr) | 57 | static void function_trace_start(struct trace_array *tr) |
| 66 | { | 58 | { |
| 67 | function_reset(tr); | 59 | function_reset(tr); |
| @@ -73,7 +65,6 @@ static struct tracer function_trace __read_mostly = | |||
| 73 | .init = function_trace_init, | 65 | .init = function_trace_init, |
| 74 | .reset = function_trace_reset, | 66 | .reset = function_trace_reset, |
| 75 | .start = function_trace_start, | 67 | .start = function_trace_start, |
| 76 | .ctrl_update = function_trace_ctrl_update, | ||
| 77 | #ifdef CONFIG_FTRACE_SELFTEST | 68 | #ifdef CONFIG_FTRACE_SELFTEST |
| 78 | .selftest = trace_selftest_startup_function, | 69 | .selftest = trace_selftest_startup_function, |
| 79 | #endif | 70 | #endif |
