Home
last modified time | relevance | path

Searched refs:single (Results 1 – 11 of 11) sorted by relevance

/tools/perf/config/
Dutilities.mak23 # single space each newline character in the output
51 # single-quotes, so be wary of the characters
67 # delimited by shell single-quotes, so be wary
84 # single-quotes.
90 # Usage: single-quoted-and-escaped-text = $(call shell-sq,text)
119 # to render the text as a single line; when the shell
/tools/testing/selftests/
DREADME.txt11 run on a single cpu as opposed to all hotplug capable cpus, and memory
28 To run only tests targeted for a single subsystem: (including
/tools/perf/tests/attr/
DREADME8 each event created within single perf command. Each event details
/tools/perf/util/
Dhist.h98 struct addr_location *al, bool single, void *arg);
/tools/perf/
Dbuiltin-report.c101 struct addr_location *al, bool single, in hist_iter__report_callback() argument
133 if (single) in hist_iter__report_callback()
Dbuiltin-top.c675 struct addr_location *al, bool single, in hist_iter__top_callback() argument
682 if (sort__has_sym && single) { in hist_iter__top_callback()
Ddesign.txt266 (A single counter on its own is created with group_fd = -1 and is
/tools/perf/tests/
Dmake16 # standard single make variable specified
/tools/perf/Documentation/
Dperf-diff.txt170 single data file
Dperf-script-python.txt103 system-wide and multiplex the per-cpu output into a single stream.
104 That single stream will be recorded in a file in the current directory
261 effectively end up with a single-level dictionary keyed on syscall id
Dperf-report.txt167 - flat: single column, linear exposure of call chains.