Home
last modified time | relevance | path

Searched refs:pt_section_detach (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/processor-trace/libipt/test/src/
H A Dptunit-section.c322 errcode = pt_section_detach(NULL, &iscache); in detach_null()
325 errcode = pt_section_detach(&section, NULL); in detach_null()
328 errcode = pt_section_detach(NULL, NULL); in detach_null()
555 errcode = pt_section_detach(sfix->section, &iscache); in attach_detach()
558 errcode = pt_section_detach(sfix->section, &iscache); in attach_detach()
586 errcode = pt_section_detach(sfix->section, &iscache); in attach_bad_iscache()
609 errcode = pt_section_detach(sfix->section, &bad); in detach_bad_iscache()
612 errcode = pt_section_detach(sfix->section, &iscache); in detach_bad_iscache()
675 errcode = pt_section_detach(sfix->section, &iscache); in attach_map()
701 errcode = pt_section_detach(sfix->section, &iscache); in attach_bad_map()
[all …]
H A Dptunit-image_section_cache.c79 extern int pt_section_detach(struct pt_section *section,
307 int pt_section_detach(struct pt_section *section, in pt_section_detach() function
/freebsd/contrib/processor-trace/libipt/src/
H A Dpt_image_section_cache.c626 errcode = pt_section_detach(section, iscache); in pt_iscache_add()
657 errcode = pt_section_detach(section, iscache); in pt_iscache_add()
745 (void) pt_section_detach(section, iscache); in pt_iscache_add()
856 errcode = pt_section_detach(section, iscache); in pt_iscache_clear()
H A Dpt_section.c314 int pt_section_detach(struct pt_section *section, in pt_section_detach() function
/freebsd/contrib/processor-trace/libipt/internal/include/
H A Dpt_section.h239 extern int pt_section_detach(struct pt_section *section,