/linux/tools/perf/util/ |
H A 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() 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 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); 48 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 | 242 int record_parse_callchain_opt(const struct option *opt, const char *arg, int unset); 243 int record_callchain_opt(const struct option *opt, const char *arg, int unset); 249 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 | 7 int parse_clockid(const struct option *opt, const char *str, int unset);
|
H A D | auxtrace.h | 622 const char *str, int unset); 624 int unset); 763 const char *str __maybe_unused, int unset __maybe_unused) in itrace_do_parse_synth_opts() 772 int unset __maybe_unused) in itrace_parse_synth_opts()
|
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 | 36 int parse_cgroups(const struct option *opt, const char *str, int unset);
|
H A D | record.h | 87 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() 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()
|
H A D | builtin-ftrace.c | 1335 const char *str, int unset) in opt_list_avail_functions() 1341 if (unset || !str) in opt_list_avail_functions() 1367 int unset __maybe_unused) in parse_filter_func() 1393 const char *str, int unset) in parse_buffer_size() 1405 if (unset) { in parse_buffer_size() 1424 const char *str, int unset) in parse_func_tracer_opts() 1434 if (unset) in parse_func_tracer_opts() 1445 const char *str, int unset) in parse_graph_tracer_opts() 1459 if (unset) in parse_graph_tracer_opts() 1469 static int parse_sort_key(const struct option *opt, const char *str, int unset) in parse_sort_key() 1334 opt_list_avail_functions(const struct option * opt __maybe_unused,const char * str,int unset) opt_list_avail_functions() argument 1392 parse_buffer_size(const struct option * opt,const char * str,int unset) parse_buffer_size() argument 1423 parse_func_tracer_opts(const struct option * opt,const char * str,int unset) parse_func_tracer_opts() argument 1444 parse_graph_tracer_opts(const struct option * opt,const char * str,int unset) parse_graph_tracer_opts() argument 1468 parse_sort_key(const struct option * opt,const char * str,int unset) parse_sort_key() argument [all...] |
H A D | builtin-record.c | 517 int unset) in record__aio_parse() argument 521 if (unset) { in record__aio_parse() 563 int unset) in record__mmap_flush_parse() argument 575 if (unset) in record__mmap_flush_parse() 598 static int record__parse_comp_level(const struct option *opt, const char *str, int unset) in record__parse_comp_level() argument 602 if (unset) { in record__parse_comp_level() 2905 const char *arg, bool unset) in record_opts__parse_callchain() argument 2908 callchain->enabled = !unset; in record_opts__parse_callchain() 2911 if (unset) { in record_opts__parse_callchain() 2930 int unset) in record_parse_callchain_opt() argument 2988 record__parse_event_enable_time(const struct option * opt,const char * str,int unset) record__parse_event_enable_time() argument 2995 record__parse_affinity(const struct option * opt,const char * str,int unset) record__parse_affinity() argument 3051 record__parse_threads(const struct option * opt,const char * str,int unset) record__parse_threads() argument 3083 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 | 48 const char *str, int unset __maybe_unused) in parse_record_events() 416 parse_mem_ops(const struct option *opt, const char *str, int unset) in parse_mem_ops() argument 423 if (unset) in parse_mem_ops()
|
H A D | builtin-report.c | 1161 report_parse_callchain_opt(const struct option *opt, const char *arg, int unset) in report_parse_callchain_opt() argument 1165 callchain->enabled = !unset; in report_parse_callchain_opt() 1169 if (unset) { in report_parse_callchain_opt() 1180 int unset __maybe_unused) in parse_time_quantum() 1216 const char *arg, int unset __maybe_unused) in report_parse_ignore_callees_opt() 1234 const char *str __maybe_unused, int unset) in parse_branch_mode() argument 1238 *branch_mode = !unset; in parse_branch_mode() 1244 int unset __maybe_unused) in parse_percent_limit()
|
/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/objtool/ |
H A D | builtin-check.c | 29 static int parse_dump(const struct option *opt, const char *str, int unset) in parse_dump() argument 39 static int parse_hacks(const struct option *opt, const char *str, int unset) in parse_hacks() argument
|
/linux/tools/perf/ui/ |
H A D | ui.h | 32 int stdio__config_color(const struct option *opt, const char *mode, int unset);
|