Searched refs:prog_table (Results 1 – 1 of 1) sorted by relevance
67 static struct hashmap *prog_table; variable486 if (!hashmap__empty(prog_table)) { in print_prog_json()491 hashmap__for_each_key_entry(prog_table, entry, info->id) in print_prog_json()565 if (!hashmap__empty(prog_table)) { in print_prog_plain()568 hashmap__for_each_key_entry(prog_table, entry, info->id) in print_prog_plain()643 prog_table = hashmap__new(hash_fn_for_key_as_id, in do_show()645 if (IS_ERR(prog_table)) { in do_show()649 build_pinned_obj_table(prog_table, BPF_OBJ_PROG); in do_show()696 delete_pinned_obj_table(prog_table); in do_show()