Searched refs:columns (Results 1 – 19 of 19) sorted by relevance
| /tools/perf/scripts/python/bin/ |
| A D | export-to-postgresql-report | 18 columns=$2 23 columns=$2 29 perf script $@ -s "$PERF_EXEC_PATH"/scripts/python/export-to-postgresql.py $dbname $columns $calls
|
| A D | export-to-sqlite-report | 18 columns=$2 23 columns=$2 29 perf script $@ -s "$PERF_EXEC_PATH"/scripts/python/export-to-sqlite.py $dbname $columns $calls
|
| /tools/perf/Documentation/ |
| A D | db-export.txt | 22 1. Because of the nature of SQL, existing tables and columns can continue to be 26 2. New tables and columns can be added, without affecting existing SQL queries, 30 backward compatibility by testing for the presence of new tables and columns
|
| A D | callchain-overhead-calculation.txt | 3 The CPU overhead can be shown in two columns as 'Children' and 'Self' 4 when perf collects callchains (and corresponding 'Wall' columns for
|
| A D | cpu-and-latency-overheads.txt | 9 'latency' columns for CPU and wall-clock time correspondingly).
|
| A D | perf-report.txt | 47 the overhead and latency columns. See --percentage for more info. 57 the overhead and latency columns. See --percentage for more info. 62 the overhead and latency columns. See --percentage for more info. 78 the overhead and latency columns. See --percentage for more info. 167 When the sort key symbol is specified, columns "IPC" and "IPC Coverage" 200 - trace_fields: fields in tracepoints in separate columns 637 blocks. In output, there are some new columns:
|
| A D | perf-config.txt | 618 This option sets the number of columns to sort the result. 637 Number of columns to align the argument list, default is 70,
|
| A D | perf-top.txt | 357 Alternatively one can ask for a group and then two overhead columns
|
| /tools/memory-model/ |
| A D | linux-kernel.cfg | 5 graph columns
|
| /tools/perf/scripts/python/ |
| A D | export-to-sqlite.py | 114 columns = sys.argv[2] variable 116 columns = "all" 118 if columns not in ("all", "branches"): 121 branches = (columns == "branches")
|
| A D | export-to-postgresql.py | 293 columns = sys.argv[2] variable 295 columns = "all" 297 if columns not in ("all", "branches"): 300 branches = (columns == "branches")
|
| A D | exported-sql-viewer.py | 646 if IsSelectable(glb.db, "comms", columns = "has_calls"): 662 self.have_ipc = IsSelectable(glb.db, "calls", columns = "insn_count, cyc_count") 931 if IsSelectable(glb.db, "comms", columns = "has_calls"): 3103 self.have_ipc = IsSelectable(glb.db, "samples", columns = "insn_count, cyc_count") 3263 columns = self.model.columnCount() 3264 for i in xrange(columns): 3663 def IsSelectable(db, table, sql = "", columns = "*"): argument 3666 QueryExec(query, "SELECT " + columns + " FROM " + table + " " + sql + " LIMIT 1") 3826 columns = self.data_model.columnCount() 3827 for i in xrange(columns):
|
| /tools/perf/ui/ |
| A D | browser.h | 20 u16 y, x, width, height, rows, columns, horiz_scroll; member
|
| A D | browser.c | 422 (browser->columns && (key == K_LEFT || key == K_RIGHT)) || in ui_browser__run() 452 if (!browser->columns) in ui_browser__run() 454 if (browser->horiz_scroll < browser->columns - 1) in ui_browser__run() 458 if (!browser->columns) in ui_browser__run()
|
| /tools/testing/selftests/bpf/ |
| A D | README.rst | 38 These files are organized in three columns. The first column lists the test in 40 remaining two columns provide additional meta data that helps identify and
|
| /tools/perf/ |
| A D | builtin-diff.c | 139 } columns[PERF_HPP_DIFF__MAX_INDEX] = { variable 1703 header = columns[dfmt->idx].name; in init_header() 1704 width = columns[dfmt->idx].width; in init_header()
|
| /tools/mm/ |
| A D | thpmaps | 489 docs_width = shutil.get_terminal_size().columns
|
| /tools/perf/ui/browsers/ |
| A D | hists.c | 2270 ++browser->b.columns; in hist_browser__init() 2273 ++browser->b.columns; in hist_browser__init() 2276 ++browser->b.columns; in hist_browser__init()
|
| /tools/arch/x86/kcpuid/ |
| A D | cpuid.csv | 571 … 0, ebx, 7:0, tmul_maxk , TMUL unit maximum height, K (rows or columns)
|
Completed in 45 milliseconds