Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 140638
b: refs/heads/master
c: c37abc5
h: refs/heads/master
v: v3
  • Loading branch information
Steven Rostedt authored and Ingo Molnar committed Jan 16, 2009
1 parent cfda67d commit 743d2f1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: bb3c3c95f330f7bf16e33b002e48882616089db1
refs/heads/master: c37abc5515b5ed5b1d2134d2deaead492d9f92a2
3 changes: 2 additions & 1 deletion trunk/kernel/trace/trace_output.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ struct trace_event {
trace_print_func binary;
};

extern int trace_seq_printf(struct trace_seq *s, const char *fmt, ...);
extern int trace_seq_printf(struct trace_seq *s, const char *fmt, ...)
__attribute__ ((format (printf, 2, 3)));
extern int
seq_print_ip_sym(struct trace_seq *s, unsigned long ip,
unsigned long sym_flags);
Expand Down

0 comments on commit 743d2f1

Please sign in to comment.