Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 140944
b: refs/heads/master
c: bdc0675
h: refs/heads/master
v: v3
  • Loading branch information
Steven Rostedt committed Mar 13, 2009
1 parent 9dd4656 commit 8116ad9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: eb1871f34358024acfa3523ef375ef14b7527173
refs/heads/master: bdc067582b8b71c7771bab076bbc51569c594fb4
5 changes: 5 additions & 0 deletions trunk/kernel/trace/trace.h
Original file line number Diff line number Diff line change
Expand Up @@ -776,6 +776,11 @@ extern struct ftrace_event_call __stop_ftrace_events[];
extern const char *__start___trace_bprintk_fmt[];
extern const char *__stop___trace_bprintk_fmt[];

/*
* The double __builtin_constant_p is because gcc will give us an error
* if we try to allocate the static variable to fmt if it is not a
* constant. Even with the outer if statement optimizing out.
*/
#define event_trace_printk(ip, fmt, args...) \
do { \
__trace_printk_check_format(fmt, ##args); \
Expand Down

0 comments on commit 8116ad9

Please sign in to comment.