Home
last modified time | relevance | path

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

/tools/perf/scripts/python/bin/
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/scripts/python/
Dexport-to-postgresql.py242 columns = sys.argv[2] variable
244 columns = "all" variable
246 if columns not in ("all", "branches"):
249 branches = (columns == "branches")
/tools/perf/ui/
Dbrowser.h17 u16 y, x, width, height, rows, columns, horiz_scroll; member
Dbrowser.c396 (browser->columns && (key == K_LEFT || key == K_RIGHT)) || in ui_browser__run()
426 if (!browser->columns) in ui_browser__run()
428 if (browser->horiz_scroll < browser->columns - 1) in ui_browser__run()
432 if (!browser->columns) in ui_browser__run()
/tools/perf/Documentation/
Dcallchain-overhead-calculation.txt3 The overhead can be shown in two columns as 'Children' and 'Self' when
Dperf-report.txt142 - trace_fields: fields in tracepoints in separate columns
/tools/perf/
Dbuiltin-diff.c98 } columns[PERF_HPP_DIFF__MAX_INDEX] = { variable
1067 header = columns[dfmt->idx].name; in init_header()
1068 width = columns[dfmt->idx].width; in init_header()
/tools/perf/util/
Dpmu.c1115 int columns = pager_get_columns(); in print_pmu_events() local
1187 wordwrap(aliases[j].desc, 8, columns, 0); in print_pmu_events()
/tools/perf/ui/browsers/
Dhists.c2099 ++browser->b.columns; in hist_browser__init()
2102 ++browser->b.columns; in hist_browser__init()
2105 ++browser->b.columns; in hist_browser__init()