Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/processor-trace/libipt/internal/include/
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-12-stable/contrib/processor-trace/libipt/src/
Dpt_image.c194 lbegin = pt_msec_begin(msec); in pt_image_add()
290 begin = pt_msec_begin(msec); in pt_image_remove()
506 begin = pt_msec_begin(msec); in pt_image_check_msec()
694 begin = pt_msec_begin(usec); in pt_image_validate()
Dpt_block_decoder.c1688 begin = pt_msec_begin(msec); in pt_blk_is_in_section()
/freebsd-12-stable/contrib/processor-trace/libipt/test/src/
Dptunit-mapped_section.c44 begin = pt_msec_begin(&msec); in begin()