aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/trace/trace_functions_graph.c
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/trace/trace_functions_graph.c')
-rw-r--r--kernel/trace/trace_functions_graph.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/kernel/trace/trace_functions_graph.c b/kernel/trace/trace_functions_graph.c
index 32e76a21b8d4..8968bf720c12 100644
--- a/kernel/trace/trace_functions_graph.c
+++ b/kernel/trace/trace_functions_graph.c
@@ -278,7 +278,7 @@ int __trace_graph_entry(struct trace_array *tr,
278 unsigned long flags, 278 unsigned long flags,
279 int pc) 279 int pc)
280{ 280{
281 struct ftrace_event_call *call = &event_funcgraph_entry; 281 struct trace_event_call *call = &event_funcgraph_entry;
282 struct ring_buffer_event *event; 282 struct ring_buffer_event *event;
283 struct ring_buffer *buffer = tr->trace_buffer.buffer; 283 struct ring_buffer *buffer = tr->trace_buffer.buffer;
284 struct ftrace_graph_ent_entry *entry; 284 struct ftrace_graph_ent_entry *entry;
@@ -393,7 +393,7 @@ void __trace_graph_return(struct trace_array *tr,
393 unsigned long flags, 393 unsigned long flags,
394 int pc) 394 int pc)
395{ 395{
396 struct ftrace_event_call *call = &event_funcgraph_exit; 396 struct trace_event_call *call = &event_funcgraph_exit;
397 struct ring_buffer_event *event; 397 struct ring_buffer_event *event;
398 struct ring_buffer *buffer = tr->trace_buffer.buffer; 398 struct ring_buffer *buffer = tr->trace_buffer.buffer;
399 struct ftrace_graph_ret_entry *entry; 399 struct ftrace_graph_ret_entry *entry;