HomeSort by relevance Sort by last modified time
    Searched refs:OPT_U64 (Results 1 - 2 of 2) sorted by null

  /external/linux-tools-perf/util/
parse-options.h 122 #define OPT_U64(s, l, v, h) { .type = OPTION_U64, .short_name = (s), .long_name = (l), .value = check_vtype(v, u64 *), .help = (h) }
  /external/linux-tools-perf/
builtin-record.c 776 OPT_U64('c', "count", &user_interval, "event period to sample"),

Completed in 27 milliseconds