Home
last modified time | relevance | path

Searched refs:field_sep (Results 1 – 8 of 8) sorted by relevance

/linux-2.6.39/tools/perf/util/
Dsort.c14 char * field_sep; variable
114 if (field_sep && n > 0) { in repsep_snprintf()
118 sep = strchr(sep, *field_sep); in repsep_snprintf()
Dsort.h34 extern char *field_sep;
Dsymbol.h82 *field_sep; member
Dhist.c57 !symbol_conf.col_width_list_str && !symbol_conf.field_sep && in hists__calc_col_len()
604 const char *sep = symbol_conf.field_sep; in hist_entry__snprintf()
749 const char *sep = symbol_conf.field_sep; in hists__fprintf()
Dsymbol.c2419 if (symbol_conf.field_sep && *symbol_conf.field_sep == '.') { in symbol__init()
/linux-2.6.39/tools/perf/
Dbuiltin-annotate.c290 if (field_sep && *field_sep == '.') { in cmd_annotate()
Dbuiltin-diff.c195 OPT_STRING('t', "field-separator", &symbol_conf.field_sep, "separator",
Dbuiltin-report.c428 OPT_STRING('t', "field-separator", &symbol_conf.field_sep, "separator",