Re: [PATCH 00/18 v3] tracing: Use TRACE_DEFINE_ENUM() to show enum values

2015-04-07 Thread Steven Rostedt
On Tue, 07 Apr 2015 20:26:29 +0900 Masami Hiramatsu wrote: > I've reviewed all patches in this series and tested it. > > Reviewed-by: Masami Hiramatsu > Tested-by: Masami Hiramatsu > > for all the patches in this series. Thanks for spending the time on this. I'll be hopefully posting this

Re: [PATCH 00/18 v3] tracing: Use TRACE_DEFINE_ENUM() to show enum values

2015-04-07 Thread Masami Hiramatsu
(2015/04/03 10:38), Steven Rostedt wrote: > As there are many tracepoints that use __print_symbolic() to translate > numbers into ASCII strings, and several of these translate enums as > well, it causes a problem for user space tools that read the tracepoint > format files and have to translate

Re: [PATCH 00/18 v3] tracing: Use TRACE_DEFINE_ENUM() to show enum values

2015-04-07 Thread Masami Hiramatsu
(2015/04/03 10:38), Steven Rostedt wrote: As there are many tracepoints that use __print_symbolic() to translate numbers into ASCII strings, and several of these translate enums as well, it causes a problem for user space tools that read the tracepoint format files and have to translate the

Re: [PATCH 00/18 v3] tracing: Use TRACE_DEFINE_ENUM() to show enum values

2015-04-07 Thread Steven Rostedt
On Tue, 07 Apr 2015 20:26:29 +0900 Masami Hiramatsu masami.hiramatsu...@hitachi.com wrote: I've reviewed all patches in this series and tested it. Reviewed-by: Masami Hiramatsu masami.hiramatsu...@hitachi.com Tested-by: Masami Hiramatsu masami.hiramatsu...@hitachi.com for all the patches

[PATCH 00/18 v3] tracing: Use TRACE_DEFINE_ENUM() to show enum values

2015-04-02 Thread Steven Rostedt
As there are many tracepoints that use __print_symbolic() to translate numbers into ASCII strings, and several of these translate enums as well, it causes a problem for user space tools that read the tracepoint format files and have to translate the binary data to their associated strings. For

[PATCH 00/18 v3] tracing: Use TRACE_DEFINE_ENUM() to show enum values

2015-04-02 Thread Steven Rostedt
As there are many tracepoints that use __print_symbolic() to translate numbers into ASCII strings, and several of these translate enums as well, it causes a problem for user space tools that read the tracepoint format files and have to translate the binary data to their associated strings. For