Home
last modified time | relevance | path

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

/linux-4.4.14/tools/perf/util/
Dparse-options.c42 const int unset = flags & OPT_UNSET; in get_value() local
45 if (unset && p->opt) in get_value()
47 if (unset && (opt->flags & PARSE_OPT_NONEG)) in get_value()
96 if (unset) in get_value()
103 *(bool *)opt->value = unset ? false : true; in get_value()
109 *(int *)opt->value = unset ? 0 : *(int *)opt->value + 1; in get_value()
113 *(unsigned int *)opt->value = unset ? 0 : opt->defval; in get_value()
117 *(void **)opt->value = unset ? NULL : (void *)opt->defval; in get_value()
122 if (unset) in get_value()
146 if (unset) in get_value()
[all …]
Dparse-regs-options.c8 parse_regs(const struct option *opt, const char *str, int unset) in parse_regs() argument
15 if (unset) in parse_regs()
Dparse-events.h32 int unset);
36 extern int parse_filter(const struct option *opt, const char *str, int unset);
37 extern int exclude_perf(const struct option *opt, const char *arg, int unset);
Dparse-branch-options.c35 parse_branch_stack(const struct option *opt, const char *str, int unset) in parse_branch_stack() argument
47 if (unset) in parse_branch_stack()
Dparse-regs-options.h4 int parse_regs(const struct option *opt, const char *str, int unset);
Dparse-branch-options.h4 int parse_branch_stack(const struct option *opt, const char *str, int unset);
Dcgroup.h17 extern int parse_cgroups(const struct option *opt, const char *str, int unset);
Dcallchain.h194 int record_parse_callchain_opt(const struct option *opt, const char *arg, int unset);
195 int record_callchain_opt(const struct option *opt, const char *arg, int unset);
Dcgroup.c138 int unset __maybe_unused) in parse_cgroups()
Dsort.h234 int report_parse_ignore_callees_opt(const struct option *opt, const char *arg, int unset);
Dauxtrace.h470 int unset);
567 int unset __maybe_unused) in itrace_parse_synth_opts()
Devlist.h139 int unset);
Dparse-options.h47 typedef int parse_opt_cb(const struct option *, const char *arg, int unset);
Dhist.h365 const char *arg, int unset __maybe_unused);
Dparse-events.c1502 int unset __maybe_unused) in parse_events_option()
1567 int unset __maybe_unused) in parse_filter()
1599 int unset __maybe_unused) in exclude_perf()
Dauxtrace.c950 int unset) in itrace_parse_synth_opts() argument
960 if (unset) { in itrace_parse_synth_opts()
Dhist.c1542 const char *arg, int unset __maybe_unused) in parse_filter_percentage()
Devlist.c1107 int unset __maybe_unused) in perf_evlist__parse_mmap_pages()
/linux-4.4.14/tools/perf/
Dbuiltin-probe.c177 int unset __maybe_unused) in opt_set_target()
215 const char *str, int unset __maybe_unused) in opt_show_lines()
235 const char *str, int unset __maybe_unused) in opt_show_vars()
254 const char *str, int unset __maybe_unused) in opt_add_probe_event()
265 const char *str, int unset) in opt_set_filter_with_command() argument
267 if (!unset) in opt_set_filter_with_command()
277 const char *str, int unset __maybe_unused) in opt_set_filter()
Dbuiltin-report.c575 report_parse_callchain_opt(const struct option *opt, const char *arg, int unset) in report_parse_callchain_opt() argument
582 if (unset) { in report_parse_callchain_opt()
592 const char *arg, int unset __maybe_unused) in report_parse_ignore_callees_opt()
610 const char *str __maybe_unused, int unset) in parse_branch_mode() argument
614 *branch_mode = !unset; in parse_branch_mode()
620 int unset __maybe_unused) in parse_percent_limit()
Dbuiltin-record.c800 int unset) in record_parse_callchain_opt() argument
806 callchain_param.enabled = !unset; in record_parse_callchain_opt()
809 if (unset) { in record_parse_callchain_opt()
824 int unset __maybe_unused) in record_callchain_opt()
889 static int parse_clockid(const struct option *opt, const char *str, int unset) in parse_clockid() argument
895 if (unset) { in parse_clockid()
932 int unset __maybe_unused) in record__parse_mmap_pages()
Dbuiltin-mem.c204 parse_mem_ops(const struct option *opt, const char *str, int unset) in parse_mem_ops() argument
211 if (unset) in parse_mem_ops()
Dbuiltin-top.c1047 callchain_opt(const struct option *opt, const char *arg, int unset) in callchain_opt() argument
1050 return record_callchain_opt(opt, arg, unset); in callchain_opt()
1054 parse_callchain_opt(const struct option *opt, const char *arg, int unset) in parse_callchain_opt() argument
1059 callchain_param.enabled = !unset; in parse_callchain_opt()
1065 if (unset) { in parse_callchain_opt()
1088 int unset __maybe_unused) in parse_percent_limit()
Dbuiltin-kmem.c1715 const char *arg, int unset __maybe_unused) in parse_sort_opt()
1738 int unset __maybe_unused) in parse_caller_opt()
1746 int unset __maybe_unused) in parse_alloc_opt()
1754 int unset __maybe_unused) in parse_slab_opt()
1762 int unset __maybe_unused) in parse_page_opt()
1769 const char *arg, int unset __maybe_unused) in parse_line_opt()
Dbuiltin-stat.c927 const char *s __maybe_unused, int unset) in stat__set_big_num() argument
929 big_num_opt = unset ? 0 : 1; in stat__set_big_num()
Dbuiltin-timechart.c1871 int __maybe_unused unset) in parse_process() argument
1880 int __maybe_unused unset) in parse_highlight() argument
1896 parse_time(const struct option *opt, const char *arg, int __maybe_unused unset) in parse_time() argument
Dbuiltin-script.c1085 const char *str, int unset __maybe_unused) in parse_scriptname()
1131 const char *arg, int unset __maybe_unused) in parse_output_fields()
1413 int unset __maybe_unused) in list_available_scripts()
Dbuiltin-trace.c2934 int unset __maybe_unused) in trace__set_duration()
2943 int unset __maybe_unused) in trace__set_filter_pids()
2992 int unset __maybe_unused) in parse_pagefaults()
Dbuiltin-diff.c178 int unset __maybe_unused) in setup_compute()
Ddesign.txt40 * specific (raw) counter configuration data, if unset, the next
/linux-4.4.14/Documentation/devicetree/bindings/dma/
Dste-dma40.txt44 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-4.4.14/Documentation/devicetree/bindings/watchdog/
Dqcom-wdt.txt16 if unset, the default timeout is 30 seconds
/linux-4.4.14/Documentation/devicetree/bindings/i2c/
Di2c-sh_mobile.txt22 - clock-frequency : frequency of bus clock in Hz. Default 100kHz if unset.
/linux-4.4.14/drivers/media/pci/zoran/
Dvideocodec.h275 int (*unset) (struct videocodec * codec); member
Dvideocodec.c195 res = a->codec->unset(a->codec); in videocodec_detach()
Dzr36016.c488 .unset = zr36016_unset,
Dzr36050.c864 .unset = zr36050_unset,
Dzr36060.c972 .unset = zr36060_unset,
/linux-4.4.14/include/linux/
Duwb.h575 struct uwb_mac_addr unset = { in uwb_mac_addr_unset() local
578 return !uwb_mac_addr_cmp(addr, &unset); in uwb_mac_addr_unset()
/linux-4.4.14/Documentation/block/
Dnull_blk.txt59 The number of submission queues attached to the device driver. If unset, it
/linux-4.4.14/Documentation/prctl/
Dno_new_privs.txt21 clone, and execve and cannot be unset. With no_new_privs set, execve
/linux-4.4.14/Documentation/kbuild/
Dkconfig.txt97 be unset or empty, or set to three different formats:
100 unset or empty 50 : 50 33 : 33 : 34
/linux-4.4.14/drivers/media/i2c/soc_camera/
Dov9640.c227 static int ov9640_reg_rmw(struct i2c_client *client, u8 reg, u8 set, u8 unset) in ov9640_reg_rmw() argument
240 val &= ~unset; in ov9640_reg_rmw()
Dov9740.c460 static int ov9740_reg_rmw(struct i2c_client *client, u16 reg, u8 set, u8 unset) in ov9740_reg_rmw() argument
474 val &= ~unset; in ov9740_reg_rmw()
/linux-4.4.14/tools/perf/bench/
Dnuma.c153 static int parse_cpus_opt(const struct option *opt, const char *arg, int unset);
154 static int parse_nodes_opt(const struct option *opt, const char *arg, int unset);
557 const char *arg, int unset __maybe_unused) in parse_cpus_opt()
672 const char *arg, int unset __maybe_unused) in parse_nodes_opt()
/linux-4.4.14/Documentation/fb/
Dintelfb.txt79 The binary parameters can be unset with a "no" prefix, example "noaccel".
/linux-4.4.14/drivers/i2c/busses/
Di2c-pxa.c216 const char *unset; member
218 #define PXA_BIT(m, s, u) { .mask = m, .set = s, .unset = u }
225 const char *str = val & bits->mask ? bits->set : bits->unset; in decode_bits()
/linux-4.4.14/Documentation/ABI/testing/
Dsysfs-firmware-acpi44 or 0 (unset). Attempts to write any other values to it will
Dsysfs-bus-iio1406 means that the hardware watermark is unset.
1416 then the hardware watermark will remain unset.
/linux-4.4.14/arch/powerpc/platforms/85xx/
DKconfig264 unset based on the emulated CPU (or actual host CPU in the case
/linux-4.4.14/Documentation/networking/
Dip-sysctl.txt62 If unset, these packets have a fwmark of zero. If set, they have the
487 If set, the TCP stack behaves conforming to RFC1337. If unset,
517 the current RTO. If unset, the congestion window will not
675 If unset, assume the remote TCP is not broken even if we do
750 cache. If unset, additions are ignored and lookups always result in a
774 ip_options_compile() is called. If unset, relax the checks done during
1347 If unset, these packets have a fwmark of zero. If set, they have the
1654 By default the stable secret is unset.
Dscaling.txt285 - The current CPU is unset (>= nr_cpu_ids)
/linux-4.4.14/Documentation/cgroups/
Dunified-hierarchy.txt517 that is per default unset. As a result, the set of cgroups that
586 - The original limit files indicate the state of an unset limit with a
587 Very High Number, and a configured limit can be unset by echoing -1
Dcpusets.txt808 # /bin/echo 0 > cpuset.cpu_exclusive -> unset flag 'cpuset.cpu_exclusive'
/linux-4.4.14/Documentation/cpu-freq/
Dcpu-drivers.txt204 Only for drivers with target_index() and CPUFREQ_ASYNC_NOTIFICATION unset.
/linux-4.4.14/arch/sparc/kernel/
Dhead_32.S430 cmp %g1, 0xff ! unset means first CPU
/linux-4.4.14/Documentation/
Djava.txt81 unset CLASSBASE
Demail-clients.txt211 unset use_domain # because joe@localhost is just embarrassing
Dkernel-parameters.txt518 unset - kernel audit is initialized but disabled and
524 Default: unset
/linux-4.4.14/Documentation/power/
Dpm_qos_interface.txt141 power.ignore_children flag is unset (for DEV_PM_QOS_RESUME_LATENCY requests)
Druntime_pm.txt420 - set/unset the power.ignore_children flag of the device
428 which is not active and the 'power.ignore_children' flag of which is unset
454 - unset the power.runtime_auto flag for the device and increase its usage
Dfreezing-of-tasks.txt14 PF_NOFREEZE unset (all user space processes and some kernel threads) are
Dpci.txt695 defined (i.e. the respective fields of struct dev_pm_ops are unset) the PCI
952 unset.
/linux-4.4.14/Documentation/filesystems/
Dfuse.txt423 taking place, and abort is delayed until this flag is unset.
/linux-4.4.14/Documentation/arm64/
Dacpi_object_usage.txt121 PSCI_USE_HVC is set or unset as needed (see table 5-37).
/linux-4.4.14/drivers/video/fbdev/
DKconfig2070 Turn on debugging messages. Note that you can set/unset at run time