HomeSort by relevance Sort by last modified time
    Searched refs:OPT_INTEGER (Results 1 - 9 of 9) sorted by null

  /external/linux-tools-perf/bench/
sched-pipe.c 35 OPT_INTEGER('l', "loop", &loops,
  /external/linux-tools-perf/
builtin-top.c 1024 OPT_INTEGER('c', "count", &default_interval,
1026 OPT_INTEGER('p', "pid", &top.target_pid,
1028 OPT_INTEGER('t', "tid", &top.target_tid,
1039 OPT_INTEGER('r', "realtime", &realtime_prio,
1041 OPT_INTEGER('d', "delay", &top.delay_secs,
1045 OPT_INTEGER('f', "count-filter", &top.count_filter,
1055 OPT_INTEGER('F', "freq", &top.freq,
1057 OPT_INTEGER('E', "entries", &top.print_entries,
builtin-record.c 758 OPT_INTEGER('p', "pid", &target_pid,
760 OPT_INTEGER('t', "tid", &target_tid,
762 OPT_INTEGER('r', "realtime", &realtime_prio,
builtin-probe.c 248 OPT_INTEGER('\0', "max-probes", &params.max_probe_points,
builtin-stat.c 1043 OPT_INTEGER('p', "pid", &target_pid,
1045 OPT_INTEGER('t', "tid", &target_tid,
1053 OPT_INTEGER('r', "repeat", &run_count,
    [all...]
builtin-test.c 659 OPT_INTEGER('v', "verbose", &verbose,
builtin-timechart.c 1098 OPT_INTEGER('w', "width", &svg_page_width,
builtin-sched.c     [all...]
  /external/linux-tools-perf/util/
parse-options.h 119 #define OPT_INTEGER(s, l, v, h) { .type = OPTION_INTEGER, .short_name = (s), .long_name = (l), .value = check_vtype(v, int *), .help = (h) }

Completed in 3039 milliseconds