Searched refs:prog_table (Results 1 – 1 of 1) sorted by relevance
66 static struct hashmap *prog_table; variable485 if (!hashmap__empty(prog_table)) { in print_prog_json()490 hashmap__for_each_key_entry(prog_table, entry, info->id) in print_prog_json()564 if (!hashmap__empty(prog_table)) { in print_prog_plain()567 hashmap__for_each_key_entry(prog_table, entry, info->id) in print_prog_plain()642 prog_table = hashmap__new(hash_fn_for_key_as_id, in do_show()644 if (IS_ERR(prog_table)) { in do_show()648 build_pinned_obj_table(prog_table, BPF_OBJ_PROG); in do_show()695 delete_pinned_obj_table(prog_table); in do_show()