Home
last modified time | relevance | path

Searched refs:OPT_U64 (Results 1 – 4 of 4) sorted by relevance

/linux-6.1.9/tools/lib/subcmd/
Dparse-options.h139 #define OPT_U64(s, l, v, h) { .type = OPTION_U64, .short_name = (s), .long_name = (l), .val… macro
/linux-6.1.9/tools/perf/
Dbuiltin-kvm.c1368 OPT_U64(0, "duration", &kvm->duration, in kvm_events_live()
Dbuiltin-top.c1447 OPT_U64('c', "count", &opts->user_interval, "event period to sample"), in cmd_top()
Dbuiltin-record.c3360 OPT_U64('c', "count", &record.opts.user_interval, "event period to sample"),