Home
last modified time | relevance | path

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

12

/tools/perf/Documentation/
Dperf-c2c.txt36 display it.
82 Specify sorting fields for single cacheline display.
101 Do not display Source:Line column.
111 --display::
112 Switch to HITM type (rmt, lcl) to display and sort on. Total HITMs as default.
145 display modes: stdio and tui (default).
151 - display data
157 For each cacheline in the 1) list we display following data:
195 For each offset in the 2) list we display following data:
281 through cachelines list and to display offset details.
Dperf-top.txt51 Only display functions with more events than this.
122 Zero history across display updates.
201 Determine how to display the overhead percentage of filtered entries.
266 Record events of type PERF_RECORD_NAMESPACES and display it with the
315 Number of entries to display.
318 Event to display when multiple counters are active.
321 Profile display filter (>= hit count).
324 Annotation display filter (>= % of total).
330 Stop annotation, return to full profile display.
339 Toggle event count zeroing across display updates.
Dperf-version.txt6 perf-version - display the version of perf binary
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
119 --display::
120 Time in seconds between display updates
Dperf-mem.txt19 right set of options to display a memory access profile. By default, loads
60 Only display entries resolved to a symbol.
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
Dperf-help.txt6 perf-help - display help information about perf
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
192 "tr end" for "bE". However the "x" flag will be display separately in those
196 Instruction Trace decoding. For calls and returns, it will display the
237 For sample events it's possible to display misc field with -F +misc option,
268 When printing symbols do not display call chain.
271 Stop display of callgraph at these symbols
281 Only display events for these comms. CSV that understands
293 information which may be very large and thus may clutter the display.
Dperf-report.txt6 perf-report - Read perf.data (created by perf record) and display the profile
69 Only display entries resolved to a symbol.
202 Only display entries with parent-match.
232 - none: disable call chain display.
257 - percent: display overhead percent (default)
258 - period: display event period
259 - count: display event count
349 information which may be very large and thus may clutter the display.
396 Determine how to display the overhead percentage of filtered entries.
Dperf-annotate.txt6 perf-annotate - Read perf.data (created by perf record) and display annotated code
Dperf-timechart.txt52 Select the processes to display, by name or PID
Dperf-sched.txt111 Maximum number of functions to display in backtrace, default 5.
Dperf-diff.txt6 perf-diff - Read perf.data files and display the differential profile
115 Determine how to display the overhead percentage of filtered entries.
Dperf-stat.txt349 As displayed in the example above we can display 3 types of timings.
350 We always display the time the counters were enabled/alive:
354 For workload sessions we also display time the workloads spent in
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:
/tools/power/x86/intel-speed-select/
DBuild1 intel-speed-select-y += isst-config.o isst-core.o isst-display.o
/tools/perf/
Dbuiltin-c2c.c103 int display; member
826 switch (c2c.display) { in percent_hitm()
1131 switch (c2c.display) { in node_entry()
1911 switch (c2c.display) { in he__display()
1935 has_hitm = c2c.display == DISPLAY_TOT ? c2c_he->stats.tot_hitm : in valid_hitm_or_store()
1936 c2c.display == DISPLAY_LCL ? c2c_he->stats.lcl_hitm : in valid_hitm_or_store()
2002 bool display = he__display(he, &c2c.hitm_stats); in resort_cl_cb() local
2007 if (display && c2c_hists) { in resort_cl_cb()
2261 display_str[c2c.display]); in print_c2c_info()
2419 display_str[c2c.display]); in perf_c2c_browser__title()
[all …]
Dbuiltin-help.c141 const char *display = getenv("DISPLAY"); in exec_man_konqueror() local
143 if (display && *display) { in exec_man_konqueror()
Dbuiltin-timechart.c99 int display; member
116 int display; member
1145 if (!c->display) { in draw_io_bars()
1259 if (!c->display) { in draw_process_bars()
1343 p->display = 0; in determine_display_tasks_filtered()
1354 c->display = 0; in determine_display_tasks_filtered()
1360 c->display = 1; in determine_display_tasks_filtered()
1361 p->display = 1; in determine_display_tasks_filtered()
1383 p->display = 0; in determine_display_tasks()
1391 p->display = 1; in determine_display_tasks()
[all …]
/tools/power/pm-graph/config/
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)
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/
Dkvm_stat.txt42 *h*:: display interactive commands reference
93 fields to display (regex), "-f help" for a list of available events
/tools/perf/scripts/python/
Dcompaction-times.py200 def display(self): member in chead
208 i.display(),
/tools/perf/lib/Documentation/tutorial/
Dtutorial.rst48 how to create it and display its cpus:
/tools/lib/traceevent/Documentation/
Dlibtraceevent-commands.txt27 The library builds a cache of these mappings, which is used to display the name

12