| /linux/tools/perf/util/ |
| H A D | parse-regs-options.c | 53 __parse_regs(const struct option *opt, const char *str, int unset, bool intr) in __parse_regs() argument 60 if (unset) in __parse_regs() 115 parse_user_regs(const struct option *opt, const char *str, int unset) in parse_user_regs() argument 117 return __parse_regs(opt, str, unset, false); in parse_user_regs() 121 parse_intr_regs(const struct option *opt, const char *str, int unset) in parse_intr_regs() argument 123 return __parse_regs(opt, str, unset, true); in parse_intr_regs()
|
| H A D | parse-regs-options.h | 5 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 D | pfm.h | 15 int unset); 25 int unset __maybe_unused) in parse_libpfm_events_option()
|
| H A D | parse-events.h | 30 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 D | clockid.c | 68 int parse_clockid(const struct option *opt, const char *str, int unset) in parse_clockid() argument 74 if (unset) { in parse_clockid()
|
| H A D | parse-branch-options.c | 99 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 D | callchain.h | 244 const char *arg, bool unset);
|
| H A D | parse-branch-options.h | 5 int parse_branch_stack(const struct option *opt, const char *str, int unset);
|
| H A D | clockid.h | 8 int parse_clockid(const struct option *opt, const char *str, int unset);
|
| H A D | iostat.h | 35 int unset __maybe_unused);
|
| H A D | iostat.c | 15 int unset __maybe_unused) in iostat_parse()
|
| H A D | cgroup.h | 35 int parse_cgroups(const struct option *opt, const char *str, int unset);
|
| H A D | record.h | 91 int record__parse_freq(const struct option *opt, const char *str, int unset);
|
| /linux/tools/lib/subcmd/ |
| H A D | parse-options.c | 73 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/tools/perf/ |
| H A D | builtin-probe.c | 168 int unset __maybe_unused) in opt_set_target() 203 const char *str, int unset __maybe_unused) in opt_set_target_ns() 233 const char *str, int unset __maybe_unused) in opt_show_lines() 253 const char *str, int unset __maybe_unused) in opt_show_vars() 275 const char *str, int unset __maybe_unused) in opt_add_probe_event() 286 const char *str, int unset) in opt_set_filter_with_command() argument 288 if (!unset) in opt_set_filter_with_command() 298 const char *str, int unset __maybe_unused) in opt_set_filter()
|
| H A D | builtin-ftrace.c | 1555 const char *str, int unset) in opt_list_avail_functions() argument 1561 if (unset || !str) in opt_list_avail_functions() 1587 int unset __maybe_unused) in parse_filter_func() 1613 int unset __maybe_unused) in parse_filter_event() 1640 const char *str, int unset) in parse_buffer_size() argument 1652 if (unset) { in parse_buffer_size() 1671 const char *str, int unset) in parse_func_tracer_opts() argument 1681 if (unset) in parse_func_tracer_opts() 1692 const char *str, int unset) in parse_graph_tracer_opts() argument 1710 if (unset) in parse_graph_tracer_opts() [all …]
|
| H A D | builtin-record.c | 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() 2983 int unset) in callchain_debug() 2985 return record_opts__parse_callchain(opt->value, &callchain_param, arg, unset); in callchain_debug() 2990 int unset) in record_opts__parse_callchain() 3003 unset); in record_opts__parse_callchain() 2992 record_opts__parse_callchain(struct record_opts * record,struct callchain_param * callchain,const char * arg,bool unset) record_opts__parse_callchain() argument 3018 record_parse_callchain_opt(const struct option * opt,const char * arg,int unset) record_parse_callchain_opt() argument 3078 record__parse_event_enable_time(const struct option * opt,const char * str,int unset) record__parse_event_enable_time() argument 3085 record__parse_affinity(const struct option * opt,const char * str,int unset) record__parse_affinity() argument 3141 record__parse_threads(const struct option * opt,const char * str,int unset) record__parse_threads() argument 3173 parse_output_max_size(const struct option * opt,const char * str,int unset) parse_output_max_size() argument [all...] |
| H A D | builtin-mem.c | 50 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 D | builtin-report.c | 1176 report_parse_callchain_opt(const struct option *opt, const char *arg, int unset) in __cmd_report() 1180 callchain->enabled = !unset; 1184 if (unset) { in report_parse_callchain_opt() 1195 int unset __maybe_unused) in report_parse_callchain_opt() 1231 const char *arg, int unset __maybe_unused) in parse_time_quantum() 1249 const char *str __maybe_unused, int unset) in report_parse_ignore_callees_opt() 1253 *branch_mode = !unset; in parse_branch_mode() 1259 int unset __maybe_unused) in parse_branch_mode() 1271 const char *arg, int unset __maybe_unused) in parse_percent_limit() 1181 report_parse_callchain_opt(const struct option * opt,const char * arg,int unset) report_parse_callchain_opt() argument 1254 parse_branch_mode(const struct option * opt,const char * str __maybe_unused,int unset) parse_branch_mode() argument
|
| /linux/Documentation/ABI/stable/ |
| H A D | procfs-audit_loginuid | 9 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 D | spi-lantiq-ssc.txt | 19 - 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/drivers/pinctrl/bcm/ |
| H A D | pinctrl-ns.c | 166 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 D | ui.h | 32 int stdio__config_color(const struct option *opt, const char *mode, int unset);
|
| /linux/rust/kernel/mm/ |
| H A D | virt.rs | 243 unsafe fn update_flags(&self, set: vm_flags_t, unset: vm_flags_t) { 246 flags &= !unset; in update_flags()
|
| /linux/tools/objtool/ |
| H A D | builtin-check.c | 35 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
|