Home
last modified time | relevance | path

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

12345

/linux-6.3-rc2/tools/perf/util/
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()
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()
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);
A Dpfm.h15 int unset);
25 int unset __maybe_unused) in parse_libpfm_events_option()
A Dparse-events.h25 int parse_events_option(const struct option *opt, const char *str, int unset);
26 int parse_events_option_new_evlist(const struct option *opt, const char *str, int unset);
41 int parse_filter(const struct option *opt, const char *str, int unset);
42 int exclude_perf(const struct option *opt, const char *arg, int unset);
A Dparse-branch-options.c98 parse_branch_stack(const struct option *opt, const char *str, int unset) in parse_branch_stack() argument
102 if (unset) in parse_branch_stack()
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()
A Dcallchain.h240 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);
A Dparse-branch-options.h5 int parse_branch_stack(const struct option *opt, const char *str, int unset);
A Dclockid.h7 int parse_clockid(const struct option *opt, const char *str, int unset);
A Diostat.h35 int unset __maybe_unused);
A Dcgroup.h35 int parse_cgroups(const struct option *opt, const char *str, int unset);
A Dauxtrace.h621 const char *str, int unset);
623 int unset);
761 const char *str __maybe_unused, int unset __maybe_unused) in itrace_do_parse_synth_opts()
770 int unset __maybe_unused) in itrace_parse_synth_opts()
A Diostat.c15 int unset __maybe_unused) in iostat_parse()
/linux-6.3-rc2/tools/lib/subcmd/
A Dparse-options.c147 if (unset) in get_value()
187 if (unset) in get_value()
213 if (unset) in get_value()
243 if (unset) in get_value()
254 if (unset) { in get_value()
270 if (unset) { in get_value()
288 if (unset) { in get_value()
304 if (unset) { in get_value()
320 if (unset) { in get_value()
983 int unset) in parse_opt_verbosity_cb() argument
[all …]
/linux-6.3-rc2/tools/perf/
A Dbuiltin-probe.c168 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()
A Dbuiltin-ftrace.c980 const char *str, int unset) in opt_list_avail_functions() argument
986 if (unset || !str) in opt_list_avail_functions()
1012 int unset __maybe_unused) in parse_filter_func()
1038 const char *str, int unset) in parse_buffer_size() argument
1050 if (unset) { in parse_buffer_size()
1069 const char *str, int unset) in parse_func_tracer_opts() argument
1079 if (unset) in parse_func_tracer_opts()
1090 const char *str, int unset) in parse_graph_tracer_opts() argument
1103 if (unset) in parse_graph_tracer_opts()
A Dbuiltin-record.c504 int unset) in record__aio_parse() argument
508 if (unset) { in record__aio_parse()
550 int unset) in record__mmap_flush_parse() argument
562 if (unset) in record__mmap_flush_parse()
589 if (unset) { in record__parse_comp_level()
2871 callchain->enabled = !unset; in record_opts__parse_callchain()
2874 if (unset) { in record_opts__parse_callchain()
2893 int unset) in record_parse_callchain_opt() argument
2900 int unset __maybe_unused) in record_callchain_opt()
2962 if (unset || !str) in record__parse_affinity()
[all …]
A Dbuiltin-mem.c44 const char *str, int unset __maybe_unused) in parse_record_events()
393 parse_mem_ops(const struct option *opt, const char *str, int unset) in parse_mem_ops() argument
400 if (unset) in parse_mem_ops()
/linux-6.3-rc2/Documentation/devicetree/bindings/dma/
A Dstericsson,dma40.yaml94 Logical channel when unset
97 Memory to Device when unset
100 Little endian when unset
103 Use automatic channel selection when unset
106 Normal priority when unset
/linux-6.3-rc2/Documentation/devicetree/bindings/misc/
A Dqemu,vcpu-stall-detector.yaml29 Defaults to 10 if unset.
35 Defaults to 8 if unset. Please note that it also takes into account the
/linux-6.3-rc2/Documentation/ABI/stable/
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-6.3-rc2/Documentation/devicetree/bindings/spi/
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-6.3-rc2/drivers/pinctrl/bcm/
A Dpinctrl-ns.c166 u32 unset = 0; in ns_pinctrl_set_mux() local
175 unset |= BIT(group->pins[i]); in ns_pinctrl_set_mux()
178 tmp &= ~unset; in ns_pinctrl_set_mux()
/linux-6.3-rc2/tools/objtool/
A Dbuiltin-check.c29 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-6.3-rc2/tools/perf/ui/
A Dui.h32 int stdio__config_color(const struct option *opt, const char *mode, int unset);

Completed in 39 milliseconds

12345