Home
last modified time | relevance | path

Searched refs:le64_to_cpu (Results 1 – 3 of 3) sorted by relevance

/tools/perf/util/intel-pt-decoder/
Dintel-pt-pkt-decoder.c33 #define le64_to_cpu bswap_64 macro
36 *(d) = le64_to_cpu(*(d)); \
41 #define le64_to_cpu macro
83 payload = le64_to_cpu(*(uint64_t *)buf); in intel_pt_get_long_tnt()
327 packet->payload = le64_to_cpu(*(uint64_t *)(buf + 1)); in intel_pt_get_ip()
/tools/perf/util/
Dintel-bts.c44 #define le64_to_cpu bswap_64 macro
46 #define le64_to_cpu macro
117 le64_to_cpu(branch->from), in intel_bts_dump()
118 le64_to_cpu(branch->to), in intel_bts_dump()
119 le64_to_cpu(branch->misc) & 0x10 ? in intel_bts_dump()
288 sample.ip = le64_to_cpu(branch->from); in intel_bts_synth_branch_sample()
291 sample.addr = le64_to_cpu(branch->to); in intel_bts_synth_branch_sample()
450 le64_to_cpu(branch->from), in intel_bts_process_buffer()
451 le64_to_cpu(branch->to), in intel_bts_process_buffer()
/tools/lguest/
Dlguest.c258 #define le64_to_cpu(v64) (v64) macro
3065 devices.device_num, le64_to_cpu(conf.capacity)); in setup_block_file()