Lines Matching defs:optarg
2340 void parse_cpu_command(char *optarg)
2345 next = optarg;
2400 fprintf(stderr, "\"--cpu %s\" malformed\n", optarg);
2437 fact_bucket = atoi(optarg);
2443 tdp_level = atoi(optarg);
2449 sscanf(optarg, "0x%llx", &fact_trl);
2452 if (!strncmp(optarg, "sse", 3)) {
2454 } else if (!strncmp(optarg, "avx2", 4)) {
2456 } else if (!strncmp(optarg, "avx512", 6)) {
2465 current_clos = atoi(optarg);
2468 clos_desired = atoi(optarg);
2472 clos_epp = atoi(optarg);
2479 clos_min = atoi(optarg);
2483 clos_max = atoi(optarg);
2487 clos_priority_type = atoi(optarg);
2494 clos_prop_prio = atoi(optarg);
2732 parse_cpu_command(optarg);
2739 if (!strncmp(optarg, "json", 4))
2751 outf = fopen_or_exit(optarg, "w");
2754 ret = strtol(optarg, &ptr, 10);
2761 ret = strtol(optarg, &ptr, 10);