| /tools/perf/ui/ |
| A D | browser.c | 669 ui_browser__gotorc(browser, start, column); in __ui_browser__vline() 683 unsigned int column, in __ui_browser__line_arrow_up() argument 692 ui_browser__gotorc(browser, row, column); in __ui_browser__line_arrow_up() 694 ui_browser__gotorc(browser, row, column + 1); in __ui_browser__line_arrow_up() 707 ui_browser__gotorc(browser, end_row, column); in __ui_browser__line_arrow_up() 710 ui_browser__gotorc(browser, end_row, column); in __ui_browser__line_arrow_up() 723 unsigned int column, in __ui_browser__line_arrow_down() argument 732 ui_browser__gotorc(browser, row, column); in __ui_browser__line_arrow_down() 734 ui_browser__gotorc(browser, row, column + 1); in __ui_browser__line_arrow_down() 747 ui_browser__gotorc(browser, row, column); in __ui_browser__line_arrow_down() [all …]
|
| A D | browser.h | 51 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/testing/selftests/bpf/prog_tests/ |
| A D | ctx_rewrite.c | 400 int column = 0; in print_match_error() local 407 mark1 = column; in print_match_error() 410 ++column; in print_match_error() 413 mark1 = column; in print_match_error() 418 ++column; in print_match_error() 421 column += 3; in print_match_error() 426 mark2 = column; in print_match_error() 429 ++column; in print_match_error() 432 mark2 = column; in print_match_error() 445 for (column = 0; column <= max(mark1, mark2); ++column) { in print_match_error() [all …]
|
| /tools/perf/Documentation/ |
| A 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. 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 …]
|
| A D | perf-top.txt | 148 Show a column with the number of samples. 151 Show a column with the sum of periods. 155 percentage of the overhead column. See --percentage for more info. 159 percentage of the overhead column. See --percentage for more info. 163 percentage of the overhead column. See --percentage for more info. 197 show up in the output. The output will have a new "Children" column 229 --column-widths=<width[,width...]>:: 230 Force each column width to the provided list, for large terminal
|
| A D | cpu-and-latency-overheads.txt | 52 numbers of cores ('Parallelism' column). For example, in the following case
|
| A D | perf-report.txt | 169 and column "IPC coverage" reports the percentage of instructions with 199 - trace: pretty printed trace output in a single column 248 --column-widths=<width[,width...]>:: 249 Force each column width to the provided list, for large terminal 273 - flat: single column, linear exposure of call chains. 309 show up in the output. The output will have a new "Children" column 390 --show-total-period:: Show a column with the sum of periods.
|
| A D | perf-config.txt | 439 This option controls display of column headers (like 'Overhead' and 'Symbol') 482 If 'flat' is used, single column and linear exposure of call chains. 536 Example output with this turned on, notice that there is one column 559 command will have 'Children' overhead column as well as 'Self' overhead 560 column by default.
|
| A D | perf-annotate.txt | 107 --show-total-period:: Show a column with the sum of periods.
|
| A D | jitdump-specification.txt | 129 * uint32_t discrim : column discriminator, 0 is default
|
| A D | perf-c2c.txt | 114 Do not display Source:Line column.
|
| A D | perf-stat.txt | 564 Don't print 'summary' at the first column for CVS summary output.
|
| /tools/testing/selftests/net/tcp_ao/lib/ |
| A D | proc.c | 59 char *column; in lookup_get_column() local 61 column = strchr(line, ':'); in lookup_get_column() 62 if (!column) in lookup_get_column() 65 return lookup_get(ns, line, column - line); in lookup_get_column()
|
| /tools/perf/ui/gtk/ |
| A D | hists.c | 343 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/ |
| A D | exported-sql-viewer.py | 521 def getData(self, column): argument 522 return self.data[column] 767 return headers[column] 774 return alignment[column] 963 return headers[column] 970 return alignment[column] 1970 col = index.column() 2882 return self.data[column] 3001 return self.data[column] 3157 if column != br_col: [all …]
|
| A D | gecko.py | 76 column: None 171 column=None,
|
| /tools/perf/ |
| A D | builtin-list.c | 92 int column = start; in wordwrap() local 101 if ((column + wlen >= max && column > start) || saw_newline) { in wordwrap() 103 column = start + corr; in wordwrap() 105 if (column <= start) in wordwrap() 113 column += n; in wordwrap()
|
| /tools/perf/ui/browsers/ |
| A D | hists.c | 1358 int column = 0; in hist_browser__show_entry() local 1371 column++ < browser->b.horiz_scroll) in hist_browser__show_entry() 1452 int column = 0; in hist_browser__show_hierarchy_entry() local 1491 column++ < browser->b.horiz_scroll) in hist_browser__show_hierarchy_entry() 1532 if (column >= browser->b.horiz_scroll) { in hist_browser__show_hierarchy_entry() 1607 int column = 0; in hist_browser__show_no_entry() local 1633 column++ < browser->b.horiz_scroll) in hist_browser__show_no_entry() 1654 if (column >= browser->b.horiz_scroll) { in hist_browser__show_no_entry() 1687 int column = 0; in hists_browser__scnprintf_headers() local 1726 int column = 0; in hists_browser__scnprintf_hierarchy_headers() local [all …]
|
| /tools/testing/selftests/bpf/ |
| A D | README.rst | 38 These files are organized in three columns. The first column lists the test in 41 classify the entry: column two is a copy and paste of the error being reported 42 when running the test in the setting in question. The third column, if
|
| /tools/perf/util/ |
| A D | pmu.c | 1734 int column) in check_info_data() argument 1743 parse_events_error__handle(err, column, in check_info_data() 1749 parse_events_error__handle(err, column, in check_info_data() 1755 parse_events_error__handle(err, column, in check_info_data()
|
| A D | parse-events.c | 545 const char *sys, const char *name, int column) in tracepoint_error() argument 572 parse_events_error__handle(e, column, strdup(str), strdup(help)); in tracepoint_error()
|
| /tools/bpf/bpftool/Documentation/ |
| A D | bpftool-prog.rst | 110 column will also be displayed. 122 **linum** is specified, the filename, line number and line column will also
|
| /tools/power/x86/turbostat/ |
| A D | turbostat.c | 6313 int column, retval; in snapshot_proc_interrupts() local 6321 for (column = 0; column < topo.num_cpus; ++column) { in snapshot_proc_interrupts() 6333 irq_column_2_cpu[column] = cpu_number; in snapshot_proc_interrupts() 6340 int column; in snapshot_proc_interrupts() local 6352 for (column = 0; column < topo.num_cpus; ++column) { in snapshot_proc_interrupts() 6361 cpu_number = irq_column_2_cpu[column]; in snapshot_proc_interrupts()
|
| /tools/power/pm-graph/ |
| A D | bootgraph.py | 647 table.fstat {table-layout:fixed;padding:150px 15px 0 0;font-size:10px;column-width:30px;}\n\
|
| /tools/testing/cxl/test/ |
| A D | mem.c | 457 .column = {0xDE, 0xAD},
|