Home
last modified time | relevance | path

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

/linux-2.6.39/tools/perf/util/
Dparse-options.h112 #define OPT_U64(s, l, v, h) { .type = OPTION_U64, .short_name = (s), .long_name = (l), .val… macro
/linux-2.6.39/tools/perf/
Dbuiltin-record.c764 OPT_U64('c', "count", &user_interval, "event period to sample"),