Re: [PATCH] tools lib traceevent: Added support for __get_bitmask() macro

2014-05-16 Thread Jiri Olsa
On Thu, May 15, 2014 at 06:18:52PM -0400, Steven Rostedt wrote: > > Coming in v3.16, trace events will be able to save bitmasks in raw > format in the ring buffer and output it with the __get_bitmask() macro. > > In order for userspace tools to parse this, it must be able to handle > the

Re: [PATCH] tools lib traceevent: Added support for __get_bitmask() macro

2014-05-16 Thread Jiri Olsa
On Thu, May 15, 2014 at 06:18:52PM -0400, Steven Rostedt wrote: Coming in v3.16, trace events will be able to save bitmasks in raw format in the ring buffer and output it with the __get_bitmask() macro. In order for userspace tools to parse this, it must be able to handle the

[PATCH] tools lib traceevent: Added support for __get_bitmask() macro

2014-05-15 Thread Steven Rostedt
Coming in v3.16, trace events will be able to save bitmasks in raw format in the ring buffer and output it with the __get_bitmask() macro. In order for userspace tools to parse this, it must be able to handle the __get_bitmask() call and be able to convert the data that's in the ring buffer into

[PATCH] tools lib traceevent: Added support for __get_bitmask() macro

2014-05-15 Thread Steven Rostedt
Coming in v3.16, trace events will be able to save bitmasks in raw format in the ring buffer and output it with the __get_bitmask() macro. In order for userspace tools to parse this, it must be able to handle the __get_bitmask() call and be able to convert the data that's in the ring buffer into