Searched refs:OPT_INTEGER (Results 1 – 15 of 15) sorted by relevance
/Linux-v4.19/tools/perf/bench/ |
D | sched-pipe.c | 47 OPT_INTEGER('l', "loop", &loops, "Specify number of loops"),
|
D | numa.c | 166 OPT_INTEGER('p', "nr_proc" , &p0.nr_proc, "number of processes"), 167 OPT_INTEGER('t', "nr_threads" , &p0.nr_threads, "number of threads per process"), 188 …OPT_INTEGER('x', "perturb_secs", &p0.perturb_secs, "perturb thread 0/0 every X secs, to test conve… 192 OPT_INTEGER('H', "thp" , &p0.thp, "MADV_NOHUGEPAGE < 0 < MADV_HUGEPAGE"),
|
D | mem-functions.c | 44 OPT_INTEGER('l', "nr_loops", &nr_loops,
|
/Linux-v4.19/tools/perf/ |
D | builtin-top.c | 1290 OPT_INTEGER('r', "realtime", &top.realtime_prio, in cmd_top() 1292 OPT_INTEGER('d', "delay", &top.delay_secs, in cmd_top() 1296 OPT_INTEGER('f', "count-filter", &top.count_filter, in cmd_top() 1308 OPT_INTEGER('E', "entries", &top.print_entries, in cmd_top() 1331 OPT_INTEGER(0, "max-stack", &top.max_stack, in cmd_top()
|
D | builtin-ftrace.c | 471 OPT_INTEGER('D', "graph-depth", &ftrace.graph_depth, in cmd_ftrace()
|
D | builtin-buildid-cache.c | 390 OPT_INTEGER(0, "target-ns", &ns_id, "target pid for namespace context"), in cmd_buildid_cache()
|
D | builtin-probe.c | 567 OPT_INTEGER('\0', "max-probes", &probe_conf.max_probes, in __cmd_probe()
|
D | builtin-report.c | 1046 OPT_INTEGER(0, "max-stack", &report.max_stack, in cmd_report() 1115 OPT_INTEGER(0, "socket-filter", &report.socket_filter, in cmd_report()
|
D | builtin-kvm.c | 1256 OPT_INTEGER(0, "vcpu", &kvm->trace_vcpu, in kvm_events_report() 1358 OPT_INTEGER(0, "vcpu", &kvm->trace_vcpu, in kvm_events_live()
|
D | builtin-stat.c | 1985 OPT_INTEGER('r', "repeat", &run_count, 2009 OPT_INTEGER(0, "log-fd", &output_fd, 2018 OPT_INTEGER(0, "interval-count", &stat_config.times,
|
D | builtin-timechart.c | 1946 OPT_INTEGER('w', "width", &svg_page_width, "page width"), in cmd_timechart() 1956 OPT_INTEGER('n', "proc-num", &tchart.proc_num, in cmd_timechart()
|
D | builtin-record.c | 1560 OPT_INTEGER('r', "realtime", &record.realtime_prio,
|
D | builtin-sched.c | 3375 OPT_INTEGER('C', "CPU", &sched.profile_cpu, in cmd_sched()
|
D | builtin-script.c | 3191 OPT_INTEGER(0, "max-blocks", &max_blocks, in cmd_script()
|
/Linux-v4.19/tools/lib/subcmd/ |
D | parse-options.h | 133 #define OPT_INTEGER(s, l, v, h) { .type = OPTION_INTEGER, .short_name = (s), .long_name = (l), … macro
|