/tools/perf/ |
D | builtin-annotate.c | 296 OPT_BOOLEAN('f', "force", &file.force, "don't complain, do it"), in cmd_annotate() 299 OPT_BOOLEAN('D', "dump-raw-trace", &dump_trace, in cmd_annotate() 301 OPT_BOOLEAN(0, "gtk", &annotate.use_gtk, "Use the GTK interface"), in cmd_annotate() 302 OPT_BOOLEAN(0, "tui", &annotate.use_tui, "Use the TUI interface"), in cmd_annotate() 303 OPT_BOOLEAN(0, "stdio", &annotate.use_stdio, "Use the stdio interface"), in cmd_annotate() 306 OPT_BOOLEAN('m', "modules", &symbol_conf.use_modules, in cmd_annotate() 308 OPT_BOOLEAN('l', "print-line", &annotate.print_line, in cmd_annotate() 310 OPT_BOOLEAN('P', "full-paths", &annotate.full_paths, in cmd_annotate() 312 OPT_BOOLEAN(0, "skip-missing", &annotate.skip_missing, in cmd_annotate() 317 OPT_BOOLEAN(0, "source", &symbol_conf.annotate_src, in cmd_annotate() [all …]
|
D | builtin-report.c | 607 OPT_BOOLEAN('D', "dump-raw-trace", &dump_trace, in cmd_report() 613 OPT_BOOLEAN('f', "force", &report.force, "don't complain, do it"), in cmd_report() 614 OPT_BOOLEAN('m', "modules", &symbol_conf.use_modules, in cmd_report() 616 OPT_BOOLEAN('n', "show-nr-samples", &symbol_conf.show_nr_samples, in cmd_report() 618 OPT_BOOLEAN('T', "threads", &report.show_threads, in cmd_report() 622 OPT_BOOLEAN(0, "tui", &report.use_tui, "Use the TUI interface"), in cmd_report() 623 OPT_BOOLEAN(0, "gtk", &report.use_gtk, "Use the GTK2 interface"), in cmd_report() 624 OPT_BOOLEAN(0, "stdio", &report.use_stdio, in cmd_report() 626 OPT_BOOLEAN(0, "header", &report.header, "Show data header."), in cmd_report() 627 OPT_BOOLEAN(0, "header-only", &report.header_only, in cmd_report() [all …]
|
D | builtin-evlist.c | 45 OPT_BOOLEAN('F', "freq", &details.freq, "Show the sample frequency"), in cmd_evlist() 46 OPT_BOOLEAN('v', "verbose", &details.verbose, in cmd_evlist() 48 OPT_BOOLEAN('g', "group", &details.event_group, in cmd_evlist()
|
D | builtin-buildid-list.c | 92 OPT_BOOLEAN('H', "with-hits", &with_hits, "Show only DSOs with hits"), in cmd_buildid_list() 94 OPT_BOOLEAN('f', "force", &force, "don't complain, do it"), in cmd_buildid_list() 95 OPT_BOOLEAN('k', "kernel", &show_kernel, "Show current kernel build id"), in cmd_buildid_list()
|
D | builtin-record.c | 740 OPT_BOOLEAN(0, "no-buffering", &record.opts.no_buffering, 742 OPT_BOOLEAN('R', "raw-samples", &record.opts.raw_samples, 744 OPT_BOOLEAN('a', "all-cpus", &record.opts.target.system_wide, 758 OPT_BOOLEAN(0, "group", &record.opts.group, 768 OPT_BOOLEAN('q', "quiet", &quiet, "don't print any message"), 769 OPT_BOOLEAN('s', "stat", &record.opts.inherit_stat, 771 OPT_BOOLEAN('d', "data", &record.opts.sample_address, 773 OPT_BOOLEAN('T', "timestamp", &record.opts.sample_time, "Sample timestamps"), 774 OPT_BOOLEAN('P', "period", &record.opts.period, "Sample period"), 775 OPT_BOOLEAN('n', "no-samples", &record.opts.no_samples, [all …]
|
D | builtin-probe.c | 318 OPT_BOOLEAN('l', "list", ¶ms.list_events, in __cmd_probe() 346 OPT_BOOLEAN('f', "force", ¶ms.force_add, "forcibly add events" in __cmd_probe() 355 OPT_BOOLEAN('\0', "externs", ¶ms.show_ext_vars, in __cmd_probe() 368 OPT_BOOLEAN('F', "funcs", ¶ms.show_funcs, in __cmd_probe() 377 OPT_BOOLEAN(0, "demangle", &symbol_conf.demangle, in __cmd_probe() 379 OPT_BOOLEAN(0, "demangle-kernel", &symbol_conf.demangle_kernel, in __cmd_probe()
|
D | builtin-top.c | 1077 OPT_BOOLEAN('a', "all-cpus", &target->system_wide, in cmd_top() 1083 OPT_BOOLEAN(0, "ignore-vmlinux", &symbol_conf.ignore_vmlinux, in cmd_top() 1085 OPT_BOOLEAN('K', "hide_kernel_symbols", &top.hide_kernel_symbols, in cmd_top() 1094 OPT_BOOLEAN('D', "dump-symtab", &top.dump_symtab, in cmd_top() 1098 OPT_BOOLEAN(0, "group", &opts->group, in cmd_top() 1100 OPT_BOOLEAN('i', "no-inherit", &opts->no_inherit, in cmd_top() 1104 OPT_BOOLEAN('z', "zero", &top.zero, "zero history across updates"), in cmd_top() 1108 OPT_BOOLEAN('U', "hide_user_symbols", &top.hide_user_symbols, in cmd_top() 1110 OPT_BOOLEAN(0, "tui", &top.use_tui, "Use the TUI interface"), in cmd_top() 1111 OPT_BOOLEAN(0, "stdio", &top.use_stdio, "Use the stdio interface"), in cmd_top() [all …]
|
D | builtin-mem.c | 204 OPT_BOOLEAN('D', "dump-raw-samples", &mem.dump_raw, in cmd_mem() 206 OPT_BOOLEAN('U', "hide-unresolved", &mem.hide_unresolved, in cmd_mem()
|
D | builtin-script.c | 1529 OPT_BOOLEAN('D', "dump-raw-trace", &dump_trace, in cmd_script() 1533 OPT_BOOLEAN('L', "Latency", &latency_format, in cmd_script() 1543 OPT_BOOLEAN('d', "debug-mode", &debug_mode, in cmd_script() 1545 OPT_BOOLEAN(0, "header", &header, "Show data header."), in cmd_script() 1546 OPT_BOOLEAN(0, "header-only", &header_only, "Show only data header."), in cmd_script() 1551 OPT_BOOLEAN('G', "hide-call-graph", &no_callchain, in cmd_script() 1560 OPT_BOOLEAN('a', "all-cpus", &system_wide, in cmd_script() 1567 OPT_BOOLEAN('I', "show-info", &show_full_info, in cmd_script() 1569 OPT_BOOLEAN('\0', "show-kernel-path", &symbol_conf.show_kernel_path, in cmd_script() 1571 OPT_BOOLEAN('\0', "show-task-events", &script.show_task_events, in cmd_script() [all …]
|
D | builtin-diff.c | 724 OPT_BOOLEAN('b', "baseline-only", &show_baseline_only, 730 OPT_BOOLEAN('p', "period", &show_period, 732 OPT_BOOLEAN('F', "formula", &show_formula, 734 OPT_BOOLEAN('D', "dump-raw-trace", &dump_trace, 736 OPT_BOOLEAN('f', "force", &force, "don't complain, do it"), 737 OPT_BOOLEAN('m', "modules", &symbol_conf.use_modules,
|
D | builtin-stat.c | 1617 OPT_BOOLEAN('T', "transaction", &transaction_run, in cmd_stat() 1624 OPT_BOOLEAN('i', "no-inherit", &no_inherit, in cmd_stat() 1630 OPT_BOOLEAN('a', "all-cpus", &target.system_wide, in cmd_stat() 1632 OPT_BOOLEAN('g', "group", &group, in cmd_stat() 1634 OPT_BOOLEAN('c', "scale", &scale, "scale/normalize counters"), in cmd_stat() 1639 OPT_BOOLEAN('n', "null", &null_run, in cmd_stat() 1643 OPT_BOOLEAN('S', "sync", &sync_run, in cmd_stat() 1657 OPT_BOOLEAN(0, "append", &append_file, "append to the output file"), in cmd_stat()
|
D | builtin-timechart.c | 1939 OPT_BOOLEAN('P', "power-only", &tchart.power_only, "output power data only"), in cmd_timechart() 1940 OPT_BOOLEAN('T', "tasks-only", &tchart.tasks_only, in cmd_timechart() 1949 OPT_BOOLEAN('t', "topology", &tchart.topology, in cmd_timechart() 1951 OPT_BOOLEAN(0, "io-skip-eagain", &tchart.skip_eagain, in cmd_timechart() 1967 OPT_BOOLEAN('P', "power-only", &tchart.power_only, "output power data only"), in cmd_timechart() 1968 OPT_BOOLEAN('T', "tasks-only", &tchart.tasks_only, in cmd_timechart() 1970 OPT_BOOLEAN('I', "io-only", &tchart.io_only, in cmd_timechart() 1972 OPT_BOOLEAN('g', "callchain", &tchart.with_backtrace, "record callchain"), in cmd_timechart()
|
D | builtin-inject.c | 427 OPT_BOOLEAN('b', "build-ids", &inject.build_ids, in cmd_inject() 433 OPT_BOOLEAN('s', "sched-stat", &inject.sched_stat, in cmd_inject()
|
D | builtin-lock.c | 944 OPT_BOOLEAN('t', "threads", &info_threads, in cmd_lock() 946 OPT_BOOLEAN('m', "map", &info_map, in cmd_lock() 953 OPT_BOOLEAN('D', "dump-raw-trace", &dump_trace, "dump raw trace in ASCII"), in cmd_lock()
|
D | builtin-trace.c | 2497 OPT_BOOLEAN(0, "comm", &trace.show_comm, in cmd_trace() 2499 OPT_BOOLEAN(0, "tool_stats", &trace.show_tool_stats, "show tool stats"), in cmd_trace() 2508 OPT_BOOLEAN('a', "all-cpus", &trace.opts.target.system_wide, in cmd_trace() 2512 OPT_BOOLEAN(0, "no-inherit", &trace.opts.no_inherit, in cmd_trace() 2522 OPT_BOOLEAN(0, "sched", &trace.sched, "show blocking scheduler events"), in cmd_trace() 2524 OPT_BOOLEAN('T', "time", &trace.full_time, in cmd_trace() 2526 OPT_BOOLEAN('s', "summary", &trace.summary_only, in cmd_trace() 2528 OPT_BOOLEAN('S', "with-summary", &trace.summary, in cmd_trace() 2532 OPT_BOOLEAN(0, "syscalls", &trace.trace_syscalls, "Trace syscalls"), in cmd_trace()
|
D | builtin-buildid-cache.c | 310 OPT_BOOLEAN('f', "force", &force, "don't complain, do it"), in cmd_buildid_cache()
|
/tools/perf/util/ |
D | parse-options.h | 110 #define OPT_BOOLEAN(s, l, v, h) { .type = OPTION_BOOLEAN, .short_name = (s), .long_name = (l), … macro 199 #define OPT__VERBOSE(var) OPT_BOOLEAN('v', "verbose", (var), "be verbose") 200 #define OPT__QUIET(var) OPT_BOOLEAN('q', "quiet", (var), "be quiet") 206 #define OPT__DRY_RUN(var) OPT_BOOLEAN('n', "dry-run", (var), "dry run")
|
/tools/perf/bench/ |
D | mem-memset.c | 41 OPT_BOOLEAN('c', "cycle", &use_cycle, 43 OPT_BOOLEAN('o', "only-prefault", &only_prefault, 45 OPT_BOOLEAN('n', "no-prefault", &no_prefault,
|
D | mem-memcpy.c | 41 OPT_BOOLEAN('c', "cycle", &use_cycle, 43 OPT_BOOLEAN('o', "only-prefault", &only_prefault, 45 OPT_BOOLEAN('n', "no-prefault", &no_prefault,
|
D | futex-wake.c | 44 OPT_BOOLEAN( 's', "silent", &silent, "Silent mode: do not display data/details"), 45 OPT_BOOLEAN( 'S', "shared", &fshared, "Use shared futexes instead of private ones"),
|
D | futex-requeue.c | 43 OPT_BOOLEAN( 's', "silent", &silent, "Silent mode: do not display data/details"), 44 OPT_BOOLEAN( 'S', "shared", &fshared, "Use shared futexes instead of private ones"),
|
D | numa.c | 166 …OPT_BOOLEAN('R', "data_reads" , &p0.data_reads, "access the data via writes (can be mixed with -W)… 167 …OPT_BOOLEAN('W', "data_writes" , &p0.data_writes, "access the data via writes (can be mixed with -… 168 OPT_BOOLEAN('B', "data_backwards", &p0.data_backwards, "access the data backwards as well"), 169 OPT_BOOLEAN('Z', "data_zero_memset", &p0.data_zero_memset,"access the data via glibc bzero only"), 170 …OPT_BOOLEAN('r', "data_rand_walk", &p0.data_rand_walk, "access the data with random (32bit LFSR) w… 173 OPT_BOOLEAN('z', "init_zero" , &p0.init_zero, "bzero the initial allocations"), 174 …OPT_BOOLEAN('I', "init_random" , &p0.init_random, "randomize the contents of the initial allocatio… 175 OPT_BOOLEAN('0', "init_cpu0" , &p0.init_cpu0, "do the initial allocations on CPU#0"), 181 OPT_BOOLEAN('c', "show_convergence", &p0.show_convergence, "show convergence details"), 182 OPT_BOOLEAN('m', "measure_convergence", &p0.measure_convergence, "measure convergence latency"), [all …]
|
D | futex-hash.c | 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"),
|
D | sched-messaging.c | 248 OPT_BOOLEAN('p', "pipe", &use_pipes, 250 OPT_BOOLEAN('t', "thread", &thread_mode,
|
D | sched-pipe.c | 46 OPT_BOOLEAN('T', "threaded", &threaded, "Specify threads/process based task setup"),
|