Lines Matching defs:unset
503 int unset)
507 if (unset) {
549 int unset)
561 if (unset)
584 static int record__parse_comp_level(const struct option *opt, const char *str, int unset)
588 if (unset) {
2845 const char *arg, bool unset)
2848 callchain->enabled = !unset;
2851 if (unset) {
2870 int unset)
2872 return record_opts__parse_callchain(opt->value, &callchain_param, arg, unset);
2877 int unset __maybe_unused)
2928 static int record__parse_event_enable_time(const struct option *opt, const char *str, int unset)
2932 return evlist__parse_event_enable_time(rec->evlist, &rec->opts, str, unset);
2935 static int record__parse_affinity(const struct option *opt, const char *str, int unset)
2939 if (unset || !str)
2991 static int record__parse_threads(const struct option *opt, const char *str, int unset)
2996 if (unset || !str || !strlen(str)) {
3023 const char *str, int unset)
3035 if (unset) {
3051 int unset __maybe_unused)
3098 int unset __maybe_unused)
3241 int unset __maybe_unused)