Home
last modified time | relevance | path

Searched refs:tep_is_bigendian (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.10/tools/lib/traceevent/Documentation/
Dlibtraceevent-host_endian.txt6 tep_is_bigendian, tep_is_local_bigendian, tep_set_local_bigendian - Get / set
20 int *tep_is_bigendian*(void);
61 if (tep_is_bigendian())
Dlibtraceevent.txt123 int *tep_is_bigendian*(void);
/Linux-v5.10/tools/perf/util/
Dtrace-event.c42 int be = tep_is_bigendian(); in trace_event__init2()
/Linux-v5.10/tools/lib/traceevent/
Devent-parse.h419 static inline int tep_is_bigendian(void) in tep_is_bigendian() function
Devent-parse.c7454 tep->host_bigendian = tep_is_bigendian(); in tep_alloc()