Home
last modified time | relevance | path

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

/linux-4.4.14/tools/perf/ui/gtk/
Dannotate.c94 GType col_types[MAX_ANN_COLS]; in perf_gtk__annotate_symbol() local
104 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()
Dhists.c162 GType col_types[MAX_COLUMNS]; in perf_gtk__show_hists() local
180 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()