Searched refs:pts_eos (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12-stable/contrib/processor-trace/libipt/test/src/ |
| D | ptunit-query.c | 495 ptu_int_eq(errcode, pts_ip_suppressed | pts_eos); in indir() 498 ptu_int_eq(errcode, pts_eos); in indir() 722 ptu_int_eq(errcode, pts_eos); in cond() 890 ptu_int_eq(errcode, pts_eos); in event_small_size() 914 ptu_int_eq(errcode, pts_eos); in event_big_size() 958 ptu_int_eq(errcode, pts_eos); in event_enabled() 1011 ptu_int_eq(errcode, pts_eos); in event_disabled() 1073 ptu_int_eq(errcode, pts_eos); in event_async_disabled() 1194 ptu_int_eq(errcode, pts_eos); in event_async_branch() 1267 ptu_int_eq(errcode, pts_eos); in event_paging() [all …]
|
| /freebsd-12-stable/contrib/processor-trace/libipt/src/ |
| D | pt_insn_decoder.c | 87 if ((status & pts_eos) && !decoder->process_event) in pt_insn_status() 88 flags |= pts_eos; in pt_insn_status() 1301 if (decoder->status & pts_eos) in pt_insn_next()
|
| D | pt_block_decoder.c | 69 if ((status & pts_eos) && !decoder->process_event) in pt_blk_status() 70 flags |= pts_eos; in pt_blk_status() 2588 if (decoder->status & pts_eos) in pt_blk_proceed()
|
| D | pt_query_decoder.c | 235 flags |= pts_eos; in pt_qry_status_flags()
|
| /freebsd-12-stable/contrib/processor-trace/libipt/include/ |
| D | intel-pt.h | 1073 pts_eos = 1 << 2 enumerator
|
| D | intel-pt.h.in | 1073 pts_eos = 1 << 2 enumerator 2147 * Returns pts_eos to indicate the end of the trace stream. Subsequent calls 2148 * to pt_insn_next() will continue to return pts_eos until trace is required 2427 * Returns pts_eos to indicate the end of the trace stream. Subsequent calls 2428 * to pt_block_next() will continue to return pts_eos until trace is required
|