[RFC][PATCH 11/17 v2] net/9p/tracing: Export enums in tracepoints to userspace

2015-04-01 Thread Steven Rostedt
From: "Steven Rostedt (Red Hat)" The tracepoints in the 9p code use a lot of enums for the __print_symbolic() function. These enums are shown in the tracepoint format files, and user space tools such as trace-cmd does not have the information to parse it. Add helper macros to export the enums

[RFC][PATCH 11/17 v2] net/9p/tracing: Export enums in tracepoints to userspace

2015-04-01 Thread Steven Rostedt
From: Steven Rostedt (Red Hat) rost...@goodmis.org The tracepoints in the 9p code use a lot of enums for the __print_symbolic() function. These enums are shown in the tracepoint format files, and user space tools such as trace-cmd does not have the information to parse it. Add helper macros to