Home
last modified time | relevance | path

Searched refs:unset (Results 1 – 25 of 99) sorted by relevance

1234

/linux/tools/perf/util/
H A Dparse-regs-options.c13 __parse_regs(const struct option *opt, const char *str, int unset, bool intr) in __parse_regs() argument
21 if (unset) in __parse_regs()
86 parse_user_regs(const struct option *opt, const char *str, int unset) in parse_user_regs() argument
88 return __parse_regs(opt, str, unset, false); in parse_user_regs()
92 parse_intr_regs(const struct option *opt, const char *str, int unset) in parse_intr_regs() argument
94 return __parse_regs(opt, str, unset, true); in parse_intr_regs()
H A Dparse-regs-options.h5 int parse_user_regs(const struct option *opt, const char *str, int unset);
6 int parse_intr_regs(const struct option *opt, const char *str, int unset);
H A Dpfm.h15 int unset);
25 int unset __maybe_unused) in parse_libpfm_events_option()
H A Dparse-events.h30 int parse_events_option(const struct option *opt, const char *str, int unset);
31 int parse_events_option_new_evlist(const struct option *opt, const char *str, int unset);
47 int parse_filter(const struct option *opt, const char *str, int unset);
49 int exclude_perf(const struct option *opt, const char *arg, int unset);
H A Dclockid.c68 int parse_clockid(const struct option *opt, const char *str, int unset) in parse_clockid() argument
74 if (unset) { in parse_clockid()
H A Dparse-branch-options.c99 parse_branch_stack(const struct option *opt, const char *str, int unset) in parse_branch_stack() argument
103 if (unset) in parse_branch_stack()
H A Dcallchain.h243 int record_parse_callchain_opt(const struct option *opt, const char *arg, int unset);
244 int record_callchain_opt(const struct option *opt, const char *arg, int unset);
250 const char *arg, bool unset);
H A Dparse-branch-options.h5 int parse_branch_stack(const struct option *opt, const char *str, int unset);
H A Dclockid.h7 int parse_clockid(const struct option *opt, const char *str, int unset);
H A Diostat.h35 int unset __maybe_unused);
H A Diostat.c15 int unset __maybe_unused) in iostat_parse()
H A Dcgroup.h35 int parse_cgroups(const struct option *opt, const char *str, int unset);
H A Drecord.h89 int record__parse_freq(const struct option *opt, const char *str, int unset);
/linux/tools/lib/subcmd/
H A Dparse-options.c73 const int unset = flags & OPT_UNSET; in get_value() local
76 if (unset && p->opt) in get_value()
78 if (unset && (opt->flags & PARSE_OPT_NONEG)) in get_value()
147 if (unset) in get_value()
187 if (unset) in get_value()
194 *(bool *)opt->value = unset ? false : true; in get_value()
200 *(int *)opt->value = unset ? 0 : *(int *)opt->value + 1; in get_value()
204 *(unsigned int *)opt->value = unset ? 0 : opt->defval; in get_value()
208 *(void **)opt->value = unset ? NULL : (void *)opt->defval; in get_value()
213 if (unset) in get_value()
[all …]
/linux/Documentation/ABI/stable/
H A Dprocfs-audit_loginuid9 decimal unsigned int (%u, u32). If it is unset,
14 cannot be unset if AUDIT_FEATURE_ONLY_UNSET_LOGINUID is
/linux/Documentation/devicetree/bindings/spi/
H A Dspi-lantiq-ssc.txt19 - num-cs: see spi-bus.txt, set to 8 if unset
20 - base-cs: the number of the first chip select, set to 1 if unset.
/linux/tools/perf/
H A Dbuiltin-ftrace.c1549 const char *str, int unset) in opt_list_avail_functions() argument
1555 if (unset || !str) in opt_list_avail_functions()
1581 int unset __maybe_unused) in parse_filter_func()
1607 int unset __maybe_unused) in parse_filter_event()
1634 const char *str, int unset) in parse_buffer_size() argument
1646 if (unset) { in parse_buffer_size()
1665 const char *str, int unset) in parse_func_tracer_opts() argument
1675 if (unset) in parse_func_tracer_opts()
1686 const char *str, int unset) in parse_graph_tracer_opts() argument
1704 if (unset) in parse_graph_tracer_opts()
[all …]
H A Dbuiltin-record.c522 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()
2994 const char *arg, bool unset) in record_opts__parse_callchain() argument
2997 callchain->enabled = !unset; in record_opts__parse_callchain()
3000 if (unset) { in record_opts__parse_callchain()
3019 int unset) in record_parse_callchain_opt() argument
[all …]
H A Dbuiltin-mem.c50 const char *str, int unset __maybe_unused) in parse_record_events()
420 parse_mem_ops(const struct option *opt, const char *str, int unset) in parse_mem_ops() argument
427 if (unset) in parse_mem_ops()
H A Dbuiltin-report.c1181 report_parse_callchain_opt(const struct option *opt, const char *arg, int unset) in report_parse_callchain_opt() argument
1185 callchain->enabled = !unset; in report_parse_callchain_opt()
1189 if (unset) { in report_parse_callchain_opt()
1200 int unset __maybe_unused) in parse_time_quantum()
1236 const char *arg, int unset __maybe_unused) in report_parse_ignore_callees_opt()
1254 const char *str __maybe_unused, int unset) in parse_branch_mode() argument
1258 *branch_mode = !unset; in parse_branch_mode()
1264 int unset __maybe_unused) in parse_percent_limit()
H A Dbuiltin-stat.c1162 const char *s __maybe_unused, int unset) in stat__set_big_num() argument
1164 big_num_opt = unset ? 0 : 1; in stat__set_big_num()
1165 perf_stat__set_big_num(!unset); in stat__set_big_num()
1170 const char *s __maybe_unused, int unset) in enable_metric_only() argument
1173 stat_config.metric_only = !unset; in enable_metric_only()
1179 int unset __maybe_unused) in append_metric_groups()
1198 int unset __maybe_unused) in parse_control_option()
1206 const char *str, int unset) in parse_stat_cgroups() argument
1213 return parse_cgroups(opt, str, unset); in parse_stat_cgroups()
1218 int unset __maybe_unused) in parse_cputype()
[all …]
/linux/drivers/pinctrl/bcm/
H A Dpinctrl-ns.c166 u32 unset = 0; in ns_pinctrl_set_mux() local
175 unset |= BIT(group->grp.pins[i]); in ns_pinctrl_set_mux()
178 tmp &= ~unset; in ns_pinctrl_set_mux()
/linux/tools/perf/ui/
H A Dui.h32 int stdio__config_color(const struct option *opt, const char *mode, int unset);
/linux/rust/kernel/mm/
H A Dvirt.rs245 unsafe fn update_flags(&self, set: vm_flags_t, unset: vm_flags_t) { in update_flags()
248 flags &= !unset; in update_flags()
/linux/tools/objtool/
H A Dbuiltin-check.c35 static int parse_dump(const struct option *opt, const char *str, int unset) in parse_dump() argument
45 static int parse_hacks(const struct option *opt, const char *str, int unset) in parse_hacks() argument

1234