Lines Matching refs:unset

503 			     int unset)  in record__aio_parse()  argument
507 if (unset) { in record__aio_parse()
549 int unset) in record__mmap_flush_parse() argument
561 if (unset) in record__mmap_flush_parse()
584 static int record__parse_comp_level(const struct option *opt, const char *str, int unset) in record__parse_comp_level() argument
588 if (unset) { in record__parse_comp_level()
2866 const char *arg, bool unset) in record_opts__parse_callchain() argument
2869 callchain->enabled = !unset; in record_opts__parse_callchain()
2872 if (unset) { in record_opts__parse_callchain()
2891 int unset) in record_parse_callchain_opt() argument
2893 return record_opts__parse_callchain(opt->value, &callchain_param, arg, unset); in record_parse_callchain_opt()
2898 int unset __maybe_unused) in record_callchain_opt()
2949 static int record__parse_event_enable_time(const struct option *opt, const char *str, int unset) in record__parse_event_enable_time() argument
2953 return evlist__parse_event_enable_time(rec->evlist, &rec->opts, str, unset); in record__parse_event_enable_time()
2956 static int record__parse_affinity(const struct option *opt, const char *str, int unset) in record__parse_affinity() argument
2960 if (unset || !str) in record__parse_affinity()
3012 static int record__parse_threads(const struct option *opt, const char *str, int unset) in record__parse_threads() argument
3017 if (unset || !str || !strlen(str)) { in record__parse_threads()
3044 const char *str, int unset) in parse_output_max_size() argument
3056 if (unset) { in parse_output_max_size()
3072 int unset __maybe_unused) in record__parse_mmap_pages()
3119 int unset __maybe_unused) in parse_control_option()
3262 int unset __maybe_unused) in parse_record_synth_option()