Re: [PATCH v3 1/5] tracing: add __print_flags_u64()

2016-12-01 Thread Steven Rostedt
On Thu, 1 Dec 2016 09:37:47 -0700 Ross Zwisler wrote: > Add __print_flags_u64() and the helper trace_print_flags_seq_u64() in the > same spirit as __print_symbolic_u64() and trace_print_symbols_seq_u64(). > These functions allow us to print symbols associated with

Re: [PATCH v3 1/5] tracing: add __print_flags_u64()

2016-12-01 Thread Steven Rostedt
On Thu, 1 Dec 2016 09:37:47 -0700 Ross Zwisler wrote: > Add __print_flags_u64() and the helper trace_print_flags_seq_u64() in the > same spirit as __print_symbolic_u64() and trace_print_symbols_seq_u64(). > These functions allow us to print symbols associated with flags that are 64 > bits wide

[PATCH v3 1/5] tracing: add __print_flags_u64()

2016-12-01 Thread Ross Zwisler
Add __print_flags_u64() and the helper trace_print_flags_seq_u64() in the same spirit as __print_symbolic_u64() and trace_print_symbols_seq_u64(). These functions allow us to print symbols associated with flags that are 64 bits wide even on 32 bit machines. These will be used by the DAX code so

[PATCH v3 1/5] tracing: add __print_flags_u64()

2016-12-01 Thread Ross Zwisler
Add __print_flags_u64() and the helper trace_print_flags_seq_u64() in the same spirit as __print_symbolic_u64() and trace_print_symbols_seq_u64(). These functions allow us to print symbols associated with flags that are 64 bits wide even on 32 bit machines. These will be used by the DAX code so