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

/freebsd-12-stable/contrib/processor-trace/libipt/internal/include/
H A Dpt_section.h241 extern uint64_t pt_section_offset(const struct pt_section *section);
/freebsd-12-stable/contrib/processor-trace/libipt/src/
H A Dpt_image_section_cache.c182 sec_offset = pt_section_offset(section);
491 if (offset != pt_section_offset(sec))
536 offset = pt_section_offset(section);
H A Dpt_section.c424 uint64_t pt_section_offset(const struct pt_section *section) function
/freebsd-12-stable/contrib/processor-trace/libipt/test/src/
H A Dptunit-section.c174 offset = pt_section_offset(sfix->section);
205 offset = pt_section_offset(sfix->section);
263 offset = pt_section_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) function
H A Dptunit-image.c195 uint64_t pt_section_offset(const struct pt_section *section) function

Completed in 70 milliseconds