Home
last modified time | relevance | path

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

/src/contrib/processor-trace/libipt/internal/include/
H A Dpt_section.h246 extern uint64_t pt_section_offset(const struct pt_section *section);
/src/contrib/processor-trace/libipt/src/
H A Dpt_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()
H A Dpt_section.c435 uint64_t pt_section_offset(const struct pt_section *section) in pt_section_offset() function
/src/contrib/processor-trace/libipt/test/src/
H A Dptunit-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()
H A Dptunit-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
H A Dptunit-image.c195 uint64_t pt_section_offset(const struct pt_section *section) in pt_section_offset() function