Lines Matching defs:col
98 GtkTreeIter *parent, int col, u64 total)
125 gtk_tree_store_set(store, &iter, col, buf, -1);
146 gtk_tree_store_set(store, &iter, col, buf, -1);
161 GtkTreeIter *parent, int col, u64 total)
214 gtk_tree_store_set(store, &iter, col, str, -1);
221 GtkTreeIter *parent, int col, u64 total)
247 gtk_tree_store_set(store, &iter, col, buf, -1);
265 perf_gtk__add_callchain_graph(&node->rb_root, store, &iter, col,
271 GtkTreeIter *parent, int col, u64 total)
274 perf_gtk__add_callchain_flat(root, store, parent, col, total);
276 perf_gtk__add_callchain_folded(root, store, parent, col, total);
278 perf_gtk__add_callchain_graph(root, store, parent, col, total);
282 GtkTreeViewColumn *col __maybe_unused,