diff options
Diffstat (limited to 'include/linux/ftrace.h')
-rw-r--r-- | include/linux/ftrace.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/linux/ftrace.h b/include/linux/ftrace.h index db3fed630db3..1141248c84ee 100644 --- a/include/linux/ftrace.h +++ b/include/linux/ftrace.h | |||
@@ -369,8 +369,7 @@ struct ftrace_ret_stack { | |||
369 | extern void return_to_handler(void); | 369 | extern void return_to_handler(void); |
370 | 370 | ||
371 | extern int | 371 | extern int |
372 | ftrace_push_return_trace(unsigned long ret, unsigned long long time, | 372 | ftrace_push_return_trace(unsigned long ret, unsigned long func, int *depth); |
373 | unsigned long func, int *depth); | ||
374 | extern void | 373 | extern void |
375 | ftrace_pop_return_trace(struct ftrace_graph_ret *trace, unsigned long *ret); | 374 | ftrace_pop_return_trace(struct ftrace_graph_ret *trace, unsigned long *ret); |
376 | 375 | ||