Searched refs:pt_image_copy (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/processor-trace/libipt/test/src/ |
H A D | ptunit-image.c | 1532 status = pt_image_copy(&ifix->copy, &ifix->image); in copy_empty() 1551 status = pt_image_copy(&ifix->copy, &ifix->image); in copy() 1571 status = pt_image_copy(&ifix->image, &ifix->image); in copy_self() 1595 status = pt_image_copy(&ifix->copy, &ifix->image); in copy_shrink() 1633 status = pt_image_copy(&ifix->copy, &ifix->image); in copy_split() 1686 status = pt_image_copy(&ifix->copy, &ifix->image); in copy_merge() 1725 status = pt_image_copy(&ifix->copy, &ifix->image); in copy_overlap() 1779 status = pt_image_copy(&ifix->copy, &ifix->image); in copy_replace()
|
/freebsd/contrib/processor-trace/libipt/src/ |
H A D | pt_image.c | 341 int pt_image_copy(struct pt_image *image, const struct pt_image *src) in pt_image_copy() function
|
/freebsd/contrib/processor-trace/libipt/include/ |
H A D | intel-pt.h | 1844 extern pt_export int pt_image_copy(struct pt_image *image,
|
H A D | intel-pt.h.in | 1844 extern pt_export int pt_image_copy(struct pt_image *image,
|