Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Dintel-pt.c730 #define PTWRITE_MAGIC_LEN 16 macro
734 unsigned char buf[PTWRITE_MAGIC_LEN]; in intel_pt_emulated_ptwrite()
737 len = dso__data_read_offset(dso, machine, offset, buf, PTWRITE_MAGIC_LEN); in intel_pt_emulated_ptwrite()
738 if (len == PTWRITE_MAGIC_LEN && !memcmp(buf, PTWRITE_MAGIC, PTWRITE_MAGIC_LEN)) { in intel_pt_emulated_ptwrite()