Fix: endianness of integers received by filter
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 26 Apr 2016 22:39:38 +0000 (18:39 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 26 Apr 2016 22:42:34 +0000 (18:42 -0400)
commit714c16c4a2f1d6e22b7d89a7abf496067ea24d20
tree2a89a27befb9b5bd497ffc481cbed24a6dc816bd
parent64165fb5cef94baf586b1a65ebede750116b47d9
Fix: endianness of integers received by filter

We need to byteswap integers passed to the filter when they are tagged
as being in an endianness which differs from the architecture
endianness, so the integer comparisons make sense in terms of value
rather than raw bytes for those fields.

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
include/lttng/ust-tracepoint-event.h
This page took 0.023733 seconds and 4 git commands to generate.