Symbol: OPT_INTEGER
tools/objtool/builtin-check.c
86
OPT_INTEGER(0, "prefix", &opts.prefix, "generate or grow prefix symbols for N-byte function padding"),
tools/perf/bench/evlist-open-close.c
226
OPT_INTEGER('n', "nr-events", &nr_events,
tools/perf/bench/evlist-open-close.c
228
OPT_INTEGER('i', "iterations", &iterations,
tools/perf/bench/futex-hash.c
58
OPT_INTEGER( 'b', "buckets", &params.nbuckets, "Specify amount of hash buckets"),
tools/perf/bench/futex-lock-pi.c
49
OPT_INTEGER( 'b', "buckets", &params.nbuckets, "Specify amount of hash buckets"),
tools/perf/bench/futex-requeue.c
54
OPT_INTEGER( 'b', "buckets", &params.nbuckets, "Specify amount of hash buckets"),
tools/perf/bench/futex-wake-parallel.c
65
OPT_INTEGER( 'b', "buckets", &params.nbuckets, "Specify amount of hash buckets"),
tools/perf/bench/futex-wake.c
54
OPT_INTEGER( 'b', "buckets", &params.nbuckets, "Specify amount of hash buckets"),
tools/perf/bench/numa.c
171
OPT_INTEGER('p', "nr_proc" , &p0.nr_proc, "number of processes"),
tools/perf/bench/numa.c
172
OPT_INTEGER('t', "nr_threads" , &p0.nr_threads, "number of threads per process"),
tools/perf/bench/numa.c
193
OPT_INTEGER('x', "perturb_secs", &p0.perturb_secs, "perturb thread 0/0 every X secs, to test convergence stability"),
tools/perf/bench/numa.c
197
OPT_INTEGER('H', "thp" , &p0.thp, "MADV_NOHUGEPAGE < 0 < MADV_HUGEPAGE"),
tools/perf/bench/sched-pipe.c
93
OPT_INTEGER('l', "loop", &loops, "Specify number of loops"),
tools/perf/bench/syscall.c
28
OPT_INTEGER('l', "loop", &loops, "Specify number of loops"),
tools/perf/bench/uprobe.c
37
OPT_INTEGER('l', "loop", &loops, "Specify number of loops"),
tools/perf/builtin-buildid-cache.c
415
OPT_INTEGER(0, "target-ns", &ns_id, "target pid for namespace context"),
tools/perf/builtin-ftrace.c
1798
OPT_INTEGER('D', "delay", &ftrace.target.initial_delay,
tools/perf/builtin-kvm.c
1734
OPT_INTEGER(0, "vcpu", &kvm->trace_vcpu,
tools/perf/builtin-kvm.c
1840
OPT_INTEGER(0, "vcpu", &kvm->trace_vcpu,
tools/perf/builtin-lock.c
2629
OPT_INTEGER('E', "entries", &print_nr_entries, "display this many functions"),
tools/perf/builtin-lock.c
2654
OPT_INTEGER(0, "stack-skip", &stack_skip,
tools/perf/builtin-lock.c
2657
OPT_INTEGER('E', "entries", &print_nr_entries, "display this many functions"),
tools/perf/builtin-probe.c
580
OPT_INTEGER('\0', "max-probes", &probe_conf.max_probes,
tools/perf/builtin-record.c
3469
OPT_INTEGER('r', "realtime", &record.realtime_prio,
tools/perf/builtin-record.c
3611
OPT_INTEGER(0, "switch-max-files", &record.switch_output.num_files,
tools/perf/builtin-report.c
1386
OPT_INTEGER(0, "max-stack", &report.max_stack,
tools/perf/builtin-report.c
1437
OPT_INTEGER(0, "group-sort-idx", &symbol_conf.group_sort_idx,
tools/perf/builtin-report.c
1461
OPT_INTEGER(0, "samples", &symbol_conf.res_sample,
tools/perf/builtin-report.c
1476
OPT_INTEGER(0, "socket-filter", &report.socket_filter,
tools/perf/builtin-sched.c
5050
OPT_INTEGER('C', "CPU", &sched.profile_cpu,
tools/perf/builtin-script.c
4111
OPT_INTEGER(0, "addr-range", &symbol_conf.addr_range,
tools/perf/builtin-script.c
4163
OPT_INTEGER(0, "max-blocks", &max_blocks,
tools/perf/builtin-stat.c
2490
OPT_INTEGER('r', "repeat", &stat_config.run_count,
tools/perf/builtin-stat.c
2521
OPT_INTEGER(0, "log-fd", &output_fd,
tools/perf/builtin-stat.c
2530
OPT_INTEGER(0, "interval-count", &stat_config.times,
tools/perf/builtin-stat.c
2548
OPT_INTEGER('D', "delay", &target.initial_delay,
tools/perf/builtin-timechart.c
1992
OPT_INTEGER('w', "width", &svg_page_width, "page width"),
tools/perf/builtin-timechart.c
2001
OPT_INTEGER('n', "proc-num", &tchart.proc_num,
tools/perf/builtin-top.c
1514
OPT_INTEGER('r', "realtime", &top.realtime_prio,
tools/perf/builtin-top.c
1516
OPT_INTEGER('d', "delay", &top.delay_secs,
tools/perf/builtin-top.c
1520
OPT_INTEGER('f', "count-filter", &top.count_filter,
tools/perf/builtin-top.c
1530
OPT_INTEGER('E', "entries", &top.print_entries,
tools/perf/builtin-top.c
1555
OPT_INTEGER(0, "max-stack", &top.max_stack,
tools/perf/builtin-top.c
1619
OPT_INTEGER(0, "group-sort-idx", &symbol_conf.group_sort_idx,
tools/perf/builtin-trace.c
5535
OPT_INTEGER('D', "delay", &trace.opts.target.initial_delay,
tools/perf/builtin-trace.c
5541
OPT_INTEGER(0, "max-summary", &trace.max_summary,