Searched refs:ref_buf (Results 1 – 2 of 2) sorted by relevance
43 void *ref_buf; member959 zfree(&ptr->snapshot_refs[i].ref_buf); in intel_pt_free_snapshot_refs()976 void *ref_buf; in intel_pt_alloc_snapshot_ref() local978 ref_buf = zalloc(ref_buf_size); in intel_pt_alloc_snapshot_ref()979 if (!ref_buf) in intel_pt_alloc_snapshot_ref()982 ptr->snapshot_refs[idx].ref_buf = ref_buf; in intel_pt_alloc_snapshot_ref()1078 memcpy(ref_buf, data + head - ref_size, ref_size); in intel_pt_copy_ref()1080 memcpy(ref_buf, data, head); in intel_pt_copy_ref()1082 memcpy(ref_buf + head, data + buf_size - ref_size, ref_size); in intel_pt_copy_ref()1093 wrapped = intel_pt_compare_ref(ref->ref_buf, ref->ref_offset, in intel_pt_wrapped()[all …]
34 void *ref_buf; member308 zfree(&btsr->snapshot_refs[i].ref_buf); in intel_bts_free_snapshot_refs()
Completed in 11 milliseconds