Home
last modified time | relevance | path

Searched refs:OPT_BOOLEAN (Results 1 – 25 of 47) sorted by relevance

12

/openbmc/linux/tools/objtool/
H A Dbuiltin-check.c71 OPT_BOOLEAN('i', "ibt", &opts.ibt, "validate and annotate IBT"),
72 OPT_BOOLEAN('m', "mcount", &opts.mcount, "annotate mcount/fentry calls for ftrace"),
73 OPT_BOOLEAN('n', "noinstr", &opts.noinstr, "validate noinstr rules"),
74 OPT_BOOLEAN('o', "orc", &opts.orc, "generate ORC metadata"),
75 OPT_BOOLEAN('r', "retpoline", &opts.retpoline, "validate and annotate retpoline usage"),
76 OPT_BOOLEAN(0, "rethunk", &opts.rethunk, "validate and annotate rethunk usage"),
77 OPT_BOOLEAN(0, "unret", &opts.unret, "validate entry unret placement"),
79 OPT_BOOLEAN('l', "sls", &opts.sls, "validate straight-line-speculation mitigations"),
80 OPT_BOOLEAN('s', "stackval", &opts.stackval, "validate frame pointer rules"),
81 OPT_BOOLEAN('t', "static-call", &opts.static_call, "annotate static calls"),
[all …]
/openbmc/linux/tools/perf/
H A Dbuiltin-report.c1240 OPT_BOOLEAN('q', "quiet", &quiet, "Do not show any warnings or messages"), in cmd_report()
1241 OPT_BOOLEAN('D', "dump-raw-trace", &dump_trace, in cmd_report()
1243 OPT_BOOLEAN(0, "stats", &report.stats_mode, "Display event stats"), in cmd_report()
1244 OPT_BOOLEAN(0, "tasks", &report.tasks_mode, "Display recorded tasks"), in cmd_report()
1245 OPT_BOOLEAN(0, "mmaps", &report.mmaps_mode, "Display recorded tasks memory maps"), in cmd_report()
1248 OPT_BOOLEAN(0, "ignore-vmlinux", &symbol_conf.ignore_vmlinux, in cmd_report()
1252 OPT_BOOLEAN('f', "force", &symbol_conf.force, "don't complain, do it"), in cmd_report()
1253 OPT_BOOLEAN('m', "modules", &symbol_conf.use_modules, in cmd_report()
1255 OPT_BOOLEAN('n', "show-nr-samples", &symbol_conf.show_nr_samples, in cmd_report()
1257 OPT_BOOLEAN(' in cmd_report()
[all...]
H A Dbuiltin-annotate.c539 OPT_BOOLEAN('f', "force", &data.force, "don't complain, do it"), in cmd_annotate()
542 OPT_BOOLEAN('q', "quiet", &quiet, "do now show any warnings or messages"), in cmd_annotate()
543 OPT_BOOLEAN('D', "dump-raw-trace", &dump_trace, in cmd_annotate()
546 OPT_BOOLEAN(0, "gtk", &annotate.use_gtk, "Use the GTK interface"), in cmd_annotate()
549 OPT_BOOLEAN(0, "tui", &annotate.use_tui, "Use the TUI interface"), in cmd_annotate()
551 OPT_BOOLEAN(0, "stdio", &annotate.use_stdio, "Use the stdio interface"), in cmd_annotate()
552 OPT_BOOLEAN(0, "stdio2", &annotate.use_stdio2, "Use the stdio interface"), in cmd_annotate()
553 OPT_BOOLEAN(0, "ignore-vmlinux", &symbol_conf.ignore_vmlinux, in cmd_annotate()
557 OPT_BOOLEAN('m', "modules", &symbol_conf.use_modules, in cmd_annotate()
559 OPT_BOOLEAN('l', "print-line", &annotate_opts.print_lines, in cmd_annotate()
[all …]
H A Dbuiltin-evlist.c71 OPT_BOOLEAN('F', "freq", &details.freq, "Show the sample frequency"), in cmd_evlist()
72 OPT_BOOLEAN('v', "verbose", &details.verbose, in cmd_evlist()
74 OPT_BOOLEAN('g', "group", &details.event_group, in cmd_evlist()
76 OPT_BOOLEAN('f', "force", &details.force, "don't complain, do it"), in cmd_evlist()
77 OPT_BOOLEAN(0, "trace-fields", &details.trace_fields, "Show tracepoint fields"), in cmd_evlist()
H A Dbuiltin-buildid-list.c136 OPT_BOOLEAN('H', "with-hits", &with_hits, "Show only DSOs with hits"), in cmd_buildid_list()
138 OPT_BOOLEAN('f', "force", &force, "don't complain, do it"), in cmd_buildid_list()
139 OPT_BOOLEAN('k', "kernel", &show_kernel, "Show current kernel build id"), in cmd_buildid_list()
140 OPT_BOOLEAN('m', "kernel-maps", &show_kernel_maps, in cmd_buildid_list()
H A Dbuiltin-top.c1470 OPT_BOOLEAN('a', "all-cpus", &target->system_wide, in cmd_top()
1476 OPT_BOOLEAN(0, "ignore-vmlinux", &symbol_conf.ignore_vmlinux, in cmd_top()
1480 OPT_BOOLEAN('K', "hide_kernel_symbols", &top.hide_kernel_symbols, in cmd_top()
1488 OPT_BOOLEAN('D', "dump-symtab", &top.dump_symtab, in cmd_top()
1492 OPT_BOOLEAN('i', "no-inherit", &opts->no_inherit, in cmd_top()
1496 OPT_BOOLEAN('z', "zero", &top.zero, "zero history across updates"), in cmd_top()
1502 OPT_BOOLEAN('U', "hide_user_symbols", &top.hide_user_symbols, in cmd_top()
1505 OPT_BOOLEAN(0, "tui", &top.use_tui, "Use the TUI interface"), in cmd_top()
1507 OPT_BOOLEAN(0, "stdio", &top.use_stdio, "Use the stdio interface"), in cmd_top()
1515 OPT_BOOLEAN(' in cmd_top()
[all...]
H A Dbuiltin-data.c44 OPT_BOOLEAN(0, "tod", &opts.tod, "Convert time to wall clock time"),
46 OPT_BOOLEAN('f', "force", &opts.force, "don't complain, do it"),
47 OPT_BOOLEAN(0, "all", &opts.all, "Convert all events"),
H A Dbuiltin-mem.c82 OPT_BOOLEAN('U', "all-user", &all_user, "collect only user level data"), in __cmd_record()
83 OPT_BOOLEAN('K', "all-kernel", &all_kernel, "collect only kernel level data"), in __cmd_record()
478 OPT_BOOLEAN('D', "dump-raw-samples", &mem.dump_raw, in cmd_mem()
480 OPT_BOOLEAN('U', "hide-unresolved", &mem.hide_unresolved, in cmd_mem()
490 OPT_BOOLEAN('f', "force", &mem.force, "don't complain, do it"), in cmd_mem()
491 OPT_BOOLEAN('p', "phys-data", &mem.phys_addr, "Record/Report sample physical addresses"), in cmd_mem()
492OPT_BOOLEAN(0, "data-page-size", &mem.data_page_size, "Record/Report sample data address page size… in cmd_mem()
H A Dbuiltin-probe.c534 OPT_BOOLEAN('q', "quiet", &quiet, in __cmd_probe()
562 OPT_BOOLEAN('f', "force", &probe_conf.force_add, "forcibly add events" in __cmd_probe()
570 OPT_BOOLEAN('\0', "externs", &probe_conf.show_ext_vars, in __cmd_probe()
572 OPT_BOOLEAN('\0', "range", &probe_conf.show_location_range, in __cmd_probe()
578 OPT_BOOLEAN('\0', "no-inlines", &probe_conf.no_inlines, in __cmd_probe()
596 OPT_BOOLEAN(0, "demangle", &symbol_conf.demangle, in __cmd_probe()
598 OPT_BOOLEAN(0, "demangle-kernel", &symbol_conf.demangle_kernel, in __cmd_probe()
600 OPT_BOOLEAN(0, "cache", &probe_conf.cache, "Manipulate probe cache"), in __cmd_probe()
605 OPT_BOOLEAN(0, "bootconfig", &probe_conf.bootconfig, in __cmd_probe()
H A Dbuiltin-list.c466 OPT_BOOLEAN(0, "raw-dump", &default_ps.name_only, "Dump raw events"), in cmd_list()
467 OPT_BOOLEAN('j', "json", &json, "JSON encode events and metrics"), in cmd_list()
468 OPT_BOOLEAN('d', "desc", &default_ps.desc, in cmd_list()
470 OPT_BOOLEAN('v', "long-desc", &default_ps.long_desc, in cmd_list()
472 OPT_BOOLEAN(0, "details", &default_ps.detailed, in cmd_list()
474 OPT_BOOLEAN(0, "deprecated", &default_ps.deprecated, in cmd_list()
H A Dbuiltin-stat.c1186 OPT_BOOLEAN('T', "transaction", &transaction_run,
1193 OPT_BOOLEAN('i', "no-inherit", &stat_config.no_inherit,
1202 OPT_BOOLEAN(0, "bpf-counters", &target.use_bpf,
1207 OPT_BOOLEAN('a', "all-cpus", &target.system_wide,
1209 OPT_BOOLEAN(0, "scale", &stat_config.scale,
1215 OPT_BOOLEAN(0, "table", &stat_config.walltime_run_table,
1217 OPT_BOOLEAN('n', "null", &stat_config.null_run,
1221 OPT_BOOLEAN('S', "sync", &sync_run,
1230 OPT_BOOLEAN(0, "no-merge", &stat_config.no_merge, "Do not merge identical named events"),
1231 OPT_BOOLEAN(0, "hybrid-merge", &stat_config.hybrid_merge,
[all …]
H A Dbuiltin-record.c3339 OPT_BOOLEAN(0, "no-buffering", &record.opts.no_buffering,
3341 OPT_BOOLEAN('R', "raw-samples", &record.opts.raw_samples,
3343 OPT_BOOLEAN('a', "all-cpus", &record.opts.target.system_wide,
3353 OPT_BOOLEAN(0, "tail-synthesize", &record.opts.tail_synthesize,
3355 OPT_BOOLEAN(0, "overwrite", &record.opts.overwrite, "use overwrite mode"),
3356 OPT_BOOLEAN(0, "no-bpf-event", &record.opts.no_bpf_event, "do not record bpf events"),
3357 OPT_BOOLEAN(0, "strict-freq", &record.opts.strict_freq,
3376 OPT_BOOLEAN('q', "quiet", &quiet, "don't print any warnings or messages"),
3377 OPT_BOOLEAN('s', "stat", &record.opts.inherit_stat,
3379 OPT_BOOLEAN('d', "data", &record.opts.sample_address, "Record the sample addresses"),
[all …]
H A Dbuiltin-script.c3878 OPT_BOOLEAN('D', "dump-raw-trace", &dump_trace, in cmd_script()
3880 OPT_BOOLEAN(0, "dump-unsorted-raw-trace", &unsorted_dump, in cmd_script()
3884 OPT_BOOLEAN('L', "Latency", &latency_format, in cmd_script()
3899 OPT_BOOLEAN('d', "debug-mode", &debug_mode, in cmd_script()
3901 OPT_BOOLEAN(0, "header", &header, "Show data header."), in cmd_script()
3902 OPT_BOOLEAN(0, "header-only", &header_only, "Show only data header."), in cmd_script()
3907 OPT_BOOLEAN('G', "hide-call-graph", &no_callchain, in cmd_script()
3923 OPT_BOOLEAN('a', "all-cpus", &system_wide, in cmd_script()
3954 OPT_BOOLEAN(0, "reltime", &reltime, "Show time stamps relative to start"), in cmd_script()
3955 OPT_BOOLEAN(0, "deltatime", &deltatime, "Show time stamps relative to previous event"), in cmd_script()
[all …]
H A Dbuiltin-config.c33 OPT_BOOLEAN(0, "system", &use_system_config, "use system config file"),
34 OPT_BOOLEAN(0, "user", &use_user_config, "use user config file"),
/openbmc/linux/tools/perf/bench/
H A Dfutex-requeue.c55 OPT_BOOLEAN( 's', "silent", &params.silent, "Silent mode: do not display data/details"),
56 OPT_BOOLEAN( 'S', "shared", &params.fshared, "Use shared futexes instead of private ones"),
57 OPT_BOOLEAN( 'm', "mlockall", &params.mlockall, "Lock all current and future memory"),
58 OPT_BOOLEAN( 'B', "broadcast", &params.broadcast, "Requeue all threads at once"),
59 OPT_BOOLEAN( 'p', "pi", &params.pi, "Use PI-aware variants of FUTEX_CMP_REQUEUE"),
H A Depoll-wait.c131 OPT_BOOLEAN( 'n', "noaffinity", &noaffinity, "Disables CPU affinity"),
132 OPT_BOOLEAN('R', "randomize", &randomize, "Enable random write behaviour (default is lineal)"),
133 OPT_BOOLEAN( 'v', "verbose", &__verbose, "Verbose mode"),
136 OPT_BOOLEAN( 'm', "multiq", &multiq, "Use multiple epoll instances (one per thread)"),
137 OPT_BOOLEAN( 'B', "nonblocking", &nonblocking, "Nonblocking epoll_wait(2) behaviour"),
139 OPT_BOOLEAN( 'S', "oneshot", &oneshot, "Use EPOLLONESHOT semantics"),
140 OPT_BOOLEAN( 'E', "edge", &et, "Use Edge-triggered interface (default is LT)"),
H A Dfutex-lock-pi.c50 OPT_BOOLEAN( 'M', "multi", &params.multi, "Use multiple futexes"),
51 OPT_BOOLEAN( 's', "silent", &params.silent, "Silent mode: do not display data/details"),
52 OPT_BOOLEAN( 'S', "shared", &params.fshared, "Use shared futexes instead of private ones"),
53 OPT_BOOLEAN( 'm', "mlockall", &params.mlockall, "Lock all current and future memory"),
H A Dfutex-wake.c55 OPT_BOOLEAN( 's', "silent", &params.silent, "Silent mode: do not display data/details"),
56 OPT_BOOLEAN( 'S', "shared", &params.fshared, "Use shared futexes instead of private ones"),
57 OPT_BOOLEAN( 'm', "mlockall", &params.mlockall, "Lock all current and future memory"),
H A Dfutex-hash.c59 OPT_BOOLEAN( 's', "silent", &params.silent, "Silent mode: do not display data/details"),
60 OPT_BOOLEAN( 'S', "shared", &params.fshared, "Use shared futexes instead of private ones"),
61 OPT_BOOLEAN( 'm', "mlockall", &params.mlockall, "Lock all current and future memory"),
H A Dfutex-wake-parallel.c65 OPT_BOOLEAN( 's', "silent", &params.silent, "Silent mode: do not display data/details"),
66 OPT_BOOLEAN( 'S', "shared", &params.fshared, "Use shared futexes instead of private ones"),
67 OPT_BOOLEAN( 'm', "mlockall", &params.mlockall, "Lock all current and future memory"),
H A Dnuma.c182OPT_BOOLEAN('R', "data_reads" , &p0.data_reads, "access the data via reads (can be mixed with -W)"…
183OPT_BOOLEAN('W', "data_writes" , &p0.data_writes, "access the data via writes (can be mixed with -…
184 OPT_BOOLEAN('B', "data_backwards", &p0.data_backwards, "access the data backwards as well"),
185 OPT_BOOLEAN('Z', "data_zero_memset", &p0.data_zero_memset,"access the data via glibc bzero only"),
186OPT_BOOLEAN('r', "data_rand_walk", &p0.data_rand_walk, "access the data with random (32bit LFSR) w…
189 OPT_BOOLEAN('z', "init_zero" , &p0.init_zero, "bzero the initial allocations"),
190OPT_BOOLEAN('I', "init_random" , &p0.init_random, "randomize the contents of the initial allocatio…
191 OPT_BOOLEAN('0', "init_cpu0" , &p0.init_cpu0, "do the initial allocations on CPU#0"),
197 OPT_BOOLEAN('c', "show_convergence", &p0.show_convergence, "show convergence details, "
199 OPT_BOOLEAN('m', "measure_convergence", &p0.measure_convergence, "measure convergence latency"),
[all …]
H A Dsynthesize.c32 OPT_BOOLEAN('s', "st", &run_st, "Run single threaded benchmark"),
33 OPT_BOOLEAN('t', "mt", &run_mt, "Run multi-threaded benchmark"),
H A Depoll-ctl.c78 OPT_BOOLEAN( 'n', "noaffinity", &noaffinity, "Disables CPU affinity"),
80 OPT_BOOLEAN( 'R', "randomize", &randomize, "Perform random operations on random fds"),
81 OPT_BOOLEAN( 'v', "verbose", &__verbose, "Verbose mode"),
/openbmc/linux/tools/lib/subcmd/
H A Dparse-options.h121 #define OPT_BOOLEAN(s, l, v, h) { .type = OPTION_BOOLEAN, .short_name = (s), .long_name = (l), … macro
224 #define OPT__VERBOSE(var) OPT_BOOLEAN('v', "verbose", (var), "be verbose")
225 #define OPT__QUIET(var) OPT_BOOLEAN('q', "quiet", (var), "be quiet")
231 #define OPT__DRY_RUN(var) OPT_BOOLEAN('n', "dry-run", (var), "dry run")
/openbmc/linux/tools/perf/util/
H A Devswitch.h28 OPT_BOOLEAN(0, "show-on-off-events", &(evswitch)->show_on_off_events, \

12