aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/ftrace_event.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/ftrace_event.h')
-rw-r--r--include/linux/ftrace_event.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/ftrace_event.h b/include/linux/ftrace_event.h
index 75f3ac01a87c..2a4a40749911 100644
--- a/include/linux/ftrace_event.h
+++ b/include/linux/ftrace_event.h
@@ -16,7 +16,7 @@ struct dentry;
16 * bash-15816 [01] 235.197585: idle_cpu <- irq_enter 16 * bash-15816 [01] 235.197585: idle_cpu <- irq_enter
17 */ 17 */
18struct trace_entry { 18struct trace_entry {
19 unsigned char type; 19 int type;
20 unsigned char flags; 20 unsigned char flags;
21 unsigned char preempt_count; 21 unsigned char preempt_count;
22 int pid; 22 int pid;
@@ -73,7 +73,7 @@ enum print_line_t {
73 73
74 74
75struct ring_buffer_event * 75struct ring_buffer_event *
76trace_current_buffer_lock_reserve(unsigned char type, unsigned long len, 76trace_current_buffer_lock_reserve(int type, unsigned long len,
77 unsigned long flags, int pc); 77 unsigned long flags, int pc);
78void trace_current_buffer_unlock_commit(struct ring_buffer_event *event, 78void trace_current_buffer_unlock_commit(struct ring_buffer_event *event,
79 unsigned long flags, int pc); 79 unsigned long flags, int pc);