Home
last modified time | relevance | path

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

/linux-6.1.9/tools/lib/traceevent/Documentation/
Dlibtraceevent-file_endian.txt6 tep_is_file_bigendian, tep_set_file_bigendian - Get / set the endianness of the
20 bool *tep_is_file_bigendian*(struct tep_handle pass:[*]_tep_);
53 if (tep_is_file_bigendian(tep)) {
Dlibtraceevent.txt125 bool *tep_is_file_bigendian*(struct tep_handle pass:[*]_tep_);
/linux-6.1.9/tools/lib/traceevent/
Devent-parse-api.c258 bool tep_is_file_bigendian(struct tep_handle *tep) in tep_is_file_bigendian() function
Devent-parse.h567 bool tep_is_file_bigendian(struct tep_handle *tep);
/linux-6.1.9/tools/lib/traceevent/plugins/
Dplugin_kvm.c396 if (tep_is_file_bigendian(event->tep) == in kvm_mmu_print_role()