Searched refs:pmsec (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/processor-trace/libipt/src/ |
H A D | pt_msec_cache.c | 77 const struct pt_mapped_section **pmsec, in pt_msec_cache_read() argument 83 if (!cache || !pmsec) in pt_msec_cache_read() 93 *pmsec = msec; in pt_msec_cache_read() 100 const struct pt_mapped_section **pmsec, in pt_msec_cache_fill() argument 108 if (!cache || !pmsec) in pt_msec_cache_fill() 131 *pmsec = msec; in pt_msec_cache_fill()
|
H A D | pt_insn_decoder.c | 1262 const struct pt_mapped_section **pmsec) in pt_insn_msec_lookup() argument 1269 if (!decoder || !pmsec) in pt_insn_msec_lookup() 1276 isid = pt_msec_cache_read(scache, pmsec, image, ip); in pt_insn_msec_lookup() 1281 return pt_msec_cache_fill(scache, pmsec, image, in pt_insn_msec_lookup()
|
H A D | pt_block_decoder.c | 2469 const struct pt_mapped_section **pmsec) in pt_blk_msec_fill() argument 2475 if (!decoder || !pmsec) in pt_blk_msec_fill() 2487 *pmsec = msec; in pt_blk_msec_fill() 2497 const struct pt_mapped_section **pmsec) in pt_blk_msec_lookup() argument 2504 isid = pt_msec_cache_read(&decoder->scache, pmsec, decoder->image, in pt_blk_msec_lookup() 2510 return pt_blk_msec_fill(decoder, pmsec); in pt_blk_msec_lookup()
|
/freebsd/contrib/processor-trace/libipt/internal/include/ |
H A D | pt_msec_cache.h | 76 const struct pt_mapped_section **pmsec, 91 const struct pt_mapped_section **pmsec,
|