Home
last modified time | relevance | path

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

/linux/tools/perf/ui/gtk/
H A Dhists.c297 GType col_types[MAX_COLUMNS]; in perf_gtk__show_hists() local
315 col_types[nr_cols++] = G_TYPE_STRING; in perf_gtk__show_hists()
317 store = gtk_tree_store_newv(nr_cols, col_types); in perf_gtk__show_hists()
502 GType col_types[MAX_COLUMNS]; in perf_gtk__show_hierarchy() local
521 col_types[nr_cols++] = G_TYPE_STRING; in perf_gtk__show_hierarchy()
523 col_types[nr_cols++] = G_TYPE_STRING; in perf_gtk__show_hierarchy()
525 store = gtk_tree_store_newv(nr_cols, col_types); in perf_gtk__show_hierarchy()