Searched refs:col_idx (Results 1 – 1 of 1) sorted by relevance
297 int col_idx; in perf_gtk__show_hists() local318 col_idx = 0; in perf_gtk__show_hists()329 sym_col = col_idx; in perf_gtk__show_hists()334 col_idx++, NULL); in perf_gtk__show_hists()337 for (col_idx = 0; col_idx < nr_cols; col_idx++) { in perf_gtk__show_hists()340 column = gtk_tree_view_get_column(GTK_TREE_VIEW(view), col_idx); in perf_gtk__show_hists()343 if (col_idx == sym_col) { in perf_gtk__show_hists()368 col_idx = 0; in perf_gtk__show_hists()379 gtk_tree_store_set(store, &iter, col_idx++, s, -1); in perf_gtk__show_hists()406 int col_idx = 0; in perf_gtk__add_hierarchy_entries() local[all …]