Searched refs:tep_set_local_bigendian (Results 1 – 6 of 6) sorted by relevance
/linux-6.1.9/tools/lib/traceevent/Documentation/ |
D | libtraceevent-host_endian.txt | 6 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);
|
D | libtraceevent.txt | 128 void *tep_set_local_bigendian*(struct tep_handle pass:[*]_tep_, enum tep_endian _endian_);
|
/linux-6.1.9/tools/perf/util/ |
D | trace-event.c | 51 tep_set_local_bigendian(pevent, be); in trace_event__init2()
|
D | trace-event-read.c | 428 tep_set_local_bigendian(pevent, host_bigendian); in trace_report()
|
/linux-6.1.9/tools/lib/traceevent/ |
D | event-parse-api.c | 299 void tep_set_local_bigendian(struct tep_handle *tep, enum tep_endian endian) in tep_set_local_bigendian() function
|
D | event-parse.h | 570 void tep_set_local_bigendian(struct tep_handle *tep, enum tep_endian endian);
|