Searched refs:pt_image_add_cached (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/processor-trace/libipt/test/src/ |
H A D | ptunit-image.c | 1800 status = pt_image_add_cached(NULL, &iscache, 0, NULL); in add_cached_null() 1803 status = pt_image_add_cached(&image, NULL, 0, NULL); in add_cached_null() 1817 status = pt_image_add_cached(&ifix->image, &ifix->iscache, isid, in add_cached() 1841 status = pt_image_add_cached(&ifix->image, &ifix->iscache, isid, NULL); in add_cached_null_asid() 1864 status = pt_image_add_cached(&ifix->image, &ifix->iscache, isid, in add_cached_twice() 1868 status = pt_image_add_cached(&ifix->image, &ifix->iscache, isid, in add_cached_twice() 1889 status = pt_image_add_cached(&ifix->image, &ifix->iscache, 1, in add_cached_bad_isid()
|
/freebsd/contrib/processor-trace/libipt/src/ |
H A D | pt_image.c | 624 int pt_image_add_cached(struct pt_image *image, in pt_image_add_cached() function
|
/freebsd/contrib/processor-trace/libipt/include/ |
H A D | intel-pt.h | 1830 extern pt_export int pt_image_add_cached(struct pt_image *image,
|
H A D | intel-pt.h.in | 1830 extern pt_export int pt_image_add_cached(struct pt_image *image,
|