Home
last modified time | relevance | path

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

/linux-6.1.9/tools/lib/traceevent/Documentation/
Dlibtraceevent-host_endian.txt6 tep_is_bigendian, tep_is_local_bigendian, tep_set_local_bigendian - Get / set
22 void *tep_set_local_bigendian*(struct tep_handle pass:[*]_tep_, enum tep_endian _endian_);
62 tep_set_local_bigendian(tep, TEP_BIG_ENDIAN);
64 tep_set_local_bigendian(tep, TEP_LITTLE_ENDIAN);
Dlibtraceevent.txt128 void *tep_set_local_bigendian*(struct tep_handle pass:[*]_tep_, enum tep_endian _endian_);
/linux-6.1.9/tools/perf/util/
Dtrace-event.c51 tep_set_local_bigendian(pevent, be); in trace_event__init2()
Dtrace-event-read.c428 tep_set_local_bigendian(pevent, host_bigendian); in trace_report()
/linux-6.1.9/tools/lib/traceevent/
Devent-parse-api.c299 void tep_set_local_bigendian(struct tep_handle *tep, enum tep_endian endian) in tep_set_local_bigendian() function
Devent-parse.h570 void tep_set_local_bigendian(struct tep_handle *tep, enum tep_endian endian);