Home
last modified time | relevance | path

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

/linux-6.15/tools/perf/bench/
H A Devlist-open-close.c51 OPT_INTEGER('n', "nr-events", &nr_events,
53OPT_INTEGER('i', "iterations", &iterations, "Number of iterations used to compute average (default…
H A Dsyscall.c28 OPT_INTEGER('l', "loop", &loops, "Specify number of loops"),
H A Duprobe.c37 OPT_INTEGER('l', "loop", &loops, "Specify number of loops"),
H A Dsched-pipe.c89 OPT_INTEGER('l', "loop", &loops, "Specify number of loops"),
H A Dmem-functions.c45 OPT_INTEGER('l', "nr_loops", &nr_loops,
H A Dnuma.c172 OPT_INTEGER('p', "nr_proc" , &p0.nr_proc, "number of processes"),
173 OPT_INTEGER('t', "nr_threads" , &p0.nr_threads, "number of threads per process"),
194OPT_INTEGER('x', "perturb_secs", &p0.perturb_secs, "perturb thread 0/0 every X secs, to test conve…
198 OPT_INTEGER('H', "thp" , &p0.thp, "MADV_NOHUGEPAGE < 0 < MADV_HUGEPAGE"),
/linux-6.15/tools/perf/
H A Dbuiltin-top.c1497 OPT_INTEGER('r', "realtime", &top.realtime_prio, in cmd_top()
1499 OPT_INTEGER('d', "delay", &top.delay_secs, in cmd_top()
1503 OPT_INTEGER('f', "count-filter", &top.count_filter, in cmd_top()
1513 OPT_INTEGER('E', "entries", &top.print_entries, in cmd_top()
1538 OPT_INTEGER(0, "max-stack", &top.max_stack, in cmd_top()
1602 OPT_INTEGER(0, "group-sort-idx", &symbol_conf.group_sort_idx, in cmd_top()
H A Dbuiltin-report.c1370 OPT_INTEGER(0, "max-stack", &report.max_stack, in cmd_report()
1422 OPT_INTEGER(0, "group-sort-idx", &symbol_conf.group_sort_idx, in cmd_report()
1440 OPT_INTEGER(0, "samples", &symbol_conf.res_sample, in cmd_report()
1455 OPT_INTEGER(0, "socket-filter", &report.socket_filter, in cmd_report()
H A Dbuiltin-buildid-cache.c413 OPT_INTEGER(0, "target-ns", &ns_id, "target pid for namespace context"), in cmd_buildid_cache()
H A Dbuiltin-stat.c2363 OPT_INTEGER('r', "repeat", &stat_config.run_count, in cmd_stat()
2394 OPT_INTEGER(0, "log-fd", &output_fd, in cmd_stat()
2403 OPT_INTEGER(0, "interval-count", &stat_config.times, in cmd_stat()
2421 OPT_INTEGER('D', "delay", &target.initial_delay, in cmd_stat()
H A Dbuiltin-probe.c581 OPT_INTEGER('\0', "max-probes", &probe_conf.max_probes, in __cmd_probe()
H A Dbuiltin-lock.c2541 OPT_INTEGER('E', "entries", &print_nr_entries, "display this many functions"), in cmd_lock()
2566 OPT_INTEGER(0, "stack-skip", &stack_skip, in cmd_lock()
2569 OPT_INTEGER('E', "entries", &print_nr_entries, "display this many functions"), in cmd_lock()
H A Dbuiltin-kvm.c1732 OPT_INTEGER(0, "vcpu", &kvm->trace_vcpu, in kvm_events_report()
1838 OPT_INTEGER(0, "vcpu", &kvm->trace_vcpu, in kvm_events_live()
H A Dbuiltin-timechart.c1945 OPT_INTEGER('w', "width", &svg_page_width, "page width"), in cmd_timechart()
1955 OPT_INTEGER('n', "proc-num", &tchart.proc_num, in cmd_timechart()
H A Dbuiltin-ftrace.c1635 OPT_INTEGER('D', "delay", &ftrace.target.initial_delay, in cmd_ftrace()
H A Dbuiltin-record.c3390 OPT_INTEGER('r', "realtime", &record.realtime_prio,
3531 OPT_INTEGER(0, "switch-max-files", &record.switch_output.num_files,
H A Dbuiltin-script.c3760 OPT_INTEGER(0, "addr-range", &symbol_conf.addr_range, in cmd_script()
3812 OPT_INTEGER(0, "max-blocks", &max_blocks, in cmd_script()
H A Dbuiltin-sched.c3789 OPT_INTEGER('C', "CPU", &sched.profile_cpu, in cmd_sched()
H A Dbuiltin-trace.c5471 OPT_INTEGER('D', "delay", &trace.opts.target.initial_delay, in cmd_trace()
/linux-6.15/tools/objtool/
H A Dbuiltin-check.c84 OPT_INTEGER(0, "prefix", &opts.prefix, "generate prefix symbols"),
/linux-6.15/tools/lib/subcmd/
H A Dparse-options.h130 #define OPT_INTEGER(s, l, v, h) { .type = OPTION_INTEGER, .short_name = (s), .long_name = (l), … macro