commit | 2939b0469d04ba9ac791aca9a81625d7eb50662b | [log] [tgz] |
---|---|---|
author | Steven Rostedt <srostedt@redhat.com> | Mon Mar 09 15:47:18 2009 -0400 |
committer | Steven Rostedt <srostedt@redhat.com> | Tue Mar 10 00:35:04 2009 -0400 |
tree | 573f10c39f34c670fdc6832415642738c5afb3f9 | |
parent | 156b5f172a64103bcb13b6d26288388b9019caa3 [diff] |
tracing: replace TP<var> with TP_<var> Impact: clean up The macros TPPROTO, TPARGS, TPFMT, TPRAWFMT, and TPCMD all look a bit ugly. This patch adds an underscore to their names. Signed-off-by: Steven Rostedt <srostedt@redhat.com>