Searched refs:match_insn_records (Results 1 – 1 of 1) sorted by relevance
47 static GHashTable *match_insn_records; variable58 if (!match_insn_records) { in get_insn_record()59 match_insn_records = g_hash_table_new(g_str_hash, g_str_equal); in get_insn_record()62 record = g_hash_table_lookup(match_insn_records, str_hash); in get_insn_record()72 g_hash_table_insert(match_insn_records, str_hash, record); in get_insn_record()231 g_hash_table_iter_init(&iter, match_insn_records); in plugin_exit()