Home
last modified time | relevance | path

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

/linux-4.4.14/tools/perf/bench/
Dsched-pipe.c45 OPT_INTEGER('l', "loop", &loops, "Specify number of loops"),
Dnuma.c159 OPT_INTEGER('p', "nr_proc" , &p0.nr_proc, "number of processes"),
160 OPT_INTEGER('t', "nr_threads" , &p0.nr_threads, "number of threads per process"),
181OPT_INTEGER('x', "perturb_secs", &p0.perturb_secs, "perturb thread 0/0 every X secs, to test conve…
185 OPT_INTEGER('H', "thp" , &p0.thp, "MADV_NOHUGEPAGE < 0 < MADV_HUGEPAGE"),
Dmem-functions.c40 OPT_INTEGER('l', "nr_loops", &nr_loops,
/linux-4.4.14/tools/perf/
Dbuiltin-top.c1142 OPT_INTEGER('r', "realtime", &top.realtime_prio, in cmd_top()
1144 OPT_INTEGER('d', "delay", &top.delay_secs, in cmd_top()
1148 OPT_INTEGER('f', "count-filter", &top.count_filter, in cmd_top()
1158 OPT_INTEGER('E', "entries", &top.print_entries, in cmd_top()
1181 OPT_INTEGER(0, "max-stack", &top.max_stack, in cmd_top()
Dbuiltin-report.c716 OPT_INTEGER(0, "max-stack", &report.max_stack, in cmd_report()
784 OPT_INTEGER(0, "socket-filter", &report.socket_filter, in cmd_report()
Dbuiltin-probe.c495 OPT_INTEGER('\0', "max-probes", &probe_conf.max_probes, in __cmd_probe()
Dbuiltin-stat.c954 OPT_INTEGER('r', "repeat", &run_count,
975 OPT_INTEGER(0, "log-fd", &output_fd,
Dbuiltin-kvm.c1208 OPT_INTEGER(0, "vcpu", &kvm->trace_vcpu, in kvm_events_report()
1310 OPT_INTEGER(0, "vcpu", &kvm->trace_vcpu, in kvm_events_live()
Dbuiltin-timechart.c1938 OPT_INTEGER('w', "width", &svg_page_width, "page width"), in cmd_timechart()
1950 OPT_INTEGER('n', "proc-num", &tchart.proc_num, in cmd_timechart()
Dbuiltin-record.c1037 OPT_INTEGER('r', "realtime", &record.realtime_prio,
Dbuiltin-sched.c1807 OPT_INTEGER('C', "CPU", &sched.profile_cpu, in cmd_sched()
/linux-4.4.14/tools/perf/util/
Dparse-options.h122 #define OPT_INTEGER(s, l, v, h) { .type = OPTION_INTEGER, .short_name = (s), .long_name = (l), … macro