diff options
author | Zhaolei <zhaolei@cn.fujitsu.com> | 2009-04-08 10:58:57 +0200 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2009-04-10 15:48:52 +0200 |
commit | 8f7c2c37319a81ef4c2bfdec67b1ccd5744d97e4 (patch) | |
tree | 809a93fb2683ad3fe1d77ca7c9b894963000533e /kernel | |
parent | tracing: fix document references (diff) | |
download | linux-8f7c2c37319a81ef4c2bfdec67b1ccd5744d97e4.tar.xz linux-8f7c2c37319a81ef4c2bfdec67b1ccd5744d97e4.zip |
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>
Diffstat (limited to 'kernel')
0 files changed, 0 insertions, 0 deletions