Lines Matching refs:unset
504 int unset) in record__aio_parse() argument
508 if (unset) { in record__aio_parse()
550 int unset) in record__mmap_flush_parse() argument
562 if (unset) in record__mmap_flush_parse()
585 static int record__parse_comp_level(const struct option *opt, const char *str, int unset) in record__parse_comp_level() argument
589 if (unset) { in record__parse_comp_level()
2868 const char *arg, bool unset) in record_opts__parse_callchain() argument
2871 callchain->enabled = !unset; in record_opts__parse_callchain()
2874 if (unset) { in record_opts__parse_callchain()
2893 int unset) in record_parse_callchain_opt() argument
2895 return record_opts__parse_callchain(opt->value, &callchain_param, arg, unset); in record_parse_callchain_opt()
2900 int unset __maybe_unused) in record_callchain_opt()
2951 static int record__parse_event_enable_time(const struct option *opt, const char *str, int unset) in record__parse_event_enable_time() argument
2955 return evlist__parse_event_enable_time(rec->evlist, &rec->opts, str, unset); in record__parse_event_enable_time()
2958 static int record__parse_affinity(const struct option *opt, const char *str, int unset) in record__parse_affinity() argument
2962 if (unset || !str) in record__parse_affinity()
3014 static int record__parse_threads(const struct option *opt, const char *str, int unset) in record__parse_threads() argument
3019 if (unset || !str || !strlen(str)) { in record__parse_threads()
3046 const char *str, int unset) in parse_output_max_size() argument
3058 if (unset) { in parse_output_max_size()
3074 int unset __maybe_unused) in record__parse_mmap_pages()
3121 int unset __maybe_unused) in parse_control_option()
3264 int unset __maybe_unused) in parse_record_synth_option()