Searched refs:PTWRITE_MAGIC_LEN (Results 1 – 1 of 1) sorted by relevance
730 #define PTWRITE_MAGIC_LEN 16 macro734 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()