process bit fields accordingly to endian of file

Big endian processes bit fields differently than little endian.
For big endian, the early bit fields are at the most significant
side, but for little endian, they are on the least significant
bits side.

Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
1 file changed
tree: 0b0dfaa960016fcb79a17a703b23cd334ff97b52
  1. Makefile
  2. parse-events.c
  3. parse-events.h
  4. trace-cmd.c
  5. trace-read.c