Home
last modified time | relevance | path

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

/linux/tools/perf/ui/gtk/
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()
A Dannotate.c101 GType col_types[MAX_ANN_COLS]; in perf_gtk__annotate_symbol() local
111 col_types[i] = G_TYPE_STRING; in perf_gtk__annotate_symbol()
113 store = gtk_list_store_newv(MAX_ANN_COLS, col_types); in perf_gtk__annotate_symbol()

Completed in 5 milliseconds