/tools/perf/Documentation/ |
D | perf-c2c.txt | 41 display it. 88 Specify sorting fields for single cacheline display. 107 Do not display Source:Line column. 117 --display:: 118 Switch to HITM type (rmt, lcl) or peer snooping type (peer) to display 174 display modes: stdio and tui (default). 180 - display data 186 For each cacheline in the 1) list we display following data: 201 LLC Load Hitm - Total, LclHitm, RmtHitm (For display with HITM types) 204 Load Peer - Total, Local, Remote (For display with peer type) [all …]
|
D | perf-kvm.txt | 39 'perf kvm report' to display the performance counter profile information 45 'perf kvm buildid-list' to display the buildids found in a perf data file, 64 record + report but with statistical data updated live at a given display 113 --display:: 114 Time in seconds between display updates
|
D | perf-top.txt | 52 Only display functions with more events than this. 125 Zero history across display updates. 173 and add PREFIX. This allows to display source code compiled on systems 216 Determine how to display the overhead percentage of filtered entries. 285 Record events of type PERF_RECORD_NAMESPACES and display it with the 301 Record events of type PERF_RECORD_CGROUP and display it with the 370 Number of entries to display. 373 Event to display when multiple counters are active. 376 Profile display filter (>= hit count). 379 Annotation display filter (>= % of total). [all …]
|
D | perf-version.txt | 6 perf-version - display the version of perf binary
|
D | intel-bts.txt | 63 perf script has an option (-D) to "dump" the events i.e. display the binary 68 To disable the display of Intel BTS packets, combine the -D option with
|
D | perf-annotate.txt | 6 perf-annotate - Read perf.data (created by perf record) and display annotated code 128 and add PREFIX. This allows to display source code compiled on systems 156 functions to display, not about lines within the function.
|
D | perf-mem.txt | 19 right set of options to display a memory access profile. By default, loads 65 Only display entries resolved to a symbol.
|
D | perf-help.txt | 6 perf-help - display help information about perf
|
D | perf-script.txt | 6 perf-script - Read perf.data (created by perf record) and display trace output 37 'perf script report <script> [args]' to run and display the results 217 Instruction Trace decoding. For calls and returns, it will display the 269 For sample events it's possible to display misc field with -F +misc option, 300 When printing symbols do not display call chain. 303 Stop display of callgraph at these symbols 313 Only display events for these comms. CSV that understands 325 information which may be very large and thus may clutter the display.
|
D | perf-report.txt | 6 perf-report - Read perf.data (created by perf record) and display the profile 69 Only display entries resolved to a symbol. 216 Only display entries with parent-match. 249 - none: disable call chain display. 274 - percent: display overhead percent (default) 275 - period: display event period 276 - count: display event count 366 information which may be very large and thus may clutter the display. 393 and add PREFIX. This allows to display source code compiled on systems 427 Determine how to display the overhead percentage of filtered entries.
|
D | perf-timechart.txt | 52 Select the processes to display, by name or PID
|
D | perf-kwork.txt | 166 Maximum number of functions to display in backtrace, default 5.
|
D | perf-diff.txt | 6 perf-diff - Read perf.data files and display the differential profile 120 Determine how to display the overhead percentage of filtered entries.
|
D | perf-ftrace.txt | 24 (optionally with BPF) and display it as a histogram.
|
/tools/power/x86/intel-speed-select/ |
D | Build | 1 intel-speed-select-y += isst-config.o isst-core.o isst-display.o isst-daemon.o hfi-events.o isst-c…
|
/tools/perf/ |
D | builtin-c2c.c | 108 int display; member 821 switch (c2c.display) { in percent_costly_snoop() 1232 switch (c2c.display) { in node_entry() 2115 switch (c2c.display) { in he__display() 2150 switch (c2c.display) { in is_valid_hist_entry() 2230 bool display = he__display(he, &c2c.shared_clines_stats); in resort_cl_cb() local 2235 if (display && c2c_hists) { in resort_cl_cb() 2264 if (c2c.display == DISPLAY_SNP_PEER) in setup_nodes_header() 2478 if (c2c.display != DISPLAY_SNP_PEER) in print_pareto() 2530 display_str[c2c.display]); in print_c2c_info() [all …]
|
D | builtin-timechart.c | 102 int display; member 119 int display; member 1154 if (!c->display) { in draw_io_bars() 1268 if (!c->display) { in draw_process_bars() 1352 p->display = 0; in determine_display_tasks_filtered() 1363 c->display = 0; in determine_display_tasks_filtered() 1369 c->display = 1; in determine_display_tasks_filtered() 1370 p->display = 1; in determine_display_tasks_filtered() 1392 p->display = 0; in determine_display_tasks() 1400 p->display = 1; in determine_display_tasks() [all …]
|
D | builtin-help.c | 143 const char *display = getenv("DISPLAY"); in exec_man_konqueror() local 145 if (display && *display) { in exec_man_konqueror()
|
/tools/power/pm-graph/config/ |
D | example.cfg | 52 # Turn display on/off for test 53 # Switch the display on/off for the test using xset (default: no-action) 54 # display: on 82 # Run two suspend/resumes back to back and display in the same timeline (default: false)
|
D | custom-timeline-functions.cfg | 72 # Function calls to display in the timeline alongside device callbacks. 96 # format: The format to display the data on the timeline in. Use braces to 139 # Dev mode function calls to display inside timeline entries 161 # format: The format to display the data on the timeline in. Use braces to
|
/tools/kvm/kvm_stat/ |
D | kvm_stat.txt | 42 *h*:: display interactive commands reference 79 fields to display (regex), "-f help" for a list of available events
|
/tools/testing/selftests/nolibc/ |
D | Makefile | 211 …$(Q)qemu-system-$(QEMU_ARCH) -display none -no-reboot -kernel "$(srctree)/$(IMAGE)" -serial stdio … 216 …$(Q)qemu-system-$(QEMU_ARCH) -display none -no-reboot -kernel "$(srctree)/$(IMAGE)" -serial stdio …
|
/tools/perf/scripts/python/ |
D | compaction-times.py | 200 def display(self): member in chead 208 i.display(),
|
/tools/testing/selftests/bpf/ |
D | vmtest.sh | 247 -display none \
|
/tools/testing/selftests/mm/ |
D | run_vmtests.sh | 20 -h: display this message
|