commit | 8f7c2c37319a81ef4c2bfdec67b1ccd5744d97e4 | [log] [tgz] |
---|---|---|
author | Zhaolei <zhaolei@cn.fujitsu.com> | Wed Apr 08 16:58:57 2009 +0800 |
committer | Ingo Molnar <mingo@elte.hu> | Fri Apr 10 15:48:52 2009 +0200 |
tree | 809a93fb2683ad3fe1d77ca7c9b894963000533e | |
parent | 4d1f4372dbea068ba4ee3d98231133a4a4ee15bd [diff] |
Make __stringify support variable argument macros too For example: __stringify(__entry->irq, __entry->ret) will now convert it to: "REC->irq, REC->ret" It also still supports single arguments as the old macro did. Signed-off-by: Zhao Lei <zhaolei@cn.fujitsu.com> Acked-by: Frederic Weisbecker <fweisbec@gmail.com> Cc: Steven Rostedt <rostedt@goodmis.org> LKML-Reference: <49DC6751.30308@cn.fujitsu.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>