Searched refs:host_is_bigendian (Results 1 - 6 of 6) sorted by relevance

/linux-master/tools/perf/util/
H A Dutil.h113 static inline bool host_is_bigendian(void) function
H A Dtrace-event-info.c74 if (host_is_bigendian())
572 if (host_is_bigendian())
H A Dtrace-event-read.c419 host_bigendian = host_is_bigendian() ? 1 : 0;
H A Devsel.c2301 if (host_is_bigendian()) {
/linux-master/tools/perf/tests/
H A Dsample-parsing.c120 return ((host_is_bigendian()) ?
H A Dcode-reading.c82 if (bytes_read > 1 && !host_is_bigendian()) {

Completed in 263 milliseconds