Lines Matching refs:unset
408 int unset) in record__aio_parse() argument
412 if (unset) { in record__aio_parse()
454 int unset) in record__mmap_flush_parse() argument
466 if (unset) in record__mmap_flush_parse()
489 static int record__parse_comp_level(const struct option *opt, const char *str, int unset) in record__parse_comp_level() argument
493 if (unset) { in record__parse_comp_level()
2098 const char *arg, bool unset) in record_opts__parse_callchain() argument
2101 callchain->enabled = !unset; in record_opts__parse_callchain()
2104 if (unset) { in record_opts__parse_callchain()
2123 int unset) in record_parse_callchain_opt() argument
2125 return record_opts__parse_callchain(opt->value, &callchain_param, arg, unset); in record_parse_callchain_opt()
2130 int unset __maybe_unused) in record_callchain_opt()
2176 static int record__parse_affinity(const struct option *opt, const char *str, int unset) in record__parse_affinity() argument
2180 if (unset || !str) in record__parse_affinity()
2192 const char *str, int unset) in parse_output_max_size() argument
2204 if (unset) { in parse_output_max_size()
2220 int unset __maybe_unused) in record__parse_mmap_pages()
2263 int unset __maybe_unused) in parse_control_option()