Home
last modified time | relevance | path

Searched refs:OPT_ULONG (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/tools/lib/subcmd/
H A Dparse-options.h137 #define OPT_ULONG(s, l, v, h) { .type = OPTION_ULONG, .short_name = (s), .long_name = (l), .value = check_vtype(v, unsigned long *), .help = (h) } macro
/kernel/linux/linux-6.6/tools/lib/subcmd/
H A Dparse-options.h134 #define OPT_ULONG(s, l, v, h) { .type = OPTION_ULONG, .short_name = (s), .long_name = (l), .value = check_vtype(v, unsigned long *), .help = (h) } macro
/kernel/linux/linux-5.10/tools/perf/
H A Dbuiltin-trace.c4811 OPT_ULONG(0, "max-events", &trace.max_events,
/kernel/linux/linux-6.6/tools/perf/
H A Dbuiltin-trace.c4762 OPT_ULONG(0, "max-events", &trace.max_events,

Completed in 15 milliseconds