Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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",
/OK3568_Linux_fs/kernel/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… macro