aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/ftrace.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/ftrace.h')
-rw-r--r--include/linux/ftrace.h3
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 {
369extern void return_to_handler(void); 369extern void return_to_handler(void);
370 370
371extern int 371extern int
372ftrace_push_return_trace(unsigned long ret, unsigned long long time, 372ftrace_push_return_trace(unsigned long ret, unsigned long func, int *depth);
373 unsigned long func, int *depth);
374extern void 373extern void
375ftrace_pop_return_trace(struct ftrace_graph_ret *trace, unsigned long *ret); 374ftrace_pop_return_trace(struct ftrace_graph_ret *trace, unsigned long *ret);
376 375