/Linux-v5.15/tools/perf/util/ |
D | parse-regs-options.c | 13 __parse_regs(const struct option *opt, const char *str, int unset, bool intr) in __parse_regs() argument 21 if (unset) in __parse_regs() 90 parse_user_regs(const struct option *opt, const char *str, int unset) in parse_user_regs() argument 92 return __parse_regs(opt, str, unset, false); in parse_user_regs() 96 parse_intr_regs(const struct option *opt, const char *str, int unset) in parse_intr_regs() argument 98 return __parse_regs(opt, str, unset, true); in parse_intr_regs()
|
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);
|
D | pfm.h | 14 int unset); 24 int unset __maybe_unused) in parse_libpfm_events_option()
|
D | parse-events.h | 34 int parse_events_option(const struct option *opt, const char *str, int unset); 35 int parse_events_option_new_evlist(const struct option *opt, const char *str, int unset); 46 int parse_filter(const struct option *opt, const char *str, int unset); 47 int exclude_perf(const struct option *opt, const char *arg, int unset);
|
D | parse-branch-options.c | 94 parse_branch_stack(const struct option *opt, const char *str, int unset) in parse_branch_stack() argument 98 if (unset) in parse_branch_stack()
|
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()
|
D | callchain.h | 240 int record_parse_callchain_opt(const struct option *opt, const char *arg, int unset); 241 int record_callchain_opt(const struct option *opt, const char *arg, int unset); 247 const char *arg, bool unset);
|
D | parse-branch-options.h | 5 int parse_branch_stack(const struct option *opt, const char *str, int unset);
|
D | clockid.h | 7 int parse_clockid(const struct option *opt, const char *str, int unset);
|
D | iostat.h | 35 int unset __maybe_unused);
|
D | auxtrace.h | 598 const char *str, int unset); 600 int unset); 732 const char *str __maybe_unused, int unset __maybe_unused) in itrace_do_parse_synth_opts() 741 int unset __maybe_unused) in itrace_parse_synth_opts()
|
D | cgroup.h | 35 int parse_cgroups(const struct option *opt, const char *str, int unset);
|
D | iostat.c | 15 int unset __maybe_unused) in iostat_parse()
|
D | record.h | 85 int record__parse_freq(const struct option *opt, const char *str, int unset);
|
/Linux-v5.15/tools/lib/subcmd/ |
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-v5.15/tools/perf/ |
D | builtin-ftrace.c | 725 const char *str, int unset) in opt_list_avail_functions() argument 731 if (unset || !str) in opt_list_avail_functions() 757 int unset __maybe_unused) in parse_filter_func() 783 const char *str, int unset) in parse_buffer_size() argument 795 if (unset) { in parse_buffer_size() 814 const char *str, int unset) in parse_func_tracer_opts() argument 824 if (unset) in parse_func_tracer_opts() 835 const char *str, int unset) in parse_graph_tracer_opts() argument 848 if (unset) in parse_graph_tracer_opts()
|
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() 234 const char *str, int unset __maybe_unused) in opt_show_lines() 254 const char *str, int unset __maybe_unused) in opt_show_vars() 276 const char *str, int unset __maybe_unused) in opt_add_probe_event() 287 const char *str, int unset) in opt_set_filter_with_command() argument 289 if (!unset) in opt_set_filter_with_command() 299 const char *str, int unset __maybe_unused) in opt_set_filter()
|
D | builtin-record.c | 408 int unset) in record__aio_parse() argument 412 if (unset) { in record__aio_parse() 454 int unset) in record__mmap_flush_parse() argument 466 if (unset) in record__mmap_flush_parse() 489 static int record__parse_comp_level(const struct option *opt, const char *str, int unset) in record__parse_comp_level() argument 493 if (unset) { in record__parse_comp_level() 2098 const char *arg, bool unset) in record_opts__parse_callchain() argument 2101 callchain->enabled = !unset; in record_opts__parse_callchain() 2104 if (unset) { in record_opts__parse_callchain() 2123 int unset) in record_parse_callchain_opt() argument [all …]
|
D | builtin-mem.c | 42 const char *str, int unset __maybe_unused) in parse_record_events() 382 parse_mem_ops(const struct option *opt, const char *str, int unset) in parse_mem_ops() argument 389 if (unset) in parse_mem_ops()
|
/Linux-v5.15/Documentation/devicetree/bindings/dma/ |
D | ste-dma40.txt | 44 Logical channel when unset 47 Memory to Device when unset 50 Little endian when unset 53 Use automatic channel selection when unset 56 Normal priority when unset
|
/Linux-v5.15/Documentation/devicetree/bindings/spi/ |
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-v5.15/Documentation/ABI/stable/ |
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-v5.15/tools/perf/ui/ |
D | ui.h | 32 int stdio__config_color(const struct option *opt, const char *mode, int unset);
|
/Linux-v5.15/drivers/pinctrl/bcm/ |
D | pinctrl-ns.c | 222 u32 unset = 0; in ns_pinctrl_set_mux() local 229 unset |= BIT(pin_number); in ns_pinctrl_set_mux() 233 tmp &= ~unset; in ns_pinctrl_set_mux()
|
/Linux-v5.15/Documentation/devicetree/bindings/hwmon/ |
D | ltc4151.txt | 10 Defaults to <1000> if unset.
|