Fix: endianness of integers received by filter
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 26 Apr 2016 22:41:04 +0000 (18:41 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 26 Apr 2016 22:42:14 +0000 (18:42 -0400)
commitbf1a91796a6809bac0c4dbd51d8eda0c75a14f23
treeb16d1330dde16805e4c2b3ec755c137199b7c491
parent70f6fc80a2d5e4980ae443dd44921322cd6162d1
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>
probes/lttng-tracepoint-event-impl.h
This page took 0.026607 seconds and 5 git commands to generate.