Lines Matching refs:unset
508 int unset) in record__aio_parse() argument
512 if (unset) { in record__aio_parse()
554 int unset) in record__mmap_flush_parse() argument
566 if (unset) in record__mmap_flush_parse()
589 static int record__parse_comp_level(const struct option *opt, const char *str, int unset) in record__parse_comp_level() argument
593 if (unset) { in record__parse_comp_level()
2870 const char *arg, bool unset) in record_opts__parse_callchain() argument
2873 callchain->enabled = !unset; in record_opts__parse_callchain()
2876 if (unset) { in record_opts__parse_callchain()
2895 int unset) in record_parse_callchain_opt() argument
2897 return record_opts__parse_callchain(opt->value, &callchain_param, arg, unset); in record_parse_callchain_opt()
2902 int unset __maybe_unused) in record_callchain_opt()
2953 static int record__parse_event_enable_time(const struct option *opt, const char *str, int unset) in record__parse_event_enable_time() argument
2957 return evlist__parse_event_enable_time(rec->evlist, &rec->opts, str, unset); in record__parse_event_enable_time()
2960 static int record__parse_affinity(const struct option *opt, const char *str, int unset) in record__parse_affinity() argument
2964 if (unset || !str) in record__parse_affinity()
3016 static int record__parse_threads(const struct option *opt, const char *str, int unset) in record__parse_threads() argument
3021 if (unset || !str || !strlen(str)) { in record__parse_threads()
3048 const char *str, int unset) in parse_output_max_size() argument
3060 if (unset) { in parse_output_max_size()
3076 int unset __maybe_unused) in record__parse_mmap_pages()
3123 int unset __maybe_unused) in parse_control_option()
3266 int unset __maybe_unused) in parse_record_synth_option()