Home
last modified time | relevance | path

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

/freebsd/contrib/processor-trace/libipt/test/src/
H A Dptunit-tnt_cache.c66 status = pt_tnt_cache_is_empty(&tnt_cache); in is_empty_initial()
79 status = pt_tnt_cache_is_empty(&tnt_cache); in is_empty_no()
92 status = pt_tnt_cache_is_empty(&tnt_cache); in is_empty_yes()
102 status = pt_tnt_cache_is_empty(NULL); in is_empty_null()
/freebsd/contrib/processor-trace/libipt/internal/include/
H A Dpt_tnt_cache.h62 extern int pt_tnt_cache_is_empty(const struct pt_tnt_cache *cache);
/freebsd/contrib/processor-trace/libipt/src/
H A Dpt_tnt_cache.c43 int pt_tnt_cache_is_empty(const struct pt_tnt_cache *cache) in pt_tnt_cache_is_empty() function
H A Dpt_query_decoder.c230 if (pt_tnt_cache_is_empty(&decoder->tnt)) { in pt_qry_status_flags()
771 if (pt_tnt_cache_is_empty(&decoder->tnt)) { in pt_qry_cond_branch()
820 !pt_tnt_cache_is_empty(&decoder->tnt)) in pt_qry_indirect_branch()
883 if (!pt_tnt_cache_is_empty(&decoder->tnt)) in pt_qry_event()