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 8a0c2f221e6b..53869bef6102 100644
--- a/include/linux/ftrace.h
+++ b/include/linux/ftrace.h
@@ -368,6 +368,7 @@ struct ftrace_ret_stack {
368 unsigned long ret; 368 unsigned long ret;
369 unsigned long func; 369 unsigned long func;
370 unsigned long long calltime; 370 unsigned long long calltime;
371 unsigned long long subtime;
371}; 372};
372 373
373/* 374/*
@@ -379,8 +380,6 @@ extern void return_to_handler(void);
379 380
380extern int 381extern int
381ftrace_push_return_trace(unsigned long ret, unsigned long func, int *depth); 382ftrace_push_return_trace(unsigned long ret, unsigned long func, int *depth);
382extern void
383ftrace_pop_return_trace(struct ftrace_graph_ret *trace, unsigned long *ret);
384 383
385/* 384/*
386 * Sometimes we don't want to trace a function with the function 385 * Sometimes we don't want to trace a function with the function