Lines Matching refs:data
1053 void *data, size_t head)
1064 return intel_pt_compare_buffers(ref_buf, ref_size, data, ref_offset,
1069 void *data, size_t head)
1072 memcpy(ref_buf, data + head - ref_size, ref_size);
1074 memcpy(ref_buf, data, head);
1076 memcpy(ref_buf + head, data + buf_size - ref_size, ref_size);
1081 struct auxtrace_mmap *mm, unsigned char *data,
1089 data, head);
1092 data, head);
1097 static bool intel_pt_first_wrap(u64 *data, size_t buf_size)
1107 if (data[i])
1115 struct auxtrace_mmap *mm, unsigned char *data,
1142 wrapped = intel_pt_wrapped(ptr, idx, mm, data, *head);
1145 if (!wrapped && intel_pt_first_wrap((u64 *)data, mm->len)) {