Home
last modified time | relevance | path

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

12

/Linux-v4.19/tools/perf/
Dbuiltin-evlist.c57 OPT_BOOLEAN('F', "freq", &details.freq, "Show the sample frequency"), in cmd_evlist()
58 OPT_BOOLEAN('v', "verbose", &details.verbose, in cmd_evlist()
60 OPT_BOOLEAN('g', "group", &details.event_group, in cmd_evlist()
62 OPT_BOOLEAN('f', "force", &details.force, "don't complain, do it"), in cmd_evlist()
63 OPT_BOOLEAN(0, "trace-fields", &details.trace_fields, "Show tracepoint fields"), in cmd_evlist()
Dbuiltin-annotate.c499 OPT_BOOLEAN('f', "force", &data.force, "don't complain, do it"), in cmd_annotate()
502 OPT_BOOLEAN('q', "quiet", &quiet, "do now show any message"), in cmd_annotate()
503 OPT_BOOLEAN('D', "dump-raw-trace", &dump_trace, in cmd_annotate()
505 OPT_BOOLEAN(0, "gtk", &annotate.use_gtk, "Use the GTK interface"), in cmd_annotate()
506 OPT_BOOLEAN(0, "tui", &annotate.use_tui, "Use the TUI interface"), in cmd_annotate()
507 OPT_BOOLEAN(0, "stdio", &annotate.use_stdio, "Use the stdio interface"), in cmd_annotate()
508 OPT_BOOLEAN(0, "stdio2", &annotate.use_stdio2, "Use the stdio interface"), in cmd_annotate()
509 OPT_BOOLEAN(0, "ignore-vmlinux", &symbol_conf.ignore_vmlinux, in cmd_annotate()
513 OPT_BOOLEAN('m', "modules", &symbol_conf.use_modules, in cmd_annotate()
515 OPT_BOOLEAN('l', "print-line", &annotate.opts.print_lines, in cmd_annotate()
[all …]
Dbuiltin-report.c999 OPT_BOOLEAN('q', "quiet", &quiet, "Do not show any message"), in cmd_report()
1000 OPT_BOOLEAN('D', "dump-raw-trace", &dump_trace, in cmd_report()
1002 OPT_BOOLEAN(0, "stats", &report.stats_mode, "Display event stats"), in cmd_report()
1003 OPT_BOOLEAN(0, "tasks", &report.tasks_mode, "Display recorded tasks"), in cmd_report()
1004 OPT_BOOLEAN(0, "mmaps", &report.mmaps_mode, "Display recorded tasks memory maps"), in cmd_report()
1007 OPT_BOOLEAN(0, "ignore-vmlinux", &symbol_conf.ignore_vmlinux, in cmd_report()
1011 OPT_BOOLEAN('f', "force", &symbol_conf.force, "don't complain, do it"), in cmd_report()
1012 OPT_BOOLEAN('m', "modules", &symbol_conf.use_modules, in cmd_report()
1014 OPT_BOOLEAN('n', "show-nr-samples", &symbol_conf.show_nr_samples, in cmd_report()
1016 OPT_BOOLEAN('T', "threads", &report.show_threads, in cmd_report()
[all …]
Dbuiltin-list.c31 OPT_BOOLEAN(0, "raw-dump", &raw_dump, "Dump raw events"), in cmd_list()
32 OPT_BOOLEAN('d', "desc", &desc_flag, in cmd_list()
34 OPT_BOOLEAN('v', "long-desc", &long_desc_flag, in cmd_list()
36 OPT_BOOLEAN(0, "details", &details_flag, in cmd_list()
Dbuiltin-buildid-list.c100 OPT_BOOLEAN('H', "with-hits", &with_hits, "Show only DSOs with hits"), in cmd_buildid_list()
102 OPT_BOOLEAN('f', "force", &force, "don't complain, do it"), in cmd_buildid_list()
103 OPT_BOOLEAN('k', "kernel", &show_kernel, "Show current kernel build id"), in cmd_buildid_list()
Dbuiltin-record.c1562 OPT_BOOLEAN(0, "no-buffering", &record.opts.no_buffering,
1564 OPT_BOOLEAN('R', "raw-samples", &record.opts.raw_samples,
1566 OPT_BOOLEAN('a', "all-cpus", &record.opts.target.system_wide,
1576 OPT_BOOLEAN(0, "tail-synthesize", &record.opts.tail_synthesize,
1578 OPT_BOOLEAN(0, "overwrite", &record.opts.overwrite, "use overwrite mode"),
1579 OPT_BOOLEAN(0, "strict-freq", &record.opts.strict_freq,
1587 OPT_BOOLEAN(0, "group", &record.opts.group,
1597 OPT_BOOLEAN('q', "quiet", &quiet, "don't print any message"),
1598 OPT_BOOLEAN('s', "stat", &record.opts.inherit_stat,
1600 OPT_BOOLEAN('d', "data", &record.opts.sample_address, "Record the sample addresses"),
[all …]
Dbuiltin-top.c1277 OPT_BOOLEAN('a', "all-cpus", &target->system_wide, in cmd_top()
1283 OPT_BOOLEAN(0, "ignore-vmlinux", &symbol_conf.ignore_vmlinux, in cmd_top()
1285 OPT_BOOLEAN('K', "hide_kernel_symbols", &top.hide_kernel_symbols, in cmd_top()
1294 OPT_BOOLEAN('D', "dump-symtab", &top.dump_symtab, in cmd_top()
1298 OPT_BOOLEAN(0, "group", &opts->group, in cmd_top()
1300 OPT_BOOLEAN('i', "no-inherit", &opts->no_inherit, in cmd_top()
1304 OPT_BOOLEAN('z', "zero", &top.zero, "zero history across updates"), in cmd_top()
1310 OPT_BOOLEAN('U', "hide_user_symbols", &top.hide_user_symbols, in cmd_top()
1312 OPT_BOOLEAN(0, "tui", &top.use_tui, "Use the TUI interface"), in cmd_top()
1313 OPT_BOOLEAN(0, "stdio", &top.use_stdio, "Use the stdio interface"), in cmd_top()
[all …]
Dbuiltin-mem.c80 OPT_BOOLEAN('U', "all-user", &all_user, "collect only user level data"), in __cmd_record()
81 OPT_BOOLEAN('K', "all-kernel", &all_kernel, "collect only kernel level data"), in __cmd_record()
411 OPT_BOOLEAN('D', "dump-raw-samples", &mem.dump_raw, in cmd_mem()
413 OPT_BOOLEAN('U', "hide-unresolved", &mem.hide_unresolved, in cmd_mem()
423 OPT_BOOLEAN('f', "force", &mem.force, "don't complain, do it"), in cmd_mem()
424 OPT_BOOLEAN('p', "phys-data", &mem.phys_addr, "Record/Report sample physical addresses"), in cmd_mem()
Dbuiltin-probe.c520 OPT_BOOLEAN('q', "quiet", &params.quiet, in __cmd_probe()
548 OPT_BOOLEAN('f', "force", &probe_conf.force_add, "forcibly add events" in __cmd_probe()
556 OPT_BOOLEAN('\0', "externs", &probe_conf.show_ext_vars, in __cmd_probe()
558 OPT_BOOLEAN('\0', "range", &probe_conf.show_location_range, in __cmd_probe()
564 OPT_BOOLEAN('\0', "no-inlines", &probe_conf.no_inlines, in __cmd_probe()
582 OPT_BOOLEAN(0, "demangle", &symbol_conf.demangle, in __cmd_probe()
584 OPT_BOOLEAN(0, "demangle-kernel", &symbol_conf.demangle_kernel, in __cmd_probe()
586 OPT_BOOLEAN(0, "cache", &probe_conf.cache, "Manipulate probe cache"), in __cmd_probe()
Dbuiltin-data.c67 OPT_BOOLEAN('f', "force", &opts.force, "don't complain, do it"), in cmd_data_convert()
68 OPT_BOOLEAN(0, "all", &opts.all, "Convert all events"), in cmd_data_convert()
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"),
Dbuiltin-script.c3119 OPT_BOOLEAN('D', "dump-raw-trace", &dump_trace, in cmd_script()
3123 OPT_BOOLEAN('L', "Latency", &latency_format, in cmd_script()
3133 OPT_BOOLEAN('d', "debug-mode", &debug_mode, in cmd_script()
3135 OPT_BOOLEAN(0, "header", &header, "Show data header."), in cmd_script()
3136 OPT_BOOLEAN(0, "header-only", &header_only, "Show only data header."), in cmd_script()
3141 OPT_BOOLEAN('G', "hide-call-graph", &no_callchain, in cmd_script()
3155 OPT_BOOLEAN('a', "all-cpus", &system_wide, in cmd_script()
3172 OPT_BOOLEAN('I', "show-info", &show_full_info, in cmd_script()
3174 OPT_BOOLEAN('\0', "show-kernel-path", &symbol_conf.show_kernel_path, in cmd_script()
3176 OPT_BOOLEAN('\0', "show-task-events", &script.show_task_events, in cmd_script()
[all …]
Dbuiltin-buildid-cache.c382 OPT_BOOLEAN('P', "purge-all", &purge_all, "purge all cached files"), in cmd_buildid_cache()
383 OPT_BOOLEAN('l', "list", &list_files, "list all cached files"), in cmd_buildid_cache()
386 OPT_BOOLEAN('f', "force", &force, "don't complain, do it"), in cmd_buildid_cache()
Dbuiltin-inject.c788 OPT_BOOLEAN('b', "build-ids", &inject.build_ids, in cmd_inject()
794 OPT_BOOLEAN('s', "sched-stat", &inject.sched_stat, in cmd_inject()
798 OPT_BOOLEAN('j', "jit", &inject.jit_mode, "merge jitdump files into perf.data file"), in cmd_inject()
804 OPT_BOOLEAN('f', "force", &data.force, "don't complain, do it"), in cmd_inject()
808 OPT_BOOLEAN(0, "strip", &inject.strip, in cmd_inject()
Dbuiltin-diff.c816 OPT_BOOLEAN('q', "quiet", &quiet, "Do not show any message"),
817 OPT_BOOLEAN('b', "baseline-only", &show_baseline_only,
823 OPT_BOOLEAN('p', "period", &show_period,
825 OPT_BOOLEAN('F', "formula", &show_formula,
827 OPT_BOOLEAN('D', "dump-raw-trace", &dump_trace,
829 OPT_BOOLEAN('f', "force", &force, "don't complain, do it"),
832 OPT_BOOLEAN('m', "modules", &symbol_conf.use_modules,
Dbuiltin-version.c20 OPT_BOOLEAN(0, "build-options", &version.build_options,
/Linux-v4.19/tools/objtool/
Dbuiltin-check.c40 OPT_BOOLEAN('f', "no-fp", &no_fp, "Skip frame pointer validation"),
41 OPT_BOOLEAN('u', "no-unreachable", &no_unreachable, "Skip 'unreachable instruction' warnings"),
42 OPT_BOOLEAN('r', "retpoline", &retpoline, "Validate retpoline assumptions"),
43 OPT_BOOLEAN('m', "module", &module, "Indicates the object will be part of a kernel module"),
/Linux-v4.19/tools/perf/bench/
Dfutex-lock-pi.c47 OPT_BOOLEAN( 'M', "multi", &multi, "Use multiple futexes"),
48 OPT_BOOLEAN( 's', "silent", &silent, "Silent mode: do not display data/details"),
49 OPT_BOOLEAN( 'S', "shared", &fshared, "Use shared futexes instead of private ones"),
Dnuma.c178OPT_BOOLEAN('R', "data_reads" , &p0.data_reads, "access the data via reads (can be mixed with -W)"…
179OPT_BOOLEAN('W', "data_writes" , &p0.data_writes, "access the data via writes (can be mixed with -…
180 OPT_BOOLEAN('B', "data_backwards", &p0.data_backwards, "access the data backwards as well"),
181 OPT_BOOLEAN('Z', "data_zero_memset", &p0.data_zero_memset,"access the data via glibc bzero only"),
182OPT_BOOLEAN('r', "data_rand_walk", &p0.data_rand_walk, "access the data with random (32bit LFSR) w…
185 OPT_BOOLEAN('z', "init_zero" , &p0.init_zero, "bzero the initial allocations"),
186OPT_BOOLEAN('I', "init_random" , &p0.init_random, "randomize the contents of the initial allocatio…
187 OPT_BOOLEAN('0', "init_cpu0" , &p0.init_cpu0, "do the initial allocations on CPU#0"),
193 OPT_BOOLEAN('c', "show_convergence", &p0.show_convergence, "show convergence details, "
195 OPT_BOOLEAN('m', "measure_convergence", &p0.measure_convergence, "measure convergence latency"),
[all …]
Dfutex-wake.c51 OPT_BOOLEAN( 's', "silent", &silent, "Silent mode: do not display data/details"),
52 OPT_BOOLEAN( 'S', "shared", &fshared, "Use shared futexes instead of private ones"),
Dfutex-requeue.c50 OPT_BOOLEAN( 's', "silent", &silent, "Silent mode: do not display data/details"),
51 OPT_BOOLEAN( 'S', "shared", &fshared, "Use shared futexes instead of private ones"),
Dfutex-hash.c55 OPT_BOOLEAN( 's', "silent", &silent, "Silent mode: do not display data/details"),
56 OPT_BOOLEAN( 'S', "shared", &fshared, "Use shared futexes instead of private ones"),
Dsched-messaging.c250 OPT_BOOLEAN('p', "pipe", &use_pipes,
252 OPT_BOOLEAN('t', "thread", &thread_mode,
Dfutex-wake-parallel.c62 OPT_BOOLEAN( 's', "silent", &silent, "Silent mode: do not display data/details"),
63 OPT_BOOLEAN( 'S', "shared", &fshared, "Use shared futexes instead of private ones"),
/Linux-v4.19/tools/lib/subcmd/
Dparse-options.h124 #define OPT_BOOLEAN(s, l, v, h) { .type = OPTION_BOOLEAN, .short_name = (s), .long_name = (l), … macro
223 #define OPT__VERBOSE(var) OPT_BOOLEAN('v', "verbose", (var), "be verbose")
224 #define OPT__QUIET(var) OPT_BOOLEAN('q', "quiet", (var), "be quiet")
230 #define OPT__DRY_RUN(var) OPT_BOOLEAN('n', "dry-run", (var), "dry run")

12