Lines Matching refs:unset
405 int unset) in record__aio_parse() argument
409 if (unset) { in record__aio_parse()
451 int unset) in record__mmap_flush_parse() argument
463 if (unset) in record__mmap_flush_parse()
486 static int record__parse_comp_level(const struct option *opt, const char *str, int unset) in record__parse_comp_level() argument
490 if (unset) { in record__parse_comp_level()
2086 const char *arg, bool unset) in record_opts__parse_callchain() argument
2089 callchain->enabled = !unset; in record_opts__parse_callchain()
2092 if (unset) { in record_opts__parse_callchain()
2111 int unset) in record_parse_callchain_opt() argument
2113 return record_opts__parse_callchain(opt->value, &callchain_param, arg, unset); in record_parse_callchain_opt()
2118 int unset __maybe_unused) in record_callchain_opt()
2162 static int record__parse_affinity(const struct option *opt, const char *str, int unset) in record__parse_affinity() argument
2166 if (unset || !str) in record__parse_affinity()
2178 const char *str, int unset) in parse_output_max_size() argument
2190 if (unset) { in parse_output_max_size()
2206 int unset __maybe_unused) in record__parse_mmap_pages()
2249 int unset __maybe_unused) in parse_control_option()