Home
last modified time | relevance | path

Searched refs:pt_section_offset (Results 1 – 6 of 6) sorted by relevance

/freebsd-14-stable/contrib/processor-trace/libipt/internal/include/
HDpt_section.h246 extern uint64_t pt_section_offset(const struct pt_section *section);
/freebsd-14-stable/contrib/processor-trace/libipt/src/
HDpt_image_section_cache.c186 sec_offset = pt_section_offset(section); in pt_iscache_find_locked()
495 if (offset != pt_section_offset(sec)) in pt_iscache_find_section_locked()
540 offset = pt_section_offset(section); in pt_iscache_add()
HDpt_section.c435 uint64_t pt_section_offset(const struct pt_section *section) in pt_section_offset() function
/freebsd-14-stable/contrib/processor-trace/libipt/test/src/
HDptunit-section.c176 offset = pt_section_offset(sfix->section); in create()
211 offset = pt_section_offset(sfix->section); in create_truncated()
272 offset = pt_section_offset(NULL); in offset_null()
HDptunit-image_section_cache.c88 extern uint64_t pt_section_offset(const struct pt_section *section);
468 uint64_t pt_section_offset(const struct pt_section *section) in pt_section_offset() function
HDptunit-image.c195 uint64_t pt_section_offset(const struct pt_section *section) in pt_section_offset() function