Lines Matching refs:field_sep
1715 if (symbol_conf.field_sep) in print_header()
1716 print_header_csv(symbol_conf.field_sep); in print_header()
1828 if (symbol_conf.field_sep) in print_lock_stat()
1829 print_lock_stat_csv(con, st, symbol_conf.field_sep); in print_lock_stat()
1887 if (symbol_conf.field_sep) in print_footer()
1888 print_footer_csv(total, bad, fails, symbol_conf.field_sep); in print_footer()
2052 if (symbol_conf.field_sep) { in check_lock_contention_options()
2053 if (strstr(symbol_conf.field_sep, ":") || /* part of type flags */ in check_lock_contention_options()
2054 strstr(symbol_conf.field_sep, "+") || /* part of caller offset */ in check_lock_contention_options()
2055 strstr(symbol_conf.field_sep, ".")) { /* can be in a symbol name */ in check_lock_contention_options()
2180 if (symbol_conf.field_sep) { in __cmd_contention()
2619 OPT_STRING_NOEMPTY('x', "field-separator", &symbol_conf.field_sep, "separator", in cmd_lock()