The tep_is_file_bigendian() function gets the endianness of the raw data,
being accessed by the tep handler. The tep argument is trace event parser
context.
The tep_set_file_bigendian() function sets the endianness of raw data being
accessed by the tep handler. The tep argument is trace event parser context.
The endian argument is the endianness:
TEP_LITTLE_ENDIAN - the raw data is in little endian format,
TEP_BIG_ENDIAN - the raw data is in big endian format.