Home
last modified time | relevance | path

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

/freebsd/contrib/processor-trace/libipt/test/src/
H A Dptunit-section.c304 errcode = pt_section_attach(NULL, &iscache); in attach_null()
307 errcode = pt_section_attach(&section, NULL); in attach_null()
310 errcode = pt_section_attach(NULL, NULL); in attach_null()
399 errcode = pt_section_attach(sfix->section, &iscache); in attach_overflow()
421 errcode = pt_section_attach(sfix->section, &iscache); in attach_bad_ucount()
549 errcode = pt_section_attach(sfix->section, &iscache); in attach_detach()
552 errcode = pt_section_attach(sfix->section, &iscache); in attach_detach()
580 errcode = pt_section_attach(sfix->section, &iscache); in attach_bad_iscache()
583 errcode = pt_section_attach(sfix->section, &bad); in attach_bad_iscache()
606 errcode = pt_section_attach(sfix->section, &iscache); in detach_bad_iscache()
[all …]
H A Dptunit-image_section_cache.c77 extern int pt_section_attach(struct pt_section *section,
262 int pt_section_attach(struct pt_section *section, in pt_section_attach() function
/freebsd/contrib/processor-trace/libipt/internal/include/
H A Dpt_section.h226 extern int pt_section_attach(struct pt_section *section,
/freebsd/contrib/processor-trace/libipt/src/
H A Dpt_image_section_cache.c572 errcode = pt_section_attach(section, iscache); in pt_iscache_add()
663 errcode = pt_section_attach(sec, iscache); in pt_iscache_add()
H A Dpt_section.c268 int pt_section_attach(struct pt_section *section, in pt_section_attach() function