Searched refs:pt_section_attach (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/processor-trace/libipt/test/src/ |
H A D | ptunit-section.c | 304 errcode = pt_section_attach(NULL, &iscache); in attach_null() 307 errcode = pt_section_attach(§ion, 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 D | ptunit-image_section_cache.c | 77 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 D | pt_section.h | 226 extern int pt_section_attach(struct pt_section *section,
|
/freebsd/contrib/processor-trace/libipt/src/ |
H A D | pt_image_section_cache.c | 572 errcode = pt_section_attach(section, iscache); in pt_iscache_add() 663 errcode = pt_section_attach(sec, iscache); in pt_iscache_add()
|
H A D | pt_section.c | 268 int pt_section_attach(struct pt_section *section, in pt_section_attach() function
|