Home
last modified time | relevance | path

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

/Linux-v6.6/tools/perf/
Dbuiltin-mem.c485 OPT_STRING_NOEMPTY('x', "field-separator", &symbol_conf.field_sep, in cmd_mem()
Dbuiltin-report.c1317 OPT_STRING_NOEMPTY('t', "field-separator", &symbol_conf.field_sep, "separator", in cmd_report()
Dbuiltin-diff.c1295 OPT_STRING_NOEMPTY('t', "field-separator", &symbol_conf.field_sep, "separator",
Dbuiltin-lock.c2524 OPT_STRING_NOEMPTY('x', "field-separator", &symbol_conf.field_sep, "separator", in cmd_lock()
/Linux-v6.6/tools/lib/subcmd/
Dparse-options.h146 #define OPT_STRING_NOEMPTY(s, l, v, a, h) { .type = OPTION_STRING, .short_name = (s), .long_name… macro