Searched refs:view (Results 1 – 12 of 12) sorted by relevance
| /tools/perf/ui/gtk/ |
| D | hists.c | 281 static void on_row_activated(GtkTreeView *view, GtkTreePath *path, in on_row_activated() argument 285 bool expanded = gtk_tree_view_row_expanded(view, path); in on_row_activated() 288 gtk_tree_view_collapse_row(view, path); in on_row_activated() 290 gtk_tree_view_expand_row(view, path, FALSE); in on_row_activated() 301 GtkWidget *view; in perf_gtk__show_hists() local 319 view = gtk_tree_view_new(); in perf_gtk__show_hists() 336 gtk_tree_view_insert_column_with_attributes(GTK_TREE_VIEW(view), in perf_gtk__show_hists() 345 column = gtk_tree_view_get_column(GTK_TREE_VIEW(view), col_idx); in perf_gtk__show_hists() 349 gtk_tree_view_set_expander_column(GTK_TREE_VIEW(view), in perf_gtk__show_hists() 354 gtk_tree_view_set_model(GTK_TREE_VIEW(view), GTK_TREE_MODEL(store)); in perf_gtk__show_hists() [all …]
|
| D | annotate.c | 112 GtkWidget *view; in perf_gtk__annotate_symbol() local 123 view = gtk_tree_view_new(); in perf_gtk__annotate_symbol() 127 gtk_tree_view_insert_column_with_attributes(GTK_TREE_VIEW(view), in perf_gtk__annotate_symbol() 132 gtk_tree_view_set_model(GTK_TREE_VIEW(view), GTK_TREE_MODEL(store)); in perf_gtk__annotate_symbol() 162 gtk_container_add(GTK_CONTAINER(window), view); in perf_gtk__annotate_symbol()
|
| /tools/perf/scripts/python/ |
| D | exported-sql-viewer.py | 1048 self.view = QTreeView() 1049 self.view.setSelectionMode(QAbstractItemView.ContiguousSelection) 1050 self.view.CopyCellsToClipboard = CopyTreeCellsToClipboard 1052 self.context_menu = TreeContextMenu(self.view) 1065 self.view.setExpanded(parent, True) 1066 self.view.setCurrentIndex(child) 1074 self.view.setFocus() 1096 self.view.setModel(self.model) 1099 self.view.setColumnWidth(c, w) 1103 self.vbox = VBox(self.view, self.find_bar.Widget()) [all …]
|
| /tools/firewire/ |
| D | nosy-dump.c | 899 int length, retval, view; in main() local 940 view = VIEW_TRANSACTION; in main() 942 view = VIEW_STATS; in main() 944 view = VIEW_PACKET; in main() 961 if (view == VIEW_STATS) in main() 1001 switch (view) { in main()
|
| /tools/mm/ |
| D | thpmaps | 111 view = memoryview(buf) 116 self._readin(offset, view[pos:pos+length])
|
| /tools/memory-model/Documentation/ |
| D | simple.txt | 119 view of this processing and data, in which case something like locking 120 must be used to protect this global view. This is the approach taken
|
| D | explanation.txt | 612 multi-processor system, the CPUs must share a consistent view of the 628 hardware-centric view, the order in which the stores get written to 779 the models arise from an abstract view of how a computer system
|
| /tools/usb/usbip/ |
| D | COPYING | 109 these conditions, and telling the user how to view a copy of this
|
| /tools/perf/Documentation/ |
| D | perf-config.txt | 558 This option can assign a tool to view manual pages when 'help'
|
| D | perf-report.txt | 386 branch stacks and it will automatically switch to the branch view mode,
|
| D | perf-record.txt | 105 "perf report" to view group events together.
|
| /tools/power/pm-graph/ |
| D | README | 53 timelines and a callgraph to give a quick and detailed view of which devices
|