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 015a3d22cf74..9e0a8d245e55 100644
--- a/include/linux/ftrace.h
+++ b/include/linux/ftrace.h
@@ -365,6 +365,7 @@ struct ftrace_ret_stack {
365 unsigned long ret; 365 unsigned long ret;
366 unsigned long func; 366 unsigned long func;
367 unsigned long long calltime; 367 unsigned long long calltime;
368 unsigned long long subtime;
368}; 369};
369 370
370/* 371/*
@@ -376,8 +377,6 @@ extern void return_to_handler(void);
376 377
377extern int 378extern int
378ftrace_push_return_trace(unsigned long ret, unsigned long func, int *depth); 379ftrace_push_return_trace(unsigned long ret, unsigned long func, int *depth);
379extern void
380ftrace_pop_return_trace(struct ftrace_graph_ret *trace, unsigned long *ret);
381 380
382/* 381/*
383 * Sometimes we don't want to trace a function with the function 382 * Sometimes we don't want to trace a function with the function