Lines Matching refs:optarg
1337 void parse_cpu_command(char *optarg) in parse_cpu_command() argument
1342 next = optarg; in parse_cpu_command()
1397 fprintf(stderr, "\"--cpu %s\" malformed\n", optarg); in parse_cpu_command()
1430 fact_bucket = atoi(optarg); in parse_cmd_args()
1436 tdp_level = atoi(optarg); in parse_cmd_args()
1442 sscanf(optarg, "0x%llx", &fact_trl); in parse_cmd_args()
1445 if (!strncmp(optarg, "sse", 3)) { in parse_cmd_args()
1447 } else if (!strncmp(optarg, "avx2", 4)) { in parse_cmd_args()
1449 } else if (!strncmp(optarg, "avx512", 4)) { in parse_cmd_args()
1458 current_clos = atoi(optarg); in parse_cmd_args()
1461 clos_desired = atoi(optarg); in parse_cmd_args()
1464 clos_epp = atoi(optarg); in parse_cmd_args()
1467 clos_min = atoi(optarg); in parse_cmd_args()
1470 clos_max = atoi(optarg); in parse_cmd_args()
1473 clos_priority_type = atoi(optarg); in parse_cmd_args()
1476 clos_prop_prio = atoi(optarg); in parse_cmd_args()
1647 parse_cpu_command(optarg); in cmdline()
1654 if (!strncmp(optarg, "json", 4)) in cmdline()
1666 outf = fopen_or_exit(optarg, "w"); in cmdline()