Searched refs:OPT_U64 (Results 1 – 4 of 4) sorted by relevance
/linux/tools/perf/bench/ |
H A D | sched-seccomp-notify.c | 33 OPT_U64('l', "loop", &loops, "Specify number of loops"),
|
/linux/tools/lib/subcmd/ |
H A D | parse-options.h | 135 #define OPT_U64(s, l, v, h) { .type = OPTION_U64, .short_name = (s), .long_name = (l), .value = check_vtype(v, u64 *), .help = (h) } macro
|
/linux/tools/perf/ |
H A D | builtin-top.c | 1484 OPT_U64('c', "count", &opts->user_interval, "event period to sample"), in cmd_top()
|
H A D | builtin-record.c | 3473 OPT_U64('c', "count", &record.opts.user_interval, "event period to sample"),
|