Searched refs:col_types (Results 1 - 2 of 2) sorted by relevance

/linux-master/tools/perf/ui/gtk/
H A Dannotate.c109 GType col_types[MAX_ANN_COLS]; local
119 col_types[i] = G_TYPE_STRING;
121 store = gtk_list_store_newv(MAX_ANN_COLS, col_types);
H A Dhists.c297 GType col_types[MAX_COLUMNS]; local
315 col_types[nr_cols++] = G_TYPE_STRING;
317 store = gtk_tree_store_newv(nr_cols, col_types);
502 GType col_types[MAX_COLUMNS]; local
521 col_types[nr_cols++] = G_TYPE_STRING;
523 col_types[nr_cols++] = G_TYPE_STRING;
525 store = gtk_tree_store_newv(nr_cols, col_types);

Completed in 93 milliseconds