Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/processor-trace/libipt/internal/include/
H A Dpt_section.h241 extern uint64_t pt_section_offset(const struct pt_section *section);
/freebsd-12.1/contrib/processor-trace/libipt/src/
H A Dpt_image_section_cache.c182 sec_offset = pt_section_offset(section); in pt_iscache_find_locked()
491 if (offset != pt_section_offset(sec)) in pt_iscache_find_section_locked()
536 offset = pt_section_offset(section); in pt_iscache_add()
H A Dpt_section.c424 uint64_t pt_section_offset(const struct pt_section *section) in pt_section_offset() function
/freebsd-12.1/contrib/processor-trace/libipt/test/src/
H A Dptunit-section.c174 offset = pt_section_offset(sfix->section); in create()
205 offset = pt_section_offset(sfix->section); in create_truncated()
263 offset = pt_section_offset(NULL); in offset_null()
H A Dptunit-image_section_cache.c88 extern uint64_t pt_section_offset(const struct pt_section *section);
466 uint64_t pt_section_offset(const struct pt_section *section) in pt_section_offset() function
H A Dptunit-image.c195 uint64_t pt_section_offset(const struct pt_section *section) in pt_section_offset() function