Home
last modified time | relevance | path

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

/tools/perf/scripts/python/bin/
A 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
A 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
/tools/perf/Documentation/
A 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
A Dcallchain-overhead-calculation.txt3 The CPU overhead can be shown in two columns as 'Children' and 'Self'
4 when perf collects callchains (and corresponding 'Wall' columns for
A Dcpu-and-latency-overheads.txt9 'latency' columns for CPU and wall-clock time correspondingly).
A Dperf-report.txt47 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 Dperf-config.txt618 This option sets the number of columns to sort the result.
637 Number of columns to align the argument list, default is 70,
A Dperf-top.txt357 Alternatively one can ask for a group and then two overhead columns
/tools/memory-model/
A Dlinux-kernel.cfg5 graph columns
/tools/perf/scripts/python/
A Dexport-to-sqlite.py114 columns = sys.argv[2] variable
116 columns = "all"
118 if columns not in ("all", "branches"):
121 branches = (columns == "branches")
A Dexport-to-postgresql.py293 columns = sys.argv[2] variable
295 columns = "all"
297 if columns not in ("all", "branches"):
300 branches = (columns == "branches")
A Dexported-sql-viewer.py646 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 Dbrowser.h20 u16 y, x, width, height, rows, columns, horiz_scroll; member
A Dbrowser.c422 (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 DREADME.rst38 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 Dbuiltin-diff.c139 } 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 Dthpmaps489 docs_width = shutil.get_terminal_size().columns
/tools/perf/ui/browsers/
A Dhists.c2270 ++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 Dcpuid.csv571 … 0, ebx, 7:0, tmul_maxk , TMUL unit maximum height, K (rows or columns)

Completed in 45 milliseconds