Symbol: OPT_INTEGER
tools/objtool/builtin-check.c
88
OPT_INTEGER(0, "prefix", &opts.prefix, "generate prefix symbols"),
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
172
OPT_INTEGER('p', "nr_proc" , &p0.nr_proc, "number of processes"),
tools/perf/bench/numa.c
173
OPT_INTEGER('t', "nr_threads" , &p0.nr_threads, "number of threads per process"),
tools/perf/bench/numa.c
194
OPT_INTEGER('x', "perturb_secs", &p0.perturb_secs, "perturb thread 0/0 every X secs, to test convergence stability"),
tools/perf/bench/numa.c
198
OPT_INTEGER('H', "thp" , &p0.thp, "MADV_NOHUGEPAGE < 0 < MADV_HUGEPAGE"),
tools/perf/bench/sched-pipe.c
89
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
1797
OPT_INTEGER('D', "delay", &ftrace.target.initial_delay,
tools/perf/builtin-kvm.c
1735
OPT_INTEGER(0, "vcpu", &kvm->trace_vcpu,
tools/perf/builtin-kvm.c
1841
OPT_INTEGER(0, "vcpu", &kvm->trace_vcpu,
tools/perf/builtin-lock.c
2625
OPT_INTEGER('E', "entries", &print_nr_entries, "display this many functions"),
tools/perf/builtin-lock.c
2650
OPT_INTEGER(0, "stack-skip", &stack_skip,
tools/perf/builtin-lock.c
2653
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
3498
OPT_INTEGER('r', "realtime", &record.realtime_prio,
tools/perf/builtin-record.c
3640
OPT_INTEGER(0, "switch-max-files", &record.switch_output.num_files,
tools/perf/builtin-report.c
1390
OPT_INTEGER(0, "max-stack", &report.max_stack,
tools/perf/builtin-report.c
1442
OPT_INTEGER(0, "group-sort-idx", &symbol_conf.group_sort_idx,
tools/perf/builtin-report.c
1463
OPT_INTEGER(0, "samples", &symbol_conf.res_sample,
tools/perf/builtin-report.c
1478
OPT_INTEGER(0, "socket-filter", &report.socket_filter,
tools/perf/builtin-sched.c
4847
OPT_INTEGER('C', "CPU", &sched.profile_cpu,
tools/perf/builtin-script.c
4098
OPT_INTEGER(0, "addr-range", &symbol_conf.addr_range,
tools/perf/builtin-script.c
4150
OPT_INTEGER(0, "max-blocks", &max_blocks,
tools/perf/builtin-stat.c
2458
OPT_INTEGER('r', "repeat", &stat_config.run_count,
tools/perf/builtin-stat.c
2489
OPT_INTEGER(0, "log-fd", &output_fd,
tools/perf/builtin-stat.c
2498
OPT_INTEGER(0, "interval-count", &stat_config.times,
tools/perf/builtin-stat.c
2516
OPT_INTEGER('D', "delay", &target.initial_delay,
tools/perf/builtin-timechart.c
1947
OPT_INTEGER('w', "width", &svg_page_width, "page width"),
tools/perf/builtin-timechart.c
1957
OPT_INTEGER('n', "proc-num", &tchart.proc_num,
tools/perf/builtin-top.c
1503
OPT_INTEGER('r', "realtime", &top.realtime_prio,
tools/perf/builtin-top.c
1505
OPT_INTEGER('d', "delay", &top.delay_secs,
tools/perf/builtin-top.c
1509
OPT_INTEGER('f', "count-filter", &top.count_filter,
tools/perf/builtin-top.c
1519
OPT_INTEGER('E', "entries", &top.print_entries,
tools/perf/builtin-top.c
1544
OPT_INTEGER(0, "max-stack", &top.max_stack,
tools/perf/builtin-top.c
1608
OPT_INTEGER(0, "group-sort-idx", &symbol_conf.group_sort_idx,
tools/perf/builtin-trace.c
5471
OPT_INTEGER('D', "delay", &trace.opts.target.initial_delay,
tools/perf/builtin-trace.c
5477
OPT_INTEGER(0, "max-summary", &trace.max_summary,