Lines Matching refs:unset

522 			     int unset)  in record__aio_parse()  argument
526 if (unset) { in record__aio_parse()
568 int unset) in record__mmap_flush_parse() argument
580 if (unset) in record__mmap_flush_parse()
603 static int record__parse_comp_level(const struct option *opt, const char *str, int unset) in record__parse_comp_level() argument
607 if (unset) { in record__parse_comp_level()
2958 const char *arg, bool unset) in record_opts__parse_callchain() argument
2961 callchain->enabled = !unset; in record_opts__parse_callchain()
2964 if (unset) { in record_opts__parse_callchain()
2983 int unset) in record_parse_callchain_opt() argument
2985 return record_opts__parse_callchain(opt->value, &callchain_param, arg, unset); in record_parse_callchain_opt()
2990 int unset __maybe_unused) in record_callchain_opt()
3043 static int record__parse_event_enable_time(const struct option *opt, const char *str, int unset) in record__parse_event_enable_time() argument
3047 return evlist__parse_event_enable_time(rec->evlist, &rec->opts, str, unset); in record__parse_event_enable_time()
3050 static int record__parse_affinity(const struct option *opt, const char *str, int unset) in record__parse_affinity() argument
3054 if (unset || !str) in record__parse_affinity()
3106 static int record__parse_threads(const struct option *opt, const char *str, int unset) in record__parse_threads() argument
3111 if (unset || !str || !strlen(str)) { in record__parse_threads()
3138 const char *str, int unset) in parse_output_max_size() argument
3150 if (unset) { in parse_output_max_size()
3166 int unset __maybe_unused) in record__parse_mmap_pages()
3209 int unset __maybe_unused) in record__parse_off_cpu_thresh()
3235 int unset __maybe_unused) in parse_control_option()
3378 int unset __maybe_unused) in parse_record_synth_option()