Home
last modified time | relevance | path

Searched refs:OPT_INTEGER (Results 1 – 17 of 17) sorted by relevance

/linux-5.19.10/tools/perf/bench/
Dsyscall.c24 OPT_INTEGER('l', "loop", &loops, "Specify number of loops"),
Devlist-open-close.c51 OPT_INTEGER('n', "nr-events", &nr_events,
53OPT_INTEGER('i', "iterations", &iterations, "Number of iterations used to compute average (default…
Dsched-pipe.c44 OPT_INTEGER('l', "loop", &loops, "Specify number of loops"),
Dmem-functions.c45 OPT_INTEGER('l', "nr_loops", &nr_loops,
Dnuma.c171 OPT_INTEGER('p', "nr_proc" , &p0.nr_proc, "number of processes"),
172 OPT_INTEGER('t', "nr_threads" , &p0.nr_threads, "number of threads per process"),
193OPT_INTEGER('x', "perturb_secs", &p0.perturb_secs, "perturb thread 0/0 every X secs, to test conve…
197 OPT_INTEGER('H', "thp" , &p0.thp, "MADV_NOHUGEPAGE < 0 < MADV_HUGEPAGE"),
/linux-5.19.10/tools/perf/
Dbuiltin-top.c1465 OPT_INTEGER('r', "realtime", &top.realtime_prio, in cmd_top()
1467 OPT_INTEGER('d', "delay", &top.delay_secs, in cmd_top()
1471 OPT_INTEGER('f', "count-filter", &top.count_filter, in cmd_top()
1483 OPT_INTEGER('E', "entries", &top.print_entries, in cmd_top()
1508 OPT_INTEGER(0, "max-stack", &top.max_stack, in cmd_top()
1568 OPT_INTEGER(0, "group-sort-idx", &symbol_conf.group_sort_idx, in cmd_top()
Dbuiltin-report.c1255 OPT_INTEGER(0, "max-stack", &report.max_stack, in cmd_report()
1305 OPT_INTEGER(0, "group-sort-idx", &symbol_conf.group_sort_idx, in cmd_report()
1321 OPT_INTEGER(0, "samples", &symbol_conf.res_sample, in cmd_report()
1336 OPT_INTEGER(0, "socket-filter", &report.socket_filter, in cmd_report()
Dbuiltin-stat.c1238 OPT_INTEGER('r', "repeat", &stat_config.run_count,
1266 OPT_INTEGER(0, "log-fd", &output_fd,
1275 OPT_INTEGER(0, "interval-count", &stat_config.times,
1291 OPT_INTEGER('D', "delay", &stat_config.initial_delay,
Dbuiltin-buildid-cache.c411 OPT_INTEGER(0, "target-ns", &ns_id, "target pid for namespace context"), in cmd_buildid_cache()
Dbuiltin-probe.c564 OPT_INTEGER('\0', "max-probes", &probe_conf.max_probes, in __cmd_probe()
Dbuiltin-kvm.c1262 OPT_INTEGER(0, "vcpu", &kvm->trace_vcpu, in kvm_events_report()
1363 OPT_INTEGER(0, "vcpu", &kvm->trace_vcpu, in kvm_events_live()
Dbuiltin-timechart.c1939 OPT_INTEGER('w', "width", &svg_page_width, "page width"), in cmd_timechart()
1949 OPT_INTEGER('n', "proc-num", &tchart.proc_num, in cmd_timechart()
Dbuiltin-record.c3148 OPT_INTEGER('r', "realtime", &record.realtime_prio,
3216 OPT_INTEGER('D', "delay", &record.opts.initial_delay,
3290 OPT_INTEGER(0, "switch-max-files", &record.switch_output.num_files,
Dbuiltin-script.c3840 OPT_INTEGER(0, "addr-range", &symbol_conf.addr_range, in cmd_script()
3892 OPT_INTEGER(0, "max-blocks", &max_blocks, in cmd_script()
Dbuiltin-sched.c3457 OPT_INTEGER('C', "CPU", &sched.profile_cpu, in cmd_sched()
Dbuiltin-trace.c4887 OPT_INTEGER('D', "delay", &trace.opts.initial_delay,
/linux-5.19.10/tools/lib/subcmd/
Dparse-options.h134 #define OPT_INTEGER(s, l, v, h) { .type = OPTION_INTEGER, .short_name = (s), .long_name = (l), … macro