Home
last modified time | relevance | path

Searched refs:bigendian (Results 1 – 6 of 6) sorted by relevance

/tools/perf/util/
Dtrace-event-info.c33 int bigendian(void) in bigendian() function
74 if (bigendian()) in record_file()
471 if (bigendian()) in tracing_data_header()
Dtrace-event.h30 int bigendian(void);
Dtrace-event-read.c417 host_bigendian = bigendian(); in trace_report()
/tools/lib/traceevent/Documentation/
Dlibtraceevent-file_endian.txt40 The _tep_is_file_bigendian()_ function returns true if the data is in bigendian
Dlibtraceevent-host_endian.txt67 printf("This machine you are running on is bigendian\n");
/tools/perf/tests/
Dcode-reading.c82 if (bytes_read > 1 && !bigendian()) { in read_objdump_chunk()