Lines Matching refs:root_id
1098 } else if (is_prefix(*argv, "root_id")) {
1099 __u32 root_id;
1103 p_err("cannot use root_id with other type filtering");
1107 p_err("only %d root_id are supported", MAX_ROOT_IDS);
1113 root_id = strtoul(*argv, &end, 0);
1120 if (root_type_ids[i] == root_id) {
1122 p_err("duplicate root_id %u supplied", root_id);
1126 root_type_ids[root_type_cnt++] = root_id;
1541 " %1$s %2$s dump BTF_SRC [format FORMAT] [root_id ROOT_ID]\n"