/tools/net/ |
D | bpf_exp.l | 33 %option align 34 %option ecs 36 %option nounput 37 %option noreject 38 %option noinput 39 %option noyywrap 41 %option 8bit 42 %option caseless 43 %option yylineno
|
/tools/lib/traceevent/ |
D | event-plugin.c | 42 char *option; member 119 update_option(const char *file, struct pevent_plugin_option *option) in update_option() argument 124 if (option->plugin_alias) { in update_option() 125 plugin = strdup(option->plugin_alias); in update_option() 144 if (strcmp(op->option, option->name) != 0) in update_option() 147 option->value = op->value; in update_option() 148 option->set ^= 1; in update_option() 156 if (strcmp(op->option, option->name) != 0) in update_option() 159 option->value = op->value; in update_option() 160 option->set ^= 1; in update_option()
|
/tools/perf/util/ |
D | parse-options.h | 43 struct option; 44 typedef int parse_opt_cb(const struct option *, const char *arg, int unset); 89 struct option { struct 145 const struct option *options, 149 const struct option *options, 154 const struct option *options); 180 const struct option *opts, 188 const struct option *options, 195 extern int parse_opt_abbrev_cb(const struct option *, const char *, int); 196 extern int parse_opt_approxidate_cb(const struct option *, const char *, int); [all …]
|
D | cgroup.h | 4 struct option; 15 extern int parse_cgroups(const struct option *opt, const char *str, int unset);
|
D | parse-options.c | 9 static int opterror(const struct option *opt, const char *reason, int flags) in opterror() 18 static int get_arg(struct parse_opt_ctx_t *p, const struct option *opt, in get_arg() 36 const struct option *opt, int flags) in get_value() 189 static int parse_short_opt(struct parse_opt_ctx_t *p, const struct option *options) in parse_short_opt() 201 const struct option *options) in parse_long_opt() 204 const struct option *abbrev_option = NULL, *ambiguous_option = NULL; in parse_long_opt() 304 static void check_typos(const char *arg, const struct option *options) in check_typos() 339 const struct option *, int); 342 const struct option *options, in parse_options_step() 438 int parse_options_subcommand(int argc, const char **argv, const struct option *options, in parse_options_subcommand() [all …]
|
D | parse-events.h | 16 struct option; 30 extern int parse_events_option(const struct option *opt, const char *str, 34 extern int parse_filter(const struct option *opt, const char *str, int unset);
|
D | callchain.h | 159 struct option; 162 int record_parse_callchain_opt(const struct option *opt, const char *arg, int unset); 163 int record_callchain_opt(const struct option *opt, const char *arg, int unset);
|
D | pmu.l | 1 %option prefix="perf_pmu_"
|
D | parse-events.l | 2 %option reentrant 3 %option bison-bridge 4 %option prefix="parse_events_" 5 %option stack
|
/tools/perf/Documentation/ |
D | perf-help.txt | 19 If the option '--all' or '-a' is given, then all available commands are 34 option supersedes any other option.
|
D | perf-mem.txt | 41 Specify the field separator used when dump raw samples (-D option). By default, 46 Restrict dump of raw samples to those provided via this option. Note that the same 47 option can be passed in record mode. It will be interpreted the same way as perf
|
D | perf-stat.txt | 73 In per-thread mode, this option is ignored. The -a option is still necessary 79 This option is only valid in system-wide mode. 96 monitor only in the container (cgroup) called "name". This option is available only 110 Append to the output file designated with the -o option. Ignored if -o is not specified.
|
D | perf-buildid-cache.txt | 29 not the user's. Use the -v option to see where the file is created. 35 the same addresses. Use the -v option to see if a copy of kcore is
|
/tools/testing/ktest/ |
D | ktest.pl | 1117 foreach my $option (keys %opt) { 1118 my $op = $option; 1132 foreach my $option (keys %not_used) { 1133 print "$option\n"; 1143 my ($name, $option, $i) = @_; 1146 $option = " $option"; 1161 while ($option =~ /(.*?[^\\])\$\{(.*?)\}(.*)/) { 1196 $option = $end; 1199 $retval = "$retval$option"; 1207 my ($name, $option, $i) = @_; [all …]
|
/tools/perf/ |
D | builtin-probe.c | 152 static int opt_add_probe_event(const struct option *opt __maybe_unused, in opt_add_probe_event() 162 static int opt_del_probe_event(const struct option *opt __maybe_unused, in opt_del_probe_event() 174 static int opt_set_target(const struct option *opt, const char *str, in opt_set_target() 210 static int opt_show_lines(const struct option *opt __maybe_unused, in opt_show_lines() 230 static int opt_show_vars(const struct option *opt __maybe_unused, in opt_show_vars() 250 static int opt_set_filter(const struct option *opt __maybe_unused, in opt_set_filter() 315 const struct option options[] = { in __cmd_probe()
|
D | builtin-evlist.c | 43 const struct option options[] = { in cmd_evlist()
|
D | perf.c | 33 int option; member 319 if (p->option & RUN_SETUP) in run_builtin() 325 if (use_pager == -1 && p->option & RUN_SETUP) in run_builtin() 327 if (use_pager == -1 && p->option & USE_PAGER) in run_builtin()
|
D | builtin-list.c | 22 const struct option list_options[] = { in cmd_list()
|
/tools/testing/selftests/mqueue/ |
D | mq_perf_tests.c | 538 char *option, *next_option; in main() local 568 option = cpu_option_string; in main() 570 next_option = strchr(option, ','); in main() 573 cpu = atoi(option); in main() 581 option = ++next_option; in main() 603 option = queue_path; in main() 604 if (*option != '/') { in main() 605 queue_path = malloc(strlen(option) + 2); in main() 612 strcat(queue_path, option); in main() 613 free(option); in main()
|
/tools/power/cpupower/ |
D | ToDo | 10 with a --force option and some "be careful" messages
|
/tools/usb/usbip/src/ |
D | usbip_detach.c | 84 static const struct option opts[] = { in usbip_detach()
|
D | usbip_unbind.c | 114 static const struct option opts[] = { in usbip_unbind()
|
/tools/power/cpupower/utils/ |
D | cpupower-set.c | 20 static struct option set_opts[] = {
|
D | cpupower-info.c | 19 static struct option set_opts[] = {
|
/tools/virtio/virtio-trace/ |
D | README | 8 - write trace data to stdout by using -o option 54 Add qemu option to use virtio-serial pipe. 69 Then, libvirt passes the same command option to qemu. 104 option, trace data are output via stdout in the guest.
|