Home
last modified time | relevance | path

Searched refs:column (Results 1 – 16 of 16) sorted by relevance

/tools/perf/ui/
Dbrowser.c653 void __ui_browser__vline(struct ui_browser *browser, unsigned int column, in __ui_browser__vline() argument
657 ui_browser__gotorc(browser, start, column); in __ui_browser__vline()
671 unsigned int column, in __ui_browser__line_arrow_up() argument
680 ui_browser__gotorc(browser, row, column); in __ui_browser__line_arrow_up()
682 ui_browser__gotorc(browser, row, column + 1); in __ui_browser__line_arrow_up()
695 ui_browser__gotorc(browser, end_row, column); in __ui_browser__line_arrow_up()
698 ui_browser__gotorc(browser, end_row, column); in __ui_browser__line_arrow_up()
701 ui_browser__gotorc(browser, end_row, column + 1); in __ui_browser__line_arrow_up()
703 ui_browser__gotorc(browser, end_row, column + 2); in __ui_browser__line_arrow_up()
711 unsigned int column, in __ui_browser__line_arrow_down() argument
[all …]
Dbrowser.h51 void __ui_browser__line_arrow(struct ui_browser *browser, unsigned int column,
53 void ui_browser__mark_fused(struct ui_browser *browser, unsigned int column,
64 void __ui_browser__vline(struct ui_browser *browser, unsigned int column,
/tools/perf/Documentation/
Dperf-diff.txt45 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.
113 Specify compute sorting column number. 0 means sorting by baseline
114 overhead and 1 (default) means sorting by computed value of column 1
197 baseline entry, are displayed with empty space within baseline column
198 and possible computation results (delta) in their related column.
246 If specified the 'Delta' column is displayed with value 'd' computed as:
267 If specified the 'Ratio' column is displayed with value 'r' computed as:
279 If specified the 'Weighted diff' column is displayed with value 'd' computed as:
[all …]
Dperf-top.txt146 Show a column with the number of samples.
149 Show a column with the sum of periods.
153 percentage of the overhead column. See --percentage for more info.
157 percentage of the overhead column. See --percentage for more info.
161 percentage of the overhead column. See --percentage for more info.
189 show up in the output. The output will have a new "Children" column
221 --column-widths=<width[,width...]>::
222 Force each column width to the provided list, for large terminal
Dperf-report.txt47 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.
134 and column "IPC coverage" reports the percentage of instructions with
161 - trace: pretty printed trace output in a single column
206 --column-widths=<width[,width...]>::
207 Force each column width to the provided list, for large terminal
228 - flat: single column, linear exposure of call chains.
264 show up in the output. The output will have a new "Children" column
345 --show-total-period:: Show a column with the sum of periods.
Dperf-annotate.txt100 --show-total-period:: Show a column with the sum of periods.
Dperf-config.txt408 This option controls display of column headers (like 'Overhead' and 'Symbol')
451 If 'flat' is used, single column and linear exposure of call chains.
505 Example output with this turned on, notice that there is one column
524 command will have 'Children' overhead column as well as 'Self' overhead
525 column by default.
Dperf-c2c.txt101 Do not display Source:Line column.
Djitdump-specification.txt129 * uint32_t discrim : column discriminator, 0 is default
/tools/perf/ui/gtk/
Dhists.c343 GtkTreeViewColumn *column; in perf_gtk__show_hists() local
345 column = gtk_tree_view_get_column(GTK_TREE_VIEW(view), col_idx); in perf_gtk__show_hists()
346 gtk_tree_view_column_set_resizable(column, TRUE); in perf_gtk__show_hists()
350 column); in perf_gtk__show_hists()
569 GtkTreeViewColumn *column; in perf_gtk__show_hierarchy() local
571 column = gtk_tree_view_get_column(GTK_TREE_VIEW(view), col_idx); in perf_gtk__show_hierarchy()
572 gtk_tree_view_column_set_resizable(column, TRUE); in perf_gtk__show_hierarchy()
576 column); in perf_gtk__show_hierarchy()
/tools/perf/scripts/python/
Dexported-sql-viewer.py251 def index(self, row, column, parent): argument
253 return self.createIndex(row, column, child_item)
256 return item.getData(index.column())
264 def columnAlignment(self, column): argument
267 def columnFont(self, column): argument
272 return self.columnAlignment(index.column())
274 return self.columnFont(index.column())
308 def index(self, row, column, parent): argument
309 return self.createIndex(row, column, self.child_items[row])
312 return item.getData(index.column())
[all …]
/tools/perf/util/
Dpmu.c1460 int column = start; in wordwrap() local
1466 if (column + wlen >= max && column > start) { in wordwrap()
1468 column = start + corr; in wordwrap()
1470 n = printf("%s%.*s", column > start ? " " : "", wlen, s); in wordwrap()
1474 column += n; in wordwrap()
/tools/perf/ui/browsers/
Dhists.c1323 int column = 0; in hist_browser__show_entry() local
1336 column++ < browser->b.horiz_scroll) in hist_browser__show_entry()
1417 int column = 0; in hist_browser__show_hierarchy_entry() local
1456 column++ < browser->b.horiz_scroll) in hist_browser__show_hierarchy_entry()
1497 if (column >= browser->b.horiz_scroll) { in hist_browser__show_hierarchy_entry()
1572 int column = 0; in hist_browser__show_no_entry() local
1598 column++ < browser->b.horiz_scroll) in hist_browser__show_no_entry()
1619 if (column >= browser->b.horiz_scroll) { in hist_browser__show_no_entry()
1652 int column = 0; in hists_browser__scnprintf_headers() local
1662 if (perf_hpp__should_skip(fmt, hists) || column++ < browser->b.horiz_scroll) in hists_browser__scnprintf_headers()
[all …]
/tools/bpf/bpftool/Documentation/
Dbpftool-prog.rst102 the filename, line number and line column will also be
116 the filename, line number and line column will also be
/tools/power/x86/turbostat/
Dturbostat.c2945 int column, retval; in snapshot_proc_interrupts() local
2953 for (column = 0; column < topo.num_cpus; ++column) { in snapshot_proc_interrupts()
2965 irq_column_2_cpu[column] = cpu_number; in snapshot_proc_interrupts()
2971 int column; in snapshot_proc_interrupts() local
2979 for (column = 0; column < topo.num_cpus; ++column) { in snapshot_proc_interrupts()
2987 cpu_number = irq_column_2_cpu[column]; in snapshot_proc_interrupts()
/tools/power/pm-graph/
Dbootgraph.py645 table.fstat {table-layout:fixed;padding:150px 15px 0 0;font-size:10px;column-width:30px;}\n\