Searched refs:OPT_U64 (Results 1 - 9 of 9) sorted by relevance
/kernel/linux/linux-6.6/tools/perf/bench/ |
H A D | sched-seccomp-notify.c | 33 OPT_U64('l', "loop", &loops, "Specify number of loops"),
|
/kernel/linux/linux-5.10/tools/lib/subcmd/ |
H A D | parse-options.h | 138 #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 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
|
/kernel/linux/linux-5.10/tools/perf/ |
H A D | builtin-kvm.c | 1368 OPT_U64(0, "duration", &kvm->duration, in kvm_events_live()
|
H A D | builtin-top.c | 1454 OPT_U64('c', "count", &opts->user_interval, "event period to sample"), in cmd_top()
|
H A D | builtin-record.c | 2442 OPT_U64('c', "count", &record.opts.user_interval, "event period to sample"),
|
/kernel/linux/linux-6.6/tools/perf/ |
H A D | builtin-kvm.c | 1904 OPT_U64(0, "duration", &kvm->duration, in kvm_events_live()
|
H A D | builtin-top.c | 1466 OPT_U64('c', "count", &opts->user_interval, "event period to sample"), in cmd_top()
|
H A D | builtin-record.c | 3343 OPT_U64('c', "count", &record.opts.user_interval, "event period to sample"),
|
Completed in 19 milliseconds