Home
last modified time | relevance | path

Searched refs:pt_msec_end (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/processor-trace/libipt/internal/include/
H A Dpt_mapped_section.h102 static inline uint64_t pt_msec_end(const struct pt_mapped_section *msec) in pt_msec_end() function
183 mend = pt_msec_end(msec); in pt_msec_read()
/freebsd/contrib/processor-trace/libipt/src/
H A Dpt_image.c199 lend = pt_msec_end(msec); in pt_image_add()
512 end = pt_msec_end(msec); in pt_image_check_msec()
700 end = pt_msec_end(usec); in pt_image_validate()
H A Dpt_block_decoder.c1692 end = pt_msec_end(msec); in pt_blk_is_in_section()
/freebsd/contrib/processor-trace/libipt/test/src/
H A Dptunit-mapped_section.c58 end = pt_msec_end(&msec); in end()