Searched refs:single (Results 1 – 25 of 45) sorted by relevance
12
/tools/bootconfig/samples/ |
D | good-single.bconf | 1 # single key style
|
/tools/scripts/ |
D | utilities.mak | 23 # 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/perf/pmu-events/arch/powerpc/ |
D | mapfile.csv | 12 # Multiple PVRs could map to a single JSON file.
|
/tools/testing/selftests/rcutorture/doc/ |
D | initrd.txt | 2 a single statically linked binary named "init" that loops over a
|
D | rcu-test-image.txt | 2 scripting. But minimal really does mean "minimal", namely just a single 3 root directory with a single statically linked executable named "init":
|
/tools/memory-model/Documentation/ |
D | simple.txt | 25 In single-threaded code, there is no reordering, at least assuming 27 it is generally a mistake to assume your code will only run in a single 33 your code really is executed within a single thread that does not access 38 this lock at a given time, your code will be executed single-threaded. 61 Despite the scalability limitations of single-threaded code, RCU 64 single-threaded grace-period processing is use of batching, where all 75 being completely single-threaded, it is often possible to use library 89 With code locking, we use single-threaded code execution to guarantee 93 in the code execution that will execute as though it is single threaded. 114 a single-threaded approach while providing excellent performance and
|
D | recipes.txt | 19 Single CPU or single memory location 33 as long as the results of a single-threaded execution appear 121 These examples show only a single pair of CPUs, but the effects of the
|
/tools/perf/Documentation/ |
D | perf-test.txt | 36 Do not fork child for each test, run all tests within single process.
|
D | perf.data-directory-format.txt | 20 - there is a single perf.data file named 'data' within the directory.
|
D | perf-ftrace.txt | 17 functionality. It only supports single thread tracing currently and
|
D | perf-bench.txt | 147 This uses a single thread simply doing getppid(2), which is a simple syscall where the result is not
|
D | perf-stat.txt | 257 Only print computed metrics. Print them in a single line. 394 When multiple events are created from a single event specification, 396 in a single row. This option disables that behavior and shows 399 Multiple events are created from a single event specification when:
|
/tools/build/Documentation/ |
D | Build.txt | 10 Unlike the kernel we don't have a single build object 'obj-y' list that where 93 It's only a matter of 2 single commands to create the final binaries: 164 It's possible to build single object file by choice, like:
|
/tools/memory-model/scripts/ |
D | README | 29 Check a single litmus test against its "Result:" expected result.
|
/tools/perf/pmu-events/ |
D | README | 81 to a single 'PMU events table'. 102 The mapfile enables multiple CPU models to share a single set of PMU events.
|
/tools/testing/selftests/arm64/signal/ |
D | README | 8 enforces a standard sequence of operations needed to perform a single
|
/tools/perf/tests/attr/ |
D | README | 8 each event created within single perf command. Each event details
|
/tools/build/ |
D | Build.include | 36 # Escape single quote for use in echo statements
|
/tools/lib/perf/Documentation/ |
D | libperf-counting.txt | 97 In this case we will monitor current process, so we create threads map with single pid (0):
|
D | libperf.txt | 224 struct perf_evsel:: Provides an abstraction for single a perf event.
|
/tools/lib/traceevent/Documentation/ |
D | libtraceevent-tseq.txt | 46 The _trace_seq_putc()_ function puts a single character _c_ in the trace
|
/tools/perf/ |
D | builtin-report.c | 141 struct addr_location *al, bool single, in hist_iter__report_callback() argument 172 if (single) in hist_iter__report_callback() 184 bool single __maybe_unused, in hist_iter__branch_callback()
|
/tools/memory-model/ |
D | lock.cat | 87 * and then convert that relation to a set of single-edge relations.
|
/tools/testing/selftests/tc-testing/creating-testcases/ |
D | AddingTestCases.txt | 41 category: A list of single-word descriptions covering what the command
|
/tools/bpf/bpftool/Documentation/ |
D | bpftool-prog.rst | 91 **visual** is specified, *PROG* must match a single program. 110 *PROG* must match a single program when **file** is specified.
|
12