Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/processor-trace/libipt/test/src/
HDptunit-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-13-stable/contrib/processor-trace/libipt/internal/include/
HDpt_tnt_cache.h62 extern int pt_tnt_cache_is_empty(const struct pt_tnt_cache *cache);
/freebsd-13-stable/contrib/processor-trace/libipt/src/
HDpt_tnt_cache.c43 int pt_tnt_cache_is_empty(const struct pt_tnt_cache *cache) in pt_tnt_cache_is_empty() function
HDpt_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()