Lines Matching defs:opt
403 static int record__aio_parse(const struct option *opt,
407 struct record_opts *opts = (struct record_opts *)opt->value;
449 static int record__mmap_flush_parse(const struct option *opt,
454 struct record_opts *opts = (struct record_opts *)opt->value;
486 static int record__parse_comp_level(const struct option *opt, const char *str, int unset)
488 struct record_opts *opts = opt->value;
2109 int record_parse_callchain_opt(const struct option *opt,
2113 return record_opts__parse_callchain(opt->value, &callchain_param, arg, unset);
2116 int record_callchain_opt(const struct option *opt,
2120 struct callchain_param *callchain = opt->value;
2162 static int record__parse_affinity(const struct option *opt, const char *str, int unset)
2164 struct record_opts *opts = (struct record_opts *)opt->value;
2177 static int parse_output_max_size(const struct option *opt,
2180 unsigned long *s = (unsigned long *)opt->value;
2204 static int record__parse_mmap_pages(const struct option *opt,
2208 struct record_opts *opts = opt->value;
2247 static int parse_control_option(const struct option *opt,
2251 struct record_opts *opts = opt->value;
2551 OPT_STRING(0, "clang-opt", &llvm_param.clang_opt, "clang options",
2617 set_nobuild('\0', "clang-opt", true);