aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/trace/trace_output.h
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/trace/trace_output.h')
-rw-r--r--kernel/trace/trace_output.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/kernel/trace/trace_output.h b/kernel/trace/trace_output.h
index 4cbfe85b99c8..b774c06cf423 100644
--- a/kernel/trace/trace_output.h
+++ b/kernel/trace/trace_output.h
@@ -14,8 +14,6 @@ trace_print_printk_msg_only(struct trace_iterator *iter);
14extern int 14extern int
15seq_print_ip_sym(struct trace_seq *s, unsigned long ip, 15seq_print_ip_sym(struct trace_seq *s, unsigned long ip,
16 unsigned long sym_flags); 16 unsigned long sym_flags);
17extern int seq_print_userip_objs(const struct userstack_entry *entry,
18 struct trace_seq *s, unsigned long sym_flags);
19extern int seq_print_user_ip(struct trace_seq *s, struct mm_struct *mm, 17extern int seq_print_user_ip(struct trace_seq *s, struct mm_struct *mm,
20 unsigned long ip, unsigned long sym_flags); 18 unsigned long ip, unsigned long sym_flags);
21 19