Home
last modified time | relevance | path

Searched refs:OPT_STRING_NOEMPTY (Results 1 – 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/tools/perf/
Dbuiltin-mem.c411 OPT_STRING_NOEMPTY('x', "field-separator", &symbol_conf.field_sep, in cmd_mem()
Dbuiltin-report.c1241 OPT_STRING_NOEMPTY('t', "field-separator", &symbol_conf.field_sep, "separator", in cmd_report()
Dbuiltin-diff.c1292 OPT_STRING_NOEMPTY('t', "field-separator", &symbol_conf.field_sep, "separator",
/kernel/linux/linux-5.10/tools/lib/subcmd/
Dparse-options.h149 #define OPT_STRING_NOEMPTY(s, l, v, a, h) { .type = OPTION_STRING, .short_name = (s), .long_name… macro