Home
last modified time | relevance | path

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

/Linux-v5.4/tools/perf/arch/x86/util/
Dintel-pt.c41 void *ref_buf; member
864 zfree(&ptr->snapshot_refs[i].ref_buf); in intel_pt_free_snapshot_refs()
881 void *ref_buf; in intel_pt_alloc_snapshot_ref() local
883 ref_buf = zalloc(ref_buf_size); in intel_pt_alloc_snapshot_ref()
884 if (!ref_buf) in intel_pt_alloc_snapshot_ref()
887 ptr->snapshot_refs[idx].ref_buf = ref_buf; in intel_pt_alloc_snapshot_ref()
962 static bool intel_pt_compare_ref(void *ref_buf, size_t ref_offset, in intel_pt_compare_ref() argument
975 return intel_pt_compare_buffers(ref_buf, ref_size, data, ref_offset, in intel_pt_compare_ref()
979 static void intel_pt_copy_ref(void *ref_buf, size_t ref_size, size_t buf_size, in intel_pt_copy_ref() argument
983 memcpy(ref_buf, data + head - ref_size, ref_size); in intel_pt_copy_ref()
[all …]
Dintel-bts.c34 void *ref_buf; member
303 zfree(&btsr->snapshot_refs[i].ref_buf); in intel_bts_free_snapshot_refs()
/Linux-v5.4/drivers/staging/media/sunxi/cedrus/
Dcedrus_h264.c181 const struct vb2_v4l2_buffer *ref_buf; in _cedrus_write_ref_list() local
196 ref_buf = to_vb2_v4l2_buffer(cap_q->bufs[buf_idx]); in _cedrus_write_ref_list()
197 cedrus_buf = vb2_v4l2_to_cedrus_buffer(ref_buf); in _cedrus_write_ref_list()
201 if (ref_buf->field == V4L2_FIELD_BOTTOM) in _cedrus_write_ref_list()