Lines Matching refs:snapshot_refs
60 struct intel_pt_snapshot_ref *snapshot_refs; member
944 memcpy(refs, ptr->snapshot_refs, cnt * sz); in intel_pt_alloc_snapshot_refs()
946 ptr->snapshot_refs = refs; in intel_pt_alloc_snapshot_refs()
957 zfree(&ptr->snapshot_refs[i].ref_buf); in intel_pt_free_snapshot_refs()
958 zfree(&ptr->snapshot_refs); in intel_pt_free_snapshot_refs()
980 ptr->snapshot_refs[idx].ref_buf = ref_buf; in intel_pt_alloc_snapshot_ref()
981 ptr->snapshot_refs[idx].ref_offset = snapshot_buf_size - ref_buf_size; in intel_pt_alloc_snapshot_ref()
1088 struct intel_pt_snapshot_ref *ref = &ptr->snapshot_refs[idx]; in intel_pt_wrapped()
1141 if (!ptr->snapshot_refs[idx].ref_buf) { in intel_pt_find_snapshot()
1148 wrapped = ptr->snapshot_refs[idx].wrapped; in intel_pt_find_snapshot()
1150 ptr->snapshot_refs[idx].wrapped = true; in intel_pt_find_snapshot()