Re: [PATCH 15/18 v3] SUNRPC: Export enums in tracepoints to user space

2015-04-07 Thread Trond Myklebust
Hi Steve, On Tue, Apr 7, 2015 at 12:40 PM, Steven Rostedt wrote: > > Trond, > > I had your old email that I Cc'd this patch to. I updated this in my > git repo for your current email (if this is your current email). Thanks! Yes the trond.mykleb...@primarydata.com address is the correct one. > -

Re: [PATCH 15/18 v3] SUNRPC: Export enums in tracepoints to user space

2015-04-07 Thread Steven Rostedt
Trond, I had your old email that I Cc'd this patch to. I updated this in my git repo for your current email (if this is your current email). -- Steve On Thu, 02 Apr 2015 21:38:17 -0400 Steven Rostedt wrote: > From: "Steven Rostedt (Red Hat)" > > The enums used in the tracepoints for __prin

[PATCH 15/18 v3] SUNRPC: Export enums in tracepoints to user space

2015-04-02 Thread Steven Rostedt
From: "Steven Rostedt (Red Hat)" The enums used in the tracepoints for __print_symbolic() have their names shown in the tracepoint format files. User space tools do not know how to convert those names into their values to be able to convert the binary data. Use TRACE_DEFINE_ENUM() to export the