Searched refs:OPT_ULONG (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/tools/lib/subcmd/ |
H A D | parse-options.h | 137 #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 D | parse-options.h | 134 #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 D | builtin-trace.c | 4811 OPT_ULONG(0, "max-events", &trace.max_events,
|
/kernel/linux/linux-6.6/tools/perf/ |
H A D | builtin-trace.c | 4762 OPT_ULONG(0, "max-events", &trace.max_events,
|
Completed in 15 milliseconds