Searched refs:pt_section_size (Results 1 - 7 of 7) sorted by relevance

/freebsd-12-stable/contrib/processor-trace/libipt/internal/include/
H A Dpt_section.h244 extern uint64_t pt_section_size(const struct pt_section *section);
/freebsd-12-stable/contrib/processor-trace/libipt/src/
H A Dpt_image_section_cache.c183 sec_size = pt_section_size(section);
494 if (size != pt_section_size(sec))
537 size = pt_section_size(section);
H A Dpt_section.c347 uint64_t pt_section_size(const struct pt_section *section) function
446 ssize = pt_section_size(section);
H A Dpt_image.c161 size = pt_section_size(section);
/freebsd-12-stable/contrib/processor-trace/libipt/test/src/
H A Dptunit-section.c177 size = pt_section_size(sfix->section);
208 size = pt_section_size(sfix->section);
236 size = pt_section_size(NULL);
H A Dptunit-image_section_cache.c89 extern uint64_t pt_section_size(const struct pt_section *section);
474 uint64_t pt_section_size(const struct pt_section *section) function
H A Dptunit-image.c203 uint64_t pt_section_size(const struct pt_section *section) function

Completed in 193 milliseconds