Searched refs:prog_table (Results 1 – 1 of 1) sorted by relevance
64 static struct hashmap *prog_table; variable482 if (!hashmap__empty(prog_table)) { in print_prog_json()487 hashmap__for_each_key_entry(prog_table, entry, in print_prog_json()559 if (!hashmap__empty(prog_table)) { in print_prog_plain()562 hashmap__for_each_key_entry(prog_table, entry, in print_prog_plain()638 prog_table = hashmap__new(hash_fn_for_key_as_id, in do_show()640 if (IS_ERR(prog_table)) { in do_show()644 build_pinned_obj_table(prog_table, BPF_OBJ_PROG); in do_show()691 delete_pinned_obj_table(prog_table); in do_show()