/linux-4.4.14/tools/perf/util/ |
D | parse-options.c | 42 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 …]
|
D | parse-regs-options.c | 8 parse_regs(const struct option *opt, const char *str, int unset) in parse_regs() argument 15 if (unset) in parse_regs()
|
D | parse-events.h | 32 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);
|
D | parse-branch-options.c | 35 parse_branch_stack(const struct option *opt, const char *str, int unset) in parse_branch_stack() argument 47 if (unset) in parse_branch_stack()
|
D | parse-regs-options.h | 4 int parse_regs(const struct option *opt, const char *str, int unset);
|
D | parse-branch-options.h | 4 int parse_branch_stack(const struct option *opt, const char *str, int unset);
|
D | cgroup.h | 17 extern int parse_cgroups(const struct option *opt, const char *str, int unset);
|
D | callchain.h | 194 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);
|
D | cgroup.c | 138 int unset __maybe_unused) in parse_cgroups()
|
D | sort.h | 234 int report_parse_ignore_callees_opt(const struct option *opt, const char *arg, int unset);
|
D | auxtrace.h | 470 int unset); 567 int unset __maybe_unused) in itrace_parse_synth_opts()
|
D | evlist.h | 139 int unset);
|
D | parse-options.h | 47 typedef int parse_opt_cb(const struct option *, const char *arg, int unset);
|
D | hist.h | 365 const char *arg, int unset __maybe_unused);
|
D | parse-events.c | 1502 int unset __maybe_unused) in parse_events_option() 1567 int unset __maybe_unused) in parse_filter() 1599 int unset __maybe_unused) in exclude_perf()
|
D | auxtrace.c | 950 int unset) in itrace_parse_synth_opts() argument 960 if (unset) { in itrace_parse_synth_opts()
|
D | hist.c | 1542 const char *arg, int unset __maybe_unused) in parse_filter_percentage()
|
D | evlist.c | 1107 int unset __maybe_unused) in perf_evlist__parse_mmap_pages()
|
/linux-4.4.14/tools/perf/ |
D | builtin-probe.c | 177 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()
|
D | builtin-report.c | 575 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()
|
D | builtin-record.c | 800 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()
|
D | builtin-mem.c | 204 parse_mem_ops(const struct option *opt, const char *str, int unset) in parse_mem_ops() argument 211 if (unset) in parse_mem_ops()
|
D | builtin-top.c | 1047 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()
|
D | builtin-kmem.c | 1715 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()
|
D | builtin-stat.c | 927 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()
|
D | builtin-timechart.c | 1871 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
|
D | builtin-script.c | 1085 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()
|
D | builtin-trace.c | 2934 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()
|
D | builtin-diff.c | 178 int unset __maybe_unused) in setup_compute()
|
D | design.txt | 40 * specific (raw) counter configuration data, if unset, the next
|
/linux-4.4.14/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-4.4.14/Documentation/devicetree/bindings/watchdog/ |
D | qcom-wdt.txt | 16 if unset, the default timeout is 30 seconds
|
/linux-4.4.14/Documentation/devicetree/bindings/i2c/ |
D | i2c-sh_mobile.txt | 22 - clock-frequency : frequency of bus clock in Hz. Default 100kHz if unset.
|
/linux-4.4.14/drivers/media/pci/zoran/ |
D | videocodec.h | 275 int (*unset) (struct videocodec * codec); member
|
D | videocodec.c | 195 res = a->codec->unset(a->codec); in videocodec_detach()
|
D | zr36016.c | 488 .unset = zr36016_unset,
|
D | zr36050.c | 864 .unset = zr36050_unset,
|
D | zr36060.c | 972 .unset = zr36060_unset,
|
/linux-4.4.14/include/linux/ |
D | uwb.h | 575 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/ |
D | null_blk.txt | 59 The number of submission queues attached to the device driver. If unset, it
|
/linux-4.4.14/Documentation/prctl/ |
D | no_new_privs.txt | 21 clone, and execve and cannot be unset. With no_new_privs set, execve
|
/linux-4.4.14/Documentation/kbuild/ |
D | kconfig.txt | 97 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/ |
D | ov9640.c | 227 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()
|
D | ov9740.c | 460 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/ |
D | numa.c | 153 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/ |
D | intelfb.txt | 79 The binary parameters can be unset with a "no" prefix, example "noaccel".
|
/linux-4.4.14/drivers/i2c/busses/ |
D | i2c-pxa.c | 216 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/ |
D | sysfs-firmware-acpi | 44 or 0 (unset). Attempts to write any other values to it will
|
D | sysfs-bus-iio | 1406 means that the hardware watermark is unset. 1416 then the hardware watermark will remain unset.
|
/linux-4.4.14/arch/powerpc/platforms/85xx/ |
D | Kconfig | 264 unset based on the emulated CPU (or actual host CPU in the case
|
/linux-4.4.14/Documentation/networking/ |
D | ip-sysctl.txt | 62 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.
|
D | scaling.txt | 285 - The current CPU is unset (>= nr_cpu_ids)
|
/linux-4.4.14/Documentation/cgroups/ |
D | unified-hierarchy.txt | 517 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
|
D | cpusets.txt | 808 # /bin/echo 0 > cpuset.cpu_exclusive -> unset flag 'cpuset.cpu_exclusive'
|
/linux-4.4.14/Documentation/cpu-freq/ |
D | cpu-drivers.txt | 204 Only for drivers with target_index() and CPUFREQ_ASYNC_NOTIFICATION unset.
|
/linux-4.4.14/arch/sparc/kernel/ |
D | head_32.S | 430 cmp %g1, 0xff ! unset means first CPU
|
/linux-4.4.14/Documentation/ |
D | java.txt | 81 unset CLASSBASE
|
D | email-clients.txt | 211 unset use_domain # because joe@localhost is just embarrassing
|
D | kernel-parameters.txt | 518 unset - kernel audit is initialized but disabled and 524 Default: unset
|
/linux-4.4.14/Documentation/power/ |
D | pm_qos_interface.txt | 141 power.ignore_children flag is unset (for DEV_PM_QOS_RESUME_LATENCY requests)
|
D | runtime_pm.txt | 420 - 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
|
D | freezing-of-tasks.txt | 14 PF_NOFREEZE unset (all user space processes and some kernel threads) are
|
D | pci.txt | 695 defined (i.e. the respective fields of struct dev_pm_ops are unset) the PCI 952 unset.
|
/linux-4.4.14/Documentation/filesystems/ |
D | fuse.txt | 423 taking place, and abort is delayed until this flag is unset.
|
/linux-4.4.14/Documentation/arm64/ |
D | acpi_object_usage.txt | 121 PSCI_USE_HVC is set or unset as needed (see table 5-37).
|
/linux-4.4.14/drivers/video/fbdev/ |
D | Kconfig | 2070 Turn on debugging messages. Note that you can set/unset at run time
|