Home
last modified time | relevance | path

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

/freebsd/contrib/processor-trace/libipt/internal/include/
H A Dpt_section.h249 extern uint64_t pt_section_size(const struct pt_section *section);
/freebsd/contrib/processor-trace/libipt/src/
H A Dpt_section.c358 uint64_t pt_section_size(const struct pt_section *section) in pt_section_size() function
457 ssize = pt_section_size(section); in pt_section_alloc_bcache()
H A Dpt_image_section_cache.c187 sec_size = pt_section_size(section); in pt_iscache_find_locked()
498 if (size != pt_section_size(sec)) in pt_iscache_find_section_locked()
541 size = pt_section_size(section); in pt_iscache_add()
H A Dpt_image.c165 size = pt_section_size(section); in pt_image_add()
/freebsd/contrib/processor-trace/libipt/test/src/
H A Dptunit-section.c179 size = pt_section_size(sfix->section); in create()
214 size = pt_section_size(sfix->section); in create_truncated()
245 size = pt_section_size(NULL); in size_null()
H A Dptunit-image_section_cache.c89 extern uint64_t pt_section_size(const struct pt_section *section);
476 uint64_t pt_section_size(const struct pt_section *section) in pt_section_size() function
H A Dptunit-image.c203 uint64_t pt_section_size(const struct pt_section *section) in pt_section_size() function