nr_cols 304 tools/perf/ui/gtk/hists.c int nr_cols; nr_cols 312 tools/perf/ui/gtk/hists.c nr_cols = 0; nr_cols 315 tools/perf/ui/gtk/hists.c col_types[nr_cols++] = G_TYPE_STRING; nr_cols 317 tools/perf/ui/gtk/hists.c store = gtk_tree_store_newv(nr_cols, col_types); nr_cols 342 tools/perf/ui/gtk/hists.c for (col_idx = 0; col_idx < nr_cols; col_idx++) { nr_cols 507 tools/perf/ui/gtk/hists.c int nr_cols = 0; nr_cols 521 tools/perf/ui/gtk/hists.c col_types[nr_cols++] = G_TYPE_STRING; nr_cols 523 tools/perf/ui/gtk/hists.c col_types[nr_cols++] = G_TYPE_STRING; nr_cols 525 tools/perf/ui/gtk/hists.c store = gtk_tree_store_newv(nr_cols, col_types); nr_cols 568 tools/perf/ui/gtk/hists.c for (col_idx = 0; col_idx < nr_cols; col_idx++) {