diff options
Diffstat (limited to 'kernel/trace/trace_functions_graph.c')
-rw-r--r-- | kernel/trace/trace_functions_graph.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/trace/trace_functions_graph.c b/kernel/trace/trace_functions_graph.c index 519a0cab1530..0ff5cb661900 100644 --- a/kernel/trace/trace_functions_graph.c +++ b/kernel/trace/trace_functions_graph.c | |||
@@ -757,6 +757,7 @@ static struct tracer graph_trace __read_mostly = { | |||
757 | .name = "function_graph", | 757 | .name = "function_graph", |
758 | .open = graph_trace_open, | 758 | .open = graph_trace_open, |
759 | .close = graph_trace_close, | 759 | .close = graph_trace_close, |
760 | .wait_pipe = poll_wait_pipe, | ||
760 | .init = graph_trace_init, | 761 | .init = graph_trace_init, |
761 | .reset = graph_trace_reset, | 762 | .reset = graph_trace_reset, |
762 | .print_line = print_graph_function, | 763 | .print_line = print_graph_function, |