Searched refs:columns (Results 1 – 16 of 16) sorted by relevance
/tools/perf/scripts/python/bin/ |
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
|
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
|
/tools/perf/Documentation/ |
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
|
D | callchain-overhead-calculation.txt | 3 The overhead can be shown in two columns as 'Children' and 'Self' when
|
D | perf-report.txt | 132 When the sort key symbol is specified, columns "IPC" and "IPC Coverage" 162 - trace_fields: fields in tracepoints in separate columns 554 blocks. In output, there are some new columns:
|
D | perf-config.txt | 573 This option sets the number of columns to sort the result. 592 Number of columns to align the argument list, default is 70,
|
D | perf-top.txt | 303 Alternatively one can ask for --group and then two overhead columns
|
/tools/memory-model/ |
D | linux-kernel.cfg | 4 graph columns
|
/tools/perf/scripts/python/ |
D | export-to-sqlite.py | 114 columns = sys.argv[2] variable 116 columns = "all" variable 118 if columns not in ("all", "branches"): 121 branches = (columns == "branches")
|
D | export-to-postgresql.py | 293 columns = sys.argv[2] variable 295 columns = "all" variable 297 if columns not in ("all", "branches"): 300 branches = (columns == "branches")
|
D | exported-sql-viewer.py | 645 if IsSelectable(glb.db, "comms", columns = "has_calls"): 661 self.have_ipc = IsSelectable(glb.db, "calls", columns = "insn_count, cyc_count") 927 if IsSelectable(glb.db, "comms", columns = "has_calls"): 3099 self.have_ipc = IsSelectable(glb.db, "samples", columns = "insn_count, cyc_count") 3259 columns = self.model.columnCount() 3260 for i in xrange(columns): 3659 def IsSelectable(db, table, sql = "", columns = "*"): argument 3662 QueryExec(query, "SELECT " + columns + " FROM " + table + " " + sql + " LIMIT 1") 3822 columns = self.data_model.columnCount() 3823 for i in xrange(columns):
|
/tools/perf/ui/ |
D | browser.h | 20 u16 y, x, width, height, rows, columns, horiz_scroll; member
|
D | browser.c | 412 (browser->columns && (key == K_LEFT || key == K_RIGHT)) || in ui_browser__run() 442 if (!browser->columns) in ui_browser__run() 444 if (browser->horiz_scroll < browser->columns - 1) in ui_browser__run() 448 if (!browser->columns) in ui_browser__run()
|
/tools/perf/ |
D | builtin-diff.c | 138 } columns[PERF_HPP_DIFF__MAX_INDEX] = { variable 1713 header = columns[dfmt->idx].name; in init_header() 1714 width = columns[dfmt->idx].width; in init_header()
|
/tools/perf/util/ |
D | pmu.c | 1494 int columns = pager_get_columns(); in print_pmu_events() local 1579 wordwrap(aliases[j].desc, 8, columns, 0); in print_pmu_events()
|
/tools/perf/ui/browsers/ |
D | hists.c | 2227 ++browser->b.columns; in hist_browser__init() 2230 ++browser->b.columns; in hist_browser__init() 2233 ++browser->b.columns; in hist_browser__init()
|