Searched refs:pt_retstack_pop (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/processor-trace/libipt/test/src/ |
H A D | ptunit-retstack.c | 72 status = pt_retstack_pop(&retstack, &ip); in query() 91 status = pt_retstack_pop(&retstack, &ip); in query_empty() 104 status = pt_retstack_pop(NULL, &ip); in query_null() 124 status = pt_retstack_pop(&retstack, NULL); in pop() 140 status = pt_retstack_pop(&retstack, NULL); in pop_empty() 150 status = pt_retstack_pop(NULL, NULL); in pop_null() 175 status = pt_retstack_pop(&retstack, &ip); in full() 203 status = pt_retstack_pop(&retstack, &ip); in overflow()
|
/freebsd/contrib/processor-trace/libipt/internal/include/ |
H A D | pt_retstack.h | 76 extern int pt_retstack_pop(struct pt_retstack *retstack, uint64_t *ip);
|
/freebsd/contrib/processor-trace/libipt/src/ |
H A D | pt_retstack.c | 51 int pt_retstack_pop(struct pt_retstack *retstack, uint64_t *ip) in pt_retstack_pop() function
|
H A D | pt_block_decoder.c | 598 errcode = pt_retstack_pop(&decoder->retstack, pip); in pt_blk_next_ip() 2435 return pt_retstack_pop(&decoder->retstack, &decoder->ip); in pt_blk_proceed_no_event_cached()
|
H A D | pt_insn_decoder.c | 580 return pt_retstack_pop(&decoder->retstack, in pt_insn_proceed()
|