Searched refs:OPT_U64 (Results 1 – 4 of 4) sorted by relevance
/linux-6.1.9/tools/lib/subcmd/ |
D | parse-options.h | 139 #define OPT_U64(s, l, v, h) { .type = OPTION_U64, .short_name = (s), .long_name = (l), .val… macro
|
/linux-6.1.9/tools/perf/ |
D | builtin-kvm.c | 1368 OPT_U64(0, "duration", &kvm->duration, in kvm_events_live()
|
D | builtin-top.c | 1447 OPT_U64('c', "count", &opts->user_interval, "event period to sample"), in cmd_top()
|
D | builtin-record.c | 3360 OPT_U64('c', "count", &record.opts.user_interval, "event period to sample"),
|