Home
last modified time | relevance | path

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

/linux-4.1.27/tools/perf/
Dbuiltin-mem.c291 OPT_STRING_NOEMPTY('x', "field-separator", &symbol_conf.field_sep, in cmd_mem()
Dbuiltin-report.c683 OPT_STRING_NOEMPTY('t', "field-separator", &symbol_conf.field_sep, "separator", in cmd_report()
Dbuiltin-diff.c807 OPT_STRING_NOEMPTY('t', "field-separator", &symbol_conf.field_sep, "separator",
/linux-4.1.27/tools/perf/util/
Dparse-options.h126 #define OPT_STRING_NOEMPTY(s, l, v, a, h) { .type = OPTION_STRING, .short_name = (s), .long_name… macro