/tools/perf/ui/ |
D | browser.c | 637 void __ui_browser__vline(struct ui_browser *browser, unsigned int column, in __ui_browser__vline() argument 641 ui_browser__gotorc(browser, start, column); in __ui_browser__vline() 655 unsigned int column, in __ui_browser__line_arrow_up() argument 664 ui_browser__gotorc(browser, row, column); in __ui_browser__line_arrow_up() 666 ui_browser__gotorc(browser, row, column + 1); in __ui_browser__line_arrow_up() 679 ui_browser__gotorc(browser, end_row, column); in __ui_browser__line_arrow_up() 682 ui_browser__gotorc(browser, end_row, column); in __ui_browser__line_arrow_up() 685 ui_browser__gotorc(browser, end_row, column + 1); in __ui_browser__line_arrow_up() 687 ui_browser__gotorc(browser, end_row, column + 2); in __ui_browser__line_arrow_up() 695 unsigned int column, in __ui_browser__line_arrow_down() argument [all …]
|
D | browser.h | 45 void __ui_browser__line_arrow(struct ui_browser *browser, unsigned int column, 47 void ui_browser__mark_fused(struct ui_browser *browser, unsigned int column, 58 void __ui_browser__vline(struct ui_browser *browser, unsigned int column,
|
/tools/perf/scripts/python/ |
D | call-graph-from-sql.py | 215 def columnHeader(self, column): argument 217 return headers[column] 219 def getData(self, column): argument 220 return self.data[column] 256 def index(self, row, column, parent): argument 262 return self.createIndex(row, column, child_item) 266 if index.column() > 1: 271 return index_item.getData(index.column())
|
/tools/perf/Documentation/ |
D | perf-diff.txt | 45 of the Baseline/Delta column. See --percentage for more info. 51 of the Baseline/Delta column. See --percentage for more info. 57 of the Baseline/Delta column. See --percentage for more info. 107 Specify compute sorting column number. 0 means sorting by baseline 108 overhead and 1 (default) means sorting by computed value of column 1 129 baseline entry, are displayed with empty space within baseline column 130 and possible computation results (delta) in their related column. 178 If specified the 'Delta' column is displayed with value 'd' computed as: 199 If specified the 'Ratio' column is displayed with value 'r' computed as: 211 If specified the 'Weighted diff' column is displayed with value 'd' computed as:
|
D | perf-top.txt | 133 Show a column with the number of samples. 136 Show a column with the sum of periods. 140 percentage of the overhead column. See --percentage for more info. 144 percentage of the overhead column. See --percentage for more info. 148 percentage of the overhead column. See --percentage for more info. 170 show up in the output. The output will have a new "Children" column 202 --column-widths=<width[,width...]>:: 203 Force each column width to the provided list, for large terminal
|
D | perf-report.txt | 47 the overhead column. See --percentage for more info. 57 the overhead column. See --percentage for more info. 62 the overhead column. See --percentage for more info. 149 - trace: pretty printed trace output in a single column 194 --column-widths=<width[,width...]>:: 195 Force each column width to the provided list, for large terminal 216 - flat: single column, linear exposure of call chains. 252 show up in the output. The output will have a new "Children" column 330 --show-total-period:: Show a column with the sum of periods.
|
D | perf-annotate.txt | 95 --show-total-period:: Show a column with the sum of periods.
|
D | perf-config.txt | 356 This option controls display of column headers (like 'Overhead' and 'Symbol') 397 If 'flat' is used, single column and linear exposure of call chains. 451 Example output with this turned on, notice that there is one column 470 command will have 'Children' overhead column as well as 'Self' overhead 471 column by default.
|
D | perf-c2c.txt | 98 Do not display Source:Line column.
|
D | jitdump-specification.txt | 129 * uint32_t discrim : column discriminator, 0 is default
|
/tools/perf/ui/gtk/ |
D | hists.c | 341 GtkTreeViewColumn *column; in perf_gtk__show_hists() local 343 column = gtk_tree_view_get_column(GTK_TREE_VIEW(view), col_idx); in perf_gtk__show_hists() 344 gtk_tree_view_column_set_resizable(column, TRUE); in perf_gtk__show_hists() 348 column); in perf_gtk__show_hists() 566 GtkTreeViewColumn *column; in perf_gtk__show_hierarchy() local 568 column = gtk_tree_view_get_column(GTK_TREE_VIEW(view), col_idx); in perf_gtk__show_hierarchy() 569 gtk_tree_view_column_set_resizable(column, TRUE); in perf_gtk__show_hierarchy() 573 column); in perf_gtk__show_hierarchy()
|
/tools/perf/util/ |
D | pmu.c | 1172 int column = start; in wordwrap() local 1178 if (column + wlen >= max && column > start) { in wordwrap() 1180 column = start + corr; in wordwrap() 1182 n = printf("%s%.*s", column > start ? " " : "", wlen, s); in wordwrap() 1186 column += n; in wordwrap()
|
/tools/perf/ui/browsers/ |
D | hists.c | 114 static void hist_browser__gotorc(struct hist_browser *browser, int row, int column) in hist_browser__gotorc() argument 121 ui_browser__gotorc(&browser->b, row + header_offset, column); in hist_browser__gotorc() 1399 int column = 0; in hist_browser__show_entry() local 1412 column++ < browser->b.horiz_scroll) in hist_browser__show_entry() 1498 int column = 0; in hist_browser__show_hierarchy_entry() local 1537 column++ < browser->b.horiz_scroll) in hist_browser__show_hierarchy_entry() 1578 if (column >= browser->b.horiz_scroll) { in hist_browser__show_hierarchy_entry() 1653 int column = 0; in hist_browser__show_no_entry() local 1679 column++ < browser->b.horiz_scroll) in hist_browser__show_no_entry() 1700 if (column >= browser->b.horiz_scroll) { in hist_browser__show_no_entry() [all …]
|
/tools/power/x86/turbostat/ |
D | turbostat.c | 2439 int column, retval; in snapshot_proc_interrupts() local 2447 for (column = 0; column < topo.num_cpus; ++column) { in snapshot_proc_interrupts() 2459 irq_column_2_cpu[column] = cpu_number; in snapshot_proc_interrupts() 2465 int column; in snapshot_proc_interrupts() local 2473 for (column = 0; column < topo.num_cpus; ++column) { in snapshot_proc_interrupts() 2481 cpu_number = irq_column_2_cpu[column]; in snapshot_proc_interrupts()
|
/tools/power/pm-graph/ |
D | analyze_boot.py | 595 table.fstat {table-layout:fixed;padding:150px 15px 0 0;font-size:10px;column-width:30px;}\n\
|