Lines Matching defs:optarg
2657 void parse_cpu_command(char *optarg)
2662 next = optarg;
2729 fprintf(stderr, "\"--cpu %s\" malformed\n", optarg);
2766 fact_bucket = atoi(optarg);
2772 tdp_level = atoi(optarg);
2778 sscanf(optarg, "0x%llx", &fact_trl);
2781 if (!strncmp(optarg, "sse", 3)) {
2783 } else if (!strncmp(optarg, "avx2", 4)) {
2785 } else if (!strncmp(optarg, "avx512", 6)) {
2794 current_clos = atoi(optarg);
2797 clos_desired = atoi(optarg);
2801 clos_epp = atoi(optarg);
2808 clos_min = atoi(optarg);
2812 clos_max = atoi(optarg);
2816 clos_priority_type = atoi(optarg);
2823 clos_prop_prio = atoi(optarg);
3088 parse_cpu_command(optarg);
3095 if (!strncmp(optarg, "json", 4))
3107 outf = fopen_or_exit(optarg, "w");
3110 ret = strtol(optarg, &ptr, 10);
3117 ret = strtol(optarg, &ptr, 10);
3133 ret = strtol(optarg, &ptr, 10);