Home
last modified time | relevance | path

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

12

/tools/perf/ui/
A Dbrowser.c669 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 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/testing/selftests/bpf/prog_tests/
A Dctx_rewrite.c400 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 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 …]
A Dperf-top.txt148 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 Dcpu-and-latency-overheads.txt52 numbers of cores ('Parallelism' column). For example, in the following case
A Dperf-report.txt169 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 Dperf-config.txt439 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 Dperf-annotate.txt107 --show-total-period:: Show a column with the sum of periods.
A Djitdump-specification.txt129 * uint32_t discrim : column discriminator, 0 is default
A Dperf-c2c.txt114 Do not display Source:Line column.
A Dperf-stat.txt564 Don't print 'summary' at the first column for CVS summary output.
/tools/testing/selftests/net/tcp_ao/lib/
A Dproc.c59 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 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/
A Dexported-sql-viewer.py521 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 Dgecko.py76 column: None
171 column=None,
/tools/perf/
A Dbuiltin-list.c92 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 Dhists.c1358 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 DREADME.rst38 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 Dpmu.c1734 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 Dparse-events.c545 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 Dbpftool-prog.rst110 column will also be displayed.
122 **linum** is specified, the filename, line number and line column will also
/tools/power/x86/turbostat/
A Dturbostat.c6313 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 Dbootgraph.py647 table.fstat {table-layout:fixed;padding:150px 15px 0 0;font-size:10px;column-width:30px;}\n\
/tools/testing/cxl/test/
A Dmem.c457 .column = {0xDE, 0xAD},

Completed in 819 milliseconds

12