Re: [RFC][PATCH 05/10] f2fs: Export the enums in the tracepoints to userspace

2015-03-30 Thread Steven Rostedt
On Mon, 30 Mar 2015 11:47:01 +0900 Namhyung Kim wrote: > > Cc: Namjae Jeon > > Cc: Pankaj Kumar > > Cc: Jaegeuk Kim > > AFAIK Jaegeuk's samsung email is not valid anymore.. > > $ grep -a Jaegeuk MAINTAINERS > M: Jaegeuk Kim > Thanks. That's what I get for using git blame instead of

Re: [RFC][PATCH 05/10] f2fs: Export the enums in the tracepoints to userspace

2015-03-29 Thread Namhyung Kim
On Fri, Mar 27, 2015 at 05:37:09PM -0400, Steven Rostedt wrote: > From: "Steven Rostedt (Red Hat)" > > The tracepoints that use __print_symbolic() use enums as the value > to convert to strings. Unfortunately, the format files for these > tracepoints show the enum name and not their value. This c

[RFC][PATCH 05/10] f2fs: Export the enums in the tracepoints to userspace

2015-03-27 Thread Steven Rostedt
From: "Steven Rostedt (Red Hat)" The tracepoints that use __print_symbolic() use enums as the value to convert to strings. Unfortunately, the format files for these tracepoints show the enum name and not their value. This causes some userspace tools not to know how to convert __print_symbolic() t