HomeSort by relevance Sort by last modified time
    Searched refs:col_types (Results 1 - 2 of 2) sorted by null

  /external/linux-tools-perf/perf-3.12.0/tools/perf/ui/gtk/
annotate.c 94 GType col_types[MAX_ANN_COLS]; local
104 col_types[i] = G_TYPE_STRING;
106 store = gtk_list_store_newv(MAX_ANN_COLS, col_types);
hists.c 205 GType col_types[MAX_COLUMNS]; local
225 col_types[nr_cols++] = G_TYPE_STRING;
234 col_types[nr_cols++] = G_TYPE_STRING;
237 store = gtk_tree_store_newv(nr_cols, col_types);

Completed in 235 milliseconds