Home
last modified time | relevance | path

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

/openbmc/qemu/contrib/plugins/
H A Dexeclog.c38 static GArray *amatches; variable
180 bool skip = (imatches || amatches); in vcpu_tb_trans()
217 if (skip && amatches) { in vcpu_tb_trans()
219 for (j = 0; j < amatches->len && skip; j++) { in vcpu_tb_trans()
220 uint64_t v = g_array_index(amatches, uint64_t, j); in vcpu_tb_trans()
286 skip = (imatches || amatches); in vcpu_tb_trans()
424 if (!amatches) { in parse_vaddr_match()
425 amatches = g_array_new(false, true, sizeof(uint64_t)); in parse_vaddr_match()
427 g_array_append_val(amatches, v); in parse_vaddr_match()