Searched refs:OPT_INTEGER (Results 1 – 12 of 12) sorted by relevance
/linux-4.1.27/tools/perf/bench/ |
D | sched-pipe.c | 45 OPT_INTEGER('l', "loop", &loops, "Specify number of loops"),
|
D | numa.c | 154 OPT_INTEGER('p', "nr_proc" , &p0.nr_proc, "number of processes"), 155 OPT_INTEGER('t', "nr_threads" , &p0.nr_threads, "number of threads per process"), 176 …OPT_INTEGER('x', "perturb_secs", &p0.perturb_secs, "perturb thread 0/0 every X secs, to test conve… 180 OPT_INTEGER('H', "thp" , &p0.thp, "MADV_NOHUGEPAGE < 0 < MADV_HUGEPAGE"),
|
D | mem-memcpy.c | 40 OPT_INTEGER('i', "iterations", &iterations,
|
/linux-4.1.27/tools/perf/ |
D | builtin-top.c | 1091 OPT_INTEGER('r', "realtime", &top.realtime_prio, in cmd_top() 1093 OPT_INTEGER('d', "delay", &top.delay_secs, in cmd_top() 1097 OPT_INTEGER('f', "count-filter", &top.count_filter, in cmd_top() 1107 OPT_INTEGER('E', "entries", &top.print_entries, in cmd_top() 1130 OPT_INTEGER(0, "max-stack", &top.max_stack, in cmd_top()
|
D | builtin-probe.c | 379 OPT_INTEGER('\0', "max-probes", ¶ms.max_probe_points, in __cmd_probe()
|
D | builtin-kvm.c | 1201 OPT_INTEGER(0, "vcpu", &kvm->trace_vcpu, in kvm_events_report() 1303 OPT_INTEGER(0, "vcpu", &kvm->trace_vcpu, in kvm_events_live()
|
D | builtin-report.c | 659 OPT_INTEGER(0, "max-stack", &report.max_stack, in cmd_report()
|
D | builtin-stat.c | 1736 OPT_INTEGER('r', "repeat", &run_count, in cmd_stat() 1757 OPT_INTEGER(0, "log-fd", &output_fd, in cmd_stat()
|
D | builtin-record.c | 861 OPT_INTEGER('r', "realtime", &record.realtime_prio,
|
D | builtin-timechart.c | 1937 OPT_INTEGER('w', "width", &svg_page_width, "page width"), in cmd_timechart() 1949 OPT_INTEGER('n', "proc-num", &tchart.proc_num, in cmd_timechart()
|
D | builtin-sched.c | 1711 OPT_INTEGER('C', "CPU", &sched.profile_cpu, in cmd_sched()
|
/linux-4.1.27/tools/perf/util/ |
D | parse-options.h | 121 #define OPT_INTEGER(s, l, v, h) { .type = OPTION_INTEGER, .short_name = (s), .long_name = (l), … macro
|