col_types         100 tools/perf/ui/gtk/annotate.c 	GType col_types[MAX_ANN_COLS];
col_types         110 tools/perf/ui/gtk/annotate.c 		col_types[i] = G_TYPE_STRING;
col_types         112 tools/perf/ui/gtk/annotate.c 	store = gtk_list_store_newv(MAX_ANN_COLS, col_types);
col_types         297 tools/perf/ui/gtk/hists.c 	GType col_types[MAX_COLUMNS];
col_types         315 tools/perf/ui/gtk/hists.c 		col_types[nr_cols++] = G_TYPE_STRING;
col_types         317 tools/perf/ui/gtk/hists.c 	store = gtk_tree_store_newv(nr_cols, col_types);
col_types         502 tools/perf/ui/gtk/hists.c 	GType col_types[MAX_COLUMNS];
col_types         521 tools/perf/ui/gtk/hists.c 		col_types[nr_cols++] = G_TYPE_STRING;
col_types         523 tools/perf/ui/gtk/hists.c 	col_types[nr_cols++] = G_TYPE_STRING;
col_types         525 tools/perf/ui/gtk/hists.c 	store = gtk_tree_store_newv(nr_cols, col_types);