Searched refs:OPT_UINTEGER (Results 1 - 10 of 10) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/tools/perf/bench/
H A Dsched-messaging.c259 OPT_UINTEGER('g', "group", &num_groups, "Specify number of groups"),
260 OPT_UINTEGER('l', "loop", &loops, "Specify number of loops"),
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/tools/perf/bench/
H A Dsched-messaging.c259 OPT_UINTEGER('g', "group", &num_groups, "Specify number of groups"),
260 OPT_UINTEGER('l', "loop", &loops, "Specify number of loops"),
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/tools/perf/util/
H A Dparse-options.h110 #define OPT_UINTEGER(s, l, v, h) { .type = OPTION_UINTEGER, .short_name = (s), .long_name = (l), .value = check_vtype(v, unsigned int *), .help = (h) } macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/tools/perf/util/
H A Dparse-options.h110 #define OPT_UINTEGER(s, l, v, h) { .type = OPTION_UINTEGER, .short_name = (s), .long_name = (l), .value = check_vtype(v, unsigned int *), .help = (h) } macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/tools/perf/
H A Dbuiltin-record.c801 OPT_UINTEGER('F', "freq", &user_freq, "profile at this frequency"),
802 OPT_UINTEGER('m', "mmap-pages", &mmap_pages, "number of mmap data pages"),
H A Dbuiltin-top.c1339 OPT_UINTEGER('m', "mmap-pages", &mmap_pages, "number of mmap data pages"),
H A Dbuiltin-sched.c1811 OPT_UINTEGER('r', "repeat", &replay_repeat,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/tools/perf/
H A Dbuiltin-record.c801 OPT_UINTEGER('F', "freq", &user_freq, "profile at this frequency"),
802 OPT_UINTEGER('m', "mmap-pages", &mmap_pages, "number of mmap data pages"),
H A Dbuiltin-top.c1339 OPT_UINTEGER('m', "mmap-pages", &mmap_pages, "number of mmap data pages"),
H A Dbuiltin-sched.c1811 OPT_UINTEGER('r', "repeat", &replay_repeat,

Completed in 147 milliseconds