diff options
Diffstat (limited to 'include/linux/ftrace_event.h')
-rw-r--r-- | include/linux/ftrace_event.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/include/linux/ftrace_event.h b/include/linux/ftrace_event.h index 0bebb5c348b8..c674ee8f7fca 100644 --- a/include/linux/ftrace_event.h +++ b/include/linux/ftrace_event.h | |||
@@ -44,6 +44,10 @@ const char *ftrace_print_bitmask_seq(struct trace_seq *p, void *bitmask_ptr, | |||
44 | const char *ftrace_print_hex_seq(struct trace_seq *p, | 44 | const char *ftrace_print_hex_seq(struct trace_seq *p, |
45 | const unsigned char *buf, int len); | 45 | const unsigned char *buf, int len); |
46 | 46 | ||
47 | const char *ftrace_print_array_seq(struct trace_seq *p, | ||
48 | const void *buf, int buf_len, | ||
49 | size_t el_size); | ||
50 | |||
47 | struct trace_iterator; | 51 | struct trace_iterator; |
48 | struct trace_event; | 52 | struct trace_event; |
49 | 53 | ||
@@ -595,7 +599,7 @@ extern int ftrace_profile_set_filter(struct perf_event *event, int event_id, | |||
595 | char *filter_str); | 599 | char *filter_str); |
596 | extern void ftrace_profile_free_filter(struct perf_event *event); | 600 | extern void ftrace_profile_free_filter(struct perf_event *event); |
597 | extern void *perf_trace_buf_prepare(int size, unsigned short type, | 601 | extern void *perf_trace_buf_prepare(int size, unsigned short type, |
598 | struct pt_regs *regs, int *rctxp); | 602 | struct pt_regs **regs, int *rctxp); |
599 | 603 | ||
600 | static inline void | 604 | static inline void |
601 | perf_trace_buf_submit(void *raw_data, int size, int rctx, u64 addr, | 605 | perf_trace_buf_submit(void *raw_data, int size, int rctx, u64 addr, |