Home
last modified time | relevance | path

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

/tools/perf/scripts/python/bin/
Dexport-to-sqlite-report18 columns=$2
23 columns=$2
29 perf script $@ -s "$PERF_EXEC_PATH"/scripts/python/export-to-sqlite.py $dbname $columns $calls
Dexport-to-postgresql-report18 columns=$2
23 columns=$2
29 perf script $@ -s "$PERF_EXEC_PATH"/scripts/python/export-to-postgresql.py $dbname $columns $calls
/tools/perf/Documentation/
Ddb-export.txt22 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
Dcallchain-overhead-calculation.txt3 The overhead can be shown in two columns as 'Children' and 'Self' when
Dperf-report.txt132 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:
Dperf-config.txt573 This option sets the number of columns to sort the result.
592 Number of columns to align the argument list, default is 70,
Dperf-top.txt303 Alternatively one can ask for --group and then two overhead columns
/tools/memory-model/
Dlinux-kernel.cfg4 graph columns
/tools/perf/scripts/python/
Dexport-to-sqlite.py114 columns = sys.argv[2] variable
116 columns = "all" variable
118 if columns not in ("all", "branches"):
121 branches = (columns == "branches")
Dexport-to-postgresql.py293 columns = sys.argv[2] variable
295 columns = "all" variable
297 if columns not in ("all", "branches"):
300 branches = (columns == "branches")
Dexported-sql-viewer.py645 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/
Dbrowser.h20 u16 y, x, width, height, rows, columns, horiz_scroll; member
Dbrowser.c412 (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/
Dbuiltin-diff.c138 } 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/
Dpmu.c1494 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/
Dhists.c2227 ++browser->b.columns; in hist_browser__init()
2230 ++browser->b.columns; in hist_browser__init()
2233 ++browser->b.columns; in hist_browser__init()