Searched refs:col_types (Results 1 – 2 of 2) sorted by relevance
94 GType col_types[MAX_ANN_COLS]; in perf_gtk__annotate_symbol() local104 col_types[i] = G_TYPE_STRING; in perf_gtk__annotate_symbol()106 store = gtk_list_store_newv(MAX_ANN_COLS, col_types); in perf_gtk__annotate_symbol()
162 GType col_types[MAX_COLUMNS]; in perf_gtk__show_hists() local180 col_types[nr_cols++] = G_TYPE_STRING; in perf_gtk__show_hists()182 store = gtk_tree_store_newv(nr_cols, col_types); in perf_gtk__show_hists()