Home
last modified time | relevance | path

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

12

/linux/tools/objtool/
A Dbuiltin-check.c36 OPT_BOOLEAN('f', "no-fp", &no_fp, "Skip frame pointer validation"),
38 OPT_BOOLEAN('r', "retpoline", &retpoline, "Validate retpoline assumptions"),
39 OPT_BOOLEAN('m', "module", &module, "Indicates the object will be part of a kernel module"),
40 OPT_BOOLEAN('b', "backtrace", &backtrace, "unwind on error"),
41 OPT_BOOLEAN('a', "uaccess", &uaccess, "enable uaccess checking"),
42 OPT_BOOLEAN('s', "stats", &stats, "print statistics"),
43 OPT_BOOLEAN('d', "duplicate", &validate_dup, "duplicate validation for vmlinux.o"),
44 OPT_BOOLEAN('n', "noinstr", &noinstr, "noinstr validation for vmlinux.o"),
45 OPT_BOOLEAN('l', "vmlinux", &vmlinux, "vmlinux.o validation"),
46 OPT_BOOLEAN('M', "mcount", &mcount, "generate __mcount_loc"),
[all …]
/linux/tools/perf/
A Dbuiltin-annotate.c502 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()
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()
517 OPT_BOOLEAN('P', "full-paths", &annotate.opts.full_path, in cmd_annotate()
519 OPT_BOOLEAN(0, "skip-missing", &annotate.skip_missing, in cmd_annotate()
528 OPT_BOOLEAN(0, "source", &annotate.opts.annotate_src, in cmd_annotate()
530 OPT_BOOLEAN(0, "asm-raw", &annotate.opts.show_asm_raw, in cmd_annotate()
540 OPT_BOOLEAN(0, "demangle", &symbol_conf.demangle, in cmd_annotate()
[all …]
A Dbuiltin-report.c1189 OPT_BOOLEAN('D', "dump-raw-trace", &dump_trace, in cmd_report()
1201 OPT_BOOLEAN('m', "modules", &symbol_conf.use_modules, in cmd_report()
1205 OPT_BOOLEAN('T', "threads", &report.show_threads, in cmd_report()
1211 OPT_BOOLEAN(0, "stdio", &report.use_stdio, in cmd_report()
1214 OPT_BOOLEAN(0, "header-only", &report.header_only, in cmd_report()
1292 OPT_BOOLEAN(0, "branch-history", &branch_call_mode, in cmd_report()
1296 OPT_BOOLEAN(0, "demangle", &symbol_conf.demangle, in cmd_report()
1314 OPT_BOOLEAN(0, "stitch-lbr", &report.stitch_lbr, in cmd_report()
1318 OPT_BOOLEAN(0, "raw-trace", &symbol_conf.raw_trace, in cmd_report()
1327 OPT_BOOLEAN(0, "inline", &symbol_conf.inline_name, in cmd_report()
[all …]
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()
A Dbuiltin-list.c34 OPT_BOOLEAN(0, "raw-dump", &raw_dump, "Dump raw events"), in cmd_list()
35 OPT_BOOLEAN('d', "desc", &desc_flag, in cmd_list()
37 OPT_BOOLEAN('v', "long-desc", &long_desc_flag, in cmd_list()
39 OPT_BOOLEAN(0, "details", &details_flag, in cmd_list()
41 OPT_BOOLEAN(0, "deprecated", &deprecated, in cmd_list()
A Dbuiltin-top.c1453 OPT_BOOLEAN('a', "all-cpus", &target->system_wide, in cmd_top()
1471 OPT_BOOLEAN('D', "dump-symtab", &top.dump_symtab, in cmd_top()
1475 OPT_BOOLEAN(0, "group", &opts->group, in cmd_top()
1477 OPT_BOOLEAN('i', "no-inherit", &opts->no_inherit, in cmd_top()
1506 OPT_BOOLEAN(0, "children", &symbol_conf.cumulate_callchain, in cmd_top()
1553 OPT_BOOLEAN(0, "raw-trace", &symbol_conf.raw_trace, in cmd_top()
1555 OPT_BOOLEAN(0, "hierarchy", &symbol_conf.report_hierarchy, in cmd_top()
1557 OPT_BOOLEAN(0, "overwrite", &top.record_opts.overwrite, in cmd_top()
1564 OPT_BOOLEAN(0, "namespaces", &opts->record_namespaces, in cmd_top()
1566 OPT_BOOLEAN(0, "all-cgroups", &opts->record_cgroup, in cmd_top()
[all …]
A Dbuiltin-probe.c517 OPT_BOOLEAN('q', "quiet", &params.quiet, in __cmd_probe()
545 OPT_BOOLEAN('f', "force", &probe_conf.force_add, "forcibly add events" in __cmd_probe()
553 OPT_BOOLEAN('\0', "externs", &probe_conf.show_ext_vars, in __cmd_probe()
555 OPT_BOOLEAN('\0', "range", &probe_conf.show_location_range, in __cmd_probe()
561 OPT_BOOLEAN('\0', "no-inlines", &probe_conf.no_inlines, in __cmd_probe()
579 OPT_BOOLEAN(0, "demangle", &symbol_conf.demangle, in __cmd_probe()
581 OPT_BOOLEAN(0, "demangle-kernel", &symbol_conf.demangle_kernel, in __cmd_probe()
583 OPT_BOOLEAN(0, "cache", &probe_conf.cache, "Manipulate probe cache"), in __cmd_probe()
588 OPT_BOOLEAN(0, "bootconfig", &probe_conf.bootconfig, in __cmd_probe()
A Dbuiltin-mem.c81 OPT_BOOLEAN('U', "all-user", &all_user, "collect only user level data"), in __cmd_record()
82 OPT_BOOLEAN('K', "all-kernel", &all_kernel, "collect only kernel level data"), in __cmd_record()
463 OPT_BOOLEAN('D', "dump-raw-samples", &mem.dump_raw, in cmd_mem()
465 OPT_BOOLEAN('U', "hide-unresolved", &mem.hide_unresolved, in cmd_mem()
475 OPT_BOOLEAN('f', "force", &mem.force, "don't complain, do it"), in cmd_mem()
476 OPT_BOOLEAN('p', "phys-data", &mem.phys_addr, "Record/Report sample physical addresses"), in cmd_mem()
477OPT_BOOLEAN(0, "data-page-size", &mem.data_page_size, "Record/Report sample data address page size… in cmd_mem()
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"),
A Dbuiltin-buildid-list.c105 OPT_BOOLEAN('H', "with-hits", &with_hits, "Show only DSOs with hits"), in cmd_buildid_list()
107 OPT_BOOLEAN('f', "force", &force, "don't complain, do it"), in cmd_buildid_list()
108 OPT_BOOLEAN('k', "kernel", &show_kernel, "Show current kernel build id"), in cmd_buildid_list()
A Dbuiltin-record.c2491 OPT_BOOLEAN(0, "no-buffering", &record.opts.no_buffering,
2493 OPT_BOOLEAN('R', "raw-samples", &record.opts.raw_samples,
2509 OPT_BOOLEAN(0, "strict-freq", &record.opts.strict_freq,
2520 OPT_BOOLEAN(0, "group", &record.opts.group,
2531 OPT_BOOLEAN('s', "stat", &record.opts.inherit_stat,
2546 OPT_BOOLEAN('n', "no-samples", &record.opts.no_samples,
2570 OPT_BOOLEAN('W', "weight", &record.opts.sample_weight,
2582 OPT_BOOLEAN(0, "running-time", &record.opts.running_time,
2616 OPT_BOOLEAN(0, "buildid-all", &record.buildid_all,
2618 OPT_BOOLEAN(0, "buildid-mmap", &record.buildid_mmap,
[all …]
A Dbuiltin-stat.c1172 OPT_BOOLEAN('T', "transaction", &transaction_run,
1188 OPT_BOOLEAN(0, "bpf-counters", &target.use_bpf,
1193 OPT_BOOLEAN('a', "all-cpus", &target.system_wide,
1195 OPT_BOOLEAN('g', "group", &group,
1197 OPT_BOOLEAN(0, "scale", &stat_config.scale,
1205 OPT_BOOLEAN('n', "null", &stat_config.null_run,
1209 OPT_BOOLEAN('S', "sync", &sync_run,
1260 OPT_BOOLEAN(0, "topdown", &topdown_run,
1264 OPT_BOOLEAN(0, "smi-cost", &smi_cost,
1279 OPT_BOOLEAN(0, "summary", &stat_config.summary,
[all …]
A Dbuiltin-script.c3688 OPT_BOOLEAN('D', "dump-raw-trace", &dump_trace, in cmd_script()
3692 OPT_BOOLEAN('L', "Latency", &latency_format, in cmd_script()
3707 OPT_BOOLEAN('d', "debug-mode", &debug_mode, in cmd_script()
3709 OPT_BOOLEAN(0, "header", &header, "Show data header."), in cmd_script()
3715 OPT_BOOLEAN('G', "hide-call-graph", &no_callchain, in cmd_script()
3730 OPT_BOOLEAN('a', "all-cpus", &system_wide, in cmd_script()
3763 OPT_BOOLEAN('I', "show-info", &show_full_info, in cmd_script()
3790 OPT_BOOLEAN(0, "ns", &symbol_conf.nanosecs, in cmd_script()
3797 OPT_BOOLEAN(0, "demangle", &symbol_conf.demangle, in cmd_script()
3803 OPT_BOOLEAN(0, "inline", &symbol_conf.inline_name, in cmd_script()
[all …]
A Dbuiltin-config.c32 OPT_BOOLEAN(0, "system", &use_system_config, "use system config file"),
33 OPT_BOOLEAN(0, "user", &use_user_config, "use user config file"),
A Dbuiltin-inject.c931 OPT_BOOLEAN('b', "build-ids", &inject.build_ids, in cmd_inject()
933 OPT_BOOLEAN(0, "buildid-all", &inject.build_id_all, in cmd_inject()
939 OPT_BOOLEAN('s', "sched-stat", &inject.sched_stat, in cmd_inject()
943 OPT_BOOLEAN('j', "jit", &inject.jit_mode, "merge jitdump files into perf.data file"), in cmd_inject()
949 OPT_BOOLEAN(0, "ignore-vmlinux", &symbol_conf.ignore_vmlinux, in cmd_inject()
953 OPT_BOOLEAN('f', "force", &data.force, "don't complain, do it"), in cmd_inject()
958 OPT_BOOLEAN(0, "strip", &inject.strip, in cmd_inject()
/linux/tools/perf/bench/
A Dfutex-requeue.c54 OPT_BOOLEAN( 's', "silent", &params.silent, "Silent mode: do not display data/details"),
55 OPT_BOOLEAN( 'S', "shared", &params.fshared, "Use shared futexes instead of private ones"),
56 OPT_BOOLEAN( 'm', "mlockall", &params.mlockall, "Lock all current and future memory"),
57 OPT_BOOLEAN( 'B', "broadcast", &params.broadcast, "Requeue all threads at once"),
58 OPT_BOOLEAN( 'p', "pi", &params.pi, "Use PI-aware variants of FUTEX_CMP_REQUEUE"),
A Depoll-wait.c130 OPT_BOOLEAN( 'n', "noaffinity", &noaffinity, "Disables CPU affinity"),
131 OPT_BOOLEAN('R', "randomize", &randomize, "Enable random write behaviour (default is lineal)"),
132 OPT_BOOLEAN( 'v', "verbose", &__verbose, "Verbose mode"),
135 OPT_BOOLEAN( 'm', "multiq", &multiq, "Use multiple epoll instances (one per thread)"),
136 OPT_BOOLEAN( 'B', "nonblocking", &nonblocking, "Nonblocking epoll_wait(2) behaviour"),
138 OPT_BOOLEAN( 'S', "oneshot", &oneshot, "Use EPOLLONESHOT semantics"),
139 OPT_BOOLEAN( 'E', "edge", &et, "Use Edge-triggered interface (default is LT)"),
A Dfutex-lock-pi.c49 OPT_BOOLEAN( 'M', "multi", &params.multi, "Use multiple futexes"),
50 OPT_BOOLEAN( 's', "silent", &params.silent, "Silent mode: do not display data/details"),
51 OPT_BOOLEAN( 'S', "shared", &params.fshared, "Use shared futexes instead of private ones"),
52 OPT_BOOLEAN( 'm', "mlockall", &params.mlockall, "Lock all current and future memory"),
A Dfutex-wake.c54 OPT_BOOLEAN( 's', "silent", &params.silent, "Silent mode: do not display data/details"),
55 OPT_BOOLEAN( 'S', "shared", &params.fshared, "Use shared futexes instead of private ones"),
56 OPT_BOOLEAN( 'm', "mlockall", &params.mlockall, "Lock all current and future memory"),
A Dfutex-hash.c58 OPT_BOOLEAN( 's', "silent", &params.silent, "Silent mode: do not display data/details"),
59 OPT_BOOLEAN( 'S', "shared", &params.fshared, "Use shared futexes instead of private ones"),
60 OPT_BOOLEAN( 'm', "mlockall", &params.mlockall, "Lock all current and future memory"),
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"),
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"),
200 OPT_BOOLEAN('q', "quiet" , &p0.show_quiet, "quiet mode"),
[all …]
A Dfutex-wake-parallel.c64 OPT_BOOLEAN( 's', "silent", &params.silent, "Silent mode: do not display data/details"),
65 OPT_BOOLEAN( 'S', "shared", &params.fshared, "Use shared futexes instead of private ones"),
66 OPT_BOOLEAN( 'm', "mlockall", &params.mlockall, "Lock all current and future memory"),
A Depoll-ctl.c77 OPT_BOOLEAN( 'n', "noaffinity", &noaffinity, "Disables CPU affinity"),
79 OPT_BOOLEAN( 'R', "randomize", &randomize, "Perform random operations on random fds"),
80 OPT_BOOLEAN( 'v', "verbose", &__verbose, "Verbose mode"),
A Dsynthesize.c32 OPT_BOOLEAN('s', "st", &run_st, "Run single threaded benchmark"),
33 OPT_BOOLEAN('t', "mt", &run_mt, "Run multi-threaded benchmark"),
/linux/tools/lib/subcmd/
A Dparse-options.h125 #define OPT_BOOLEAN(s, l, v, h) { .type = OPTION_BOOLEAN, .short_name = (s), .long_name = (l), … macro
228 #define OPT__VERBOSE(var) OPT_BOOLEAN('v', "verbose", (var), "be verbose")
229 #define OPT__QUIET(var) OPT_BOOLEAN('q', "quiet", (var), "be quiet")
235 #define OPT__DRY_RUN(var) OPT_BOOLEAN('n', "dry-run", (var), "dry run")

Completed in 55 milliseconds

12