Home
last modified time | relevance | path

Searched refs:display (Results 1 – 25 of 39) sorted by relevance

12

/tools/perf/Documentation/
A Dperf-c2c.txt41 display it.
95 Specify sorting fields for single cacheline display.
114 Do not display Source:Line column.
124 --display::
125 Switch to HITM type (rmt, lcl) or peer snooping type (peer) to display
181 display modes: stdio and tui (default).
187 - display data
193 For each cacheline in the 1) list we display following data:
211 Load Peer - Total, Local, Remote (For display with peer type)
242 For each offset in the 2) list we display following data:
[all …]
A Dperf-kvm.txt39 '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
A Dperf-version.txt6 perf-version - display the version of perf binary
A Dperf-top.txt56 Only display functions with more events than this.
129 Zero history across display updates.
220 Determine how to display the overhead percentage of filtered entries.
319 Record events of type PERF_RECORD_NAMESPACES and display it with the
335 Record events of type PERF_RECORD_CGROUP and display it with the
404 Number of entries to display.
407 Event to display when multiple counters are active.
410 Profile display filter (>= hit count).
413 Annotation display filter (>= % of total).
419 Stop annotation, return to full profile display.
[all …]
A Dperf-annotate.txt6 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.
169 Do not display empty (or dummy) events.
A Dintel-bts.txt63 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
A Dperf-help.txt6 perf-help - display help information about perf
A Dperf-report.txt6 perf-report - Read perf.data (created by perf record) and display the profile
69 Only display entries resolved to a symbol.
245 Only display entries with parent-match.
278 - none: disable call chain display.
303 - percent: display overhead percent (default)
304 - period: display event period
305 - count: display event count
395 information which may be very large and thus may clutter the display.
414 - Predicted: display the average percentage of predicated branches.
416 - Abort: display the number of tsx aborted branches.
[all …]
A Dperf-script.txt6 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
218 Instruction Trace decoding. For calls and returns, it will display the
282 For sample events it's possible to display misc field with -F +misc option,
313 When printing symbols do not display call chain.
316 Stop display of callgraph at these symbols
326 Only display events for these comms. CSV that understands
338 information which may be very large and thus may clutter the display.
A Dperf-mem.txt19 right set of options to display a memory access profile. By default, loads
146 Only display entries resolved to a symbol.
A Dperf-timechart.txt52 Select the processes to display, by name or PID
A Dperf-diff.txt6 perf-diff - Read perf.data files and display the differential profile
120 Determine how to display the overhead percentage of filtered entries.
A Dperf-kwork.txt170 Maximum number of functions to display in backtrace, default 5.
A Dperf-script-python.txt326 code to aggregate and display it for your particular needs.
410 and display the output using 'perf script report':
537 as display results:
653 flags_disp - sample flags display
/tools/power/x86/intel-speed-select/
A DBuild1 intel-speed-select-y += isst-config.o isst-core.o isst-display.o isst-daemon.o hfi-events.o isst-c…
/tools/perf/
A Dbuiltin-c2c.c109 int display; member
806 switch (c2c.display) { in percent_costly_snoop()
1217 switch (c2c.display) { in node_entry()
2105 switch (c2c.display) { in he__display()
2140 switch (c2c.display) { in is_valid_hist_entry()
2226 if (display && c2c_hists) { in resort_cl_cb()
2518 display_str[c2c.display]); in print_c2c_info()
2873 const char *display = str; in setup_display() local
3090 if (!display) { in perf_c2c__report()
3092 display = "peer"; in perf_c2c__report()
[all …]
A Dbuiltin-help.c143 const char *display = getenv("DISPLAY"); in exec_man_konqueror() local
145 if (display && *display) { in exec_man_konqueror()
A Dbuiltin-timechart.c102 int display; member
119 int display; member
1351 p->display = 0; in determine_display_tasks_filtered()
1362 c->display = 0; in determine_display_tasks_filtered()
1368 c->display = 1; in determine_display_tasks_filtered()
1369 p->display = 1; in determine_display_tasks_filtered()
1391 p->display = 0; in determine_display_tasks()
1399 p->display = 1; in determine_display_tasks()
1404 c->display = 0; in determine_display_tasks()
1410 c->display = 1; in determine_display_tasks()
[all …]
/tools/power/pm-graph/config/
A Dexample.cfg52 # 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)
A Dcustom-timeline-functions.cfg72 # 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/
A Dkvm_stat.txt42 *h*:: display interactive commands reference
79 fields to display (regex), "-f help" for a list of available events
/tools/testing/selftests/kho/
A Dvmtest.sh26 -h) display this help
/tools/perf/scripts/python/
A Dcompaction-times.py200 def display(self): member in chead
208 i.display(),
/tools/testing/selftests/nolibc/
A DMakefile.nolibc357 …$(Q)qemu-system-$(QEMU_ARCH) -display none -no-reboot -kernel "$(IMAGE)" -initrd initramfs.cpio -s…
362 …$(Q)qemu-system-$(QEMU_ARCH) -display none -no-reboot -kernel "$(IMAGE)" -initrd initramfs.cpio -s…
/tools/testing/selftests/bpf/
A Dvmtest.sh291 -display none \

Completed in 40 milliseconds

12