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