Lines Matching defs:optarg
6510 void parse_cpu_command(char *optarg)
6515 if (!strcmp(optarg, "core")) {
6521 if (!strcmp(optarg, "package")) {
6537 next = optarg;
6587 fprintf(stderr, "\"--cpu %s\" malformed\n", optarg);
6624 parse_add_command(optarg);
6627 parse_cpu_command(optarg);
6634 bic_enabled = bic_enabled | bic_lookup(optarg, SHOW_LIST);
6645 bic_enabled &= ~bic_lookup(optarg, HIDE_LIST);
6653 double interval = strtod(optarg, NULL);
6674 outf = fopen_or_die(optarg, "w");
6680 num_iterations = strtod(optarg, NULL);
6688 header_iterations = strtod(optarg, NULL);
6702 bic_enabled = bic_lookup(optarg, SHOW_LIST);
6704 bic_enabled |= bic_lookup(optarg, SHOW_LIST);
6711 tj_max_override = atoi(optarg);