Lines Matching refs:unset
373 int unset) in record__aio_parse() argument
377 if (unset) { in record__aio_parse()
419 int unset) in record__mmap_flush_parse() argument
431 if (unset) in record__mmap_flush_parse()
454 static int record__parse_comp_level(const struct option *opt, const char *str, int unset) in record__parse_comp_level() argument
458 if (unset) { in record__parse_comp_level()
1751 const char *arg, bool unset) in record_opts__parse_callchain() argument
1754 callchain->enabled = !unset; in record_opts__parse_callchain()
1757 if (unset) { in record_opts__parse_callchain()
1776 int unset) in record_parse_callchain_opt() argument
1778 return record_opts__parse_callchain(opt->value, &callchain_param, arg, unset); in record_parse_callchain_opt()
1783 int unset __maybe_unused) in record_callchain_opt()
1882 static int parse_clockid(const struct option *opt, const char *str, int unset) in parse_clockid() argument
1888 if (unset) { in parse_clockid()
1924 static int record__parse_affinity(const struct option *opt, const char *str, int unset) in record__parse_affinity() argument
1928 if (unset || !str) in record__parse_affinity()
1941 int unset __maybe_unused) in record__parse_mmap_pages()