Home
last modified time | relevance | path

Searched refs:host_bigendian (Results 1 – 4 of 4) sorted by relevance

/linux-6.1.9/tools/lib/traceevent/
Devent-parse-api.c99 if (!tep || tep->host_bigendian == tep->file_bigendian) in data2host2()
112 if (!tep || tep->host_bigendian == tep->file_bigendian) in data2host4()
128 if (!tep || tep->host_bigendian == tep->file_bigendian) in data2host8()
288 return (tep->host_bigendian == TEP_BIG_ENDIAN); in tep_is_local_bigendian()
302 tep->host_bigendian = endian; in tep_set_local_bigendian()
Devent-parse-local.h32 enum tep_endian host_bigendian; member
Devent-parse.c7475 tep->host_bigendian = tep_is_bigendian(); in tep_alloc()
/linux-6.1.9/tools/perf/util/
Dtrace-event-read.c383 int host_bigendian; in trace_report() local
417 host_bigendian = bigendian(); in trace_report()
428 tep_set_local_bigendian(pevent, host_bigendian); in trace_report()