Home
last modified time | relevance | path

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

/freebsd/contrib/processor-trace/libipt/internal/include/
H A Dpt_mapped_section.h93 static inline uint64_t pt_msec_begin(const struct pt_mapped_section *msec) in pt_msec_begin() function
182 mbegin = pt_msec_begin(msec); in pt_msec_read()
/freebsd/contrib/processor-trace/libipt/src/
H A Dpt_image.c198 lbegin = pt_msec_begin(msec); in pt_image_add()
294 begin = pt_msec_begin(msec); in pt_image_remove()
511 begin = pt_msec_begin(msec); in pt_image_check_msec()
699 begin = pt_msec_begin(usec); in pt_image_validate()
H A Dpt_block_decoder.c1691 begin = pt_msec_begin(msec); in pt_blk_is_in_section()
/freebsd/contrib/processor-trace/libipt/test/src/
H A Dptunit-mapped_section.c44 begin = pt_msec_begin(&msec); in begin()