Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 143114
b: refs/heads/master
c: 0462b56
h: refs/heads/master
v: v3
  • Loading branch information
Zhaolei authored and Ingo Molnar committed Apr 10, 2009
1 parent ffa5231 commit 705591f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 8f7c2c37319a81ef4c2bfdec67b1ccd5744d97e4
refs/heads/master: 0462b5664b2bda5a18fef7efb5bb32ce36590c1a
4 changes: 2 additions & 2 deletions trunk/kernel/trace/trace_events_stage_2.h
Original file line number Diff line number Diff line change
Expand Up @@ -105,10 +105,10 @@ ftrace_raw_output_##call(struct trace_iterator *iter, int flags) \
return 0;

#undef __entry
#define __entry "REC"
#define __entry REC

#undef TP_printk
#define TP_printk(fmt, args...) "%s, %s\n", #fmt, #args
#define TP_printk(fmt, args...) "%s, %s\n", #fmt, __stringify(args)

#undef TP_fast_assign
#define TP_fast_assign(args...) args
Expand Down

0 comments on commit 705591f

Please sign in to comment.