/openbmc/linux/tools/perf/bench/ |
H A D | evlist-open-close.c | 51 OPT_INTEGER('n', "nr-events", &nr_events, 53 …OPT_INTEGER('i', "iterations", &iterations, "Number of iterations used to compute average (default…
|
H A D | syscall.c | 29 OPT_INTEGER('l', "loop", &loops, "Specify number of loops"),
|
H A D | sched-pipe.c | 44 OPT_INTEGER('l', "loop", &loops, "Specify number of loops"),
|
H A D | uprobe.c | 35 OPT_INTEGER('l', "loop", &loops, "Specify number of loops"),
|
H A D | numa.c | 170 OPT_INTEGER('p', "nr_proc" , &p0.nr_proc, "number of processes"), 171 OPT_INTEGER('t', "nr_threads" , &p0.nr_threads, "number of threads per process"), 192 …OPT_INTEGER('x', "perturb_secs", &p0.perturb_secs, "perturb thread 0/0 every X secs, to test conve… 196 OPT_INTEGER('H', "thp" , &p0.thp, "MADV_NOHUGEPAGE < 0 < MADV_HUGEPAGE"),
|
H A D | mem-functions.c | 45 OPT_INTEGER('l', "nr_loops", &nr_loops,
|
/openbmc/linux/tools/perf/ |
H A D | builtin-top.c | 1484 OPT_INTEGER('r', "realtime", &top.realtime_prio, in cmd_top() 1486 OPT_INTEGER('d', "delay", &top.delay_secs, in cmd_top() 1490 OPT_INTEGER('f', "count-filter", &top.count_filter, in cmd_top() 1500 OPT_INTEGER('E', "entries", &top.print_entries, in cmd_top() 1525 OPT_INTEGER(0, "max-stack", &top.max_stack, in cmd_top() 1589 OPT_INTEGER(0, "group-sort-idx", &symbol_conf.group_sort_idx, in cmd_top()
|
H A D | builtin-report.c | 1291 OPT_INTEGER(0, "max-stack", &report.max_stack, in cmd_report() 1341 OPT_INTEGER(0, "group-sort-idx", &symbol_conf.group_sort_idx, in cmd_report() 1359 OPT_INTEGER(0, "samples", &symbol_conf.res_sample, in cmd_report() 1374 OPT_INTEGER(0, "socket-filter", &report.socket_filter, in cmd_report()
|
H A D | builtin-buildid-cache.c | 411 OPT_INTEGER(0, "target-ns", &ns_id, "target pid for namespace context"), in cmd_buildid_cache()
|
H A D | builtin-stat.c | 1213 OPT_INTEGER('r', "repeat", &stat_config.run_count, 1243 OPT_INTEGER(0, "log-fd", &output_fd, 1252 OPT_INTEGER(0, "interval-count", &stat_config.times, 1271 OPT_INTEGER('D', "delay", &target.initial_delay,
|
H A D | builtin-probe.c | 581 OPT_INTEGER('\0', "max-probes", &probe_conf.max_probes, in __cmd_probe()
|
H A D | builtin-lock.c | 2502 OPT_INTEGER('E', "entries", &print_nr_entries, "display this many functions"), in cmd_lock() 2527 OPT_INTEGER(0, "stack-skip", &stack_skip, in cmd_lock() 2530 OPT_INTEGER('E', "entries", &print_nr_entries, "display this many functions"), in cmd_lock()
|
H A D | builtin-ftrace.c | 1169 OPT_INTEGER('D', "delay", &ftrace.target.initial_delay, in cmd_ftrace()
|
H A D | builtin-timechart.c | 1947 OPT_INTEGER('w', "width", &svg_page_width, "page width"), in cmd_timechart() 1957 OPT_INTEGER('n', "proc-num", &tchart.proc_num, in cmd_timechart()
|
H A D | builtin-kvm.c | 1793 OPT_INTEGER(0, "vcpu", &kvm->trace_vcpu, in kvm_events_report() 1899 OPT_INTEGER(0, "vcpu", &kvm->trace_vcpu, in kvm_events_live()
|
H A D | builtin-record.c | 3337 OPT_INTEGER('r', "realtime", &record.realtime_prio, 3478 OPT_INTEGER(0, "switch-max-files", &record.switch_output.num_files,
|
H A D | builtin-script.c | 3929 OPT_INTEGER(0, "addr-range", &symbol_conf.addr_range, in cmd_script() 3981 OPT_INTEGER(0, "max-blocks", &max_blocks, in cmd_script()
|
H A D | builtin-sched.c | 3584 OPT_INTEGER('C', "CPU", &sched.profile_cpu, in cmd_sched()
|
H A D | builtin-trace.c | 4778 OPT_INTEGER('D', "delay", &trace.opts.target.initial_delay,
|
/openbmc/linux/tools/objtool/ |
H A D | builtin-check.c | 78 OPT_INTEGER(0, "prefix", &opts.prefix, "generate prefix symbols"),
|
/openbmc/linux/tools/lib/subcmd/ |
H A D | parse-options.h | 130 #define OPT_INTEGER(s, l, v, h) { .type = OPTION_INTEGER, .short_name = (s), .long_name = (l), … macro
|