Searched refs:ref_buf (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/tools/perf/arch/x86/util/ |
D | intel-pt.c | 49 void *ref_buf; member 775 zfree(&ptr->snapshot_refs[i].ref_buf); in intel_pt_free_snapshot_refs() 792 void *ref_buf; in intel_pt_alloc_snapshot_ref() local 794 ref_buf = zalloc(ref_buf_size); in intel_pt_alloc_snapshot_ref() 795 if (!ref_buf) in intel_pt_alloc_snapshot_ref() 798 ptr->snapshot_refs[idx].ref_buf = ref_buf; in intel_pt_alloc_snapshot_ref() 873 static bool intel_pt_compare_ref(void *ref_buf, size_t ref_offset, in intel_pt_compare_ref() argument 886 return intel_pt_compare_buffers(ref_buf, ref_size, data, ref_offset, in intel_pt_compare_ref() 890 static void intel_pt_copy_ref(void *ref_buf, size_t ref_size, size_t buf_size, in intel_pt_copy_ref() argument 894 memcpy(ref_buf, data + head - ref_size, ref_size); in intel_pt_copy_ref() [all …]
|
D | intel-bts.c | 42 void *ref_buf; member 309 zfree(&btsr->snapshot_refs[i].ref_buf); in intel_bts_free_snapshot_refs()
|