Home
last modified time | relevance | path

Searched refs:OPT_STRING_NOEMPTY (Results 1 - 9 of 9) sorted by relevance

/kernel/linux/linux-5.10/tools/perf/
H A Dbuiltin-mem.c411 OPT_STRING_NOEMPTY('x', "field-separator", &symbol_conf.field_sep, in cmd_mem()
H A Dbuiltin-report.c1241 OPT_STRING_NOEMPTY('t', "field-separator", &symbol_conf.field_sep, "separator", in cmd_report()
H A Dbuiltin-diff.c1292 OPT_STRING_NOEMPTY('t', "field-separator", &symbol_conf.field_sep, "separator",
/kernel/linux/linux-5.10/tools/lib/subcmd/
H A Dparse-options.h149 #define OPT_STRING_NOEMPTY(s, l, v, a, h) { .type = OPTION_STRING, .short_name = (s), .long_name = (l), .value = check_vtype(v, const char **), .argh = (a), .help = (h), .flags = PARSE_OPT_NOEMPTY} macro
/kernel/linux/linux-6.6/tools/lib/subcmd/
H A Dparse-options.h146 #define OPT_STRING_NOEMPTY(s, l, v, a, h) { .type = OPTION_STRING, .short_name = (s), .long_name = (l), .value = check_vtype(v, const char **), .argh = (a), .help = (h), .flags = PARSE_OPT_NOEMPTY} macro
/kernel/linux/linux-6.6/tools/perf/
H A Dbuiltin-mem.c485 OPT_STRING_NOEMPTY('x', "field-separator", &symbol_conf.field_sep, in cmd_mem()
H A Dbuiltin-diff.c1295 OPT_STRING_NOEMPTY('t', "field-separator", &symbol_conf.field_sep, "separator",
H A Dbuiltin-lock.c2539 OPT_STRING_NOEMPTY('x', "field-separator", &symbol_conf.field_sep, "separator", in cmd_lock()
H A Dbuiltin-report.c1317 OPT_STRING_NOEMPTY('t', "field-separator", &symbol_conf.field_sep, "separator", in cmd_report()

Completed in 19 milliseconds