Searched refs:pt_section_get (Results 1 - 8 of 8) sorted by relevance

/freebsd-13-stable/contrib/processor-trace/libipt/internal/include/
H A Dpt_section.h202 extern int pt_section_get(struct pt_section *section);
218 * Similar to pt_section_get() but sets @section->iscache to @iscache.
/freebsd-13-stable/contrib/processor-trace/libipt/src/
H A Dpt_image_section_cache.c568 errcode = pt_section_get(section);
647 errcode = pt_section_get(sec);
806 status = pt_section_get(*section);
966 errcode = pt_section_get(section);
H A Dpt_image.c73 errcode = pt_section_get(section);
678 errcode = pt_section_get(section);
H A Dpt_section.c179 int pt_section_get(struct pt_section *section) function
/freebsd-13-stable/contrib/processor-trace/libipt/test/src/
H A Dptunit-msec_cache.c36 int pt_section_get(struct pt_section *section) function
158 return pt_section_get(section);
H A Dptunit-section.c282 errcode = pt_section_get(NULL);
377 errcode = pt_section_get(sfix->section);
520 errcode = pt_section_get(sfix->section);
523 errcode = pt_section_get(sfix->section);
1020 errcode = pt_section_get(sfix->section);
1064 errcode = pt_section_get(sfix->section);
H A Dptunit-image_section_cache.c75 extern int pt_section_get(struct pt_section *section);
211 int pt_section_get(struct pt_section *section) function
H A Dptunit-image.c223 int pt_section_get(struct pt_section *section) function
276 return pt_section_get(*section);

Completed in 192 milliseconds