Home
last modified time | relevance | path

Searched refs:OPT_U64 (Results 1 - 9 of 9) sorted by relevance

/kernel/linux/linux-6.6/tools/perf/bench/
H A Dsched-seccomp-notify.c33 OPT_U64('l', "loop", &loops, "Specify number of loops"),
/kernel/linux/linux-5.10/tools/lib/subcmd/
H A Dparse-options.h138 #define OPT_U64(s, l, v, h) { .type = OPTION_U64, .short_name = (s), .long_name = (l), .value = check_vtype(v, u64 *), .help = (h) } macro
/kernel/linux/linux-6.6/tools/lib/subcmd/
H A Dparse-options.h135 #define OPT_U64(s, l, v, h) { .type = OPTION_U64, .short_name = (s), .long_name = (l), .value = check_vtype(v, u64 *), .help = (h) } macro
/kernel/linux/linux-5.10/tools/perf/
H A Dbuiltin-kvm.c1368 OPT_U64(0, "duration", &kvm->duration, in kvm_events_live()
H A Dbuiltin-top.c1454 OPT_U64('c', "count", &opts->user_interval, "event period to sample"), in cmd_top()
H A Dbuiltin-record.c2442 OPT_U64('c', "count", &record.opts.user_interval, "event period to sample"),
/kernel/linux/linux-6.6/tools/perf/
H A Dbuiltin-kvm.c1904 OPT_U64(0, "duration", &kvm->duration, in kvm_events_live()
H A Dbuiltin-top.c1466 OPT_U64('c', "count", &opts->user_interval, "event period to sample"), in cmd_top()
H A Dbuiltin-record.c3343 OPT_U64('c', "count", &record.opts.user_interval, "event period to sample"),

Completed in 19 milliseconds