Searched refs:space (Results 1 – 25 of 41) sorted by relevance
12
/tools/testing/selftests/rcutorture/formal/srcu-cbmc/ |
D | modify_srcu.awk | 208 sub(/;[[:space:]]*$/, "", last_fs); 228 paren_nesting == 0 && last_fs ~ /\.[[:space:]]*$/ && 233 sub(/\.[[:space:]]*$/, "", last_fs); 296 if (match($0, /^smp_mb[[:space:]();\/*]*[[:alnum:]]/)) {
|
/tools/perf/Documentation/ |
D | perf-mem.txt | 51 The separator is the space character. 56 comma-separated list with no space: 0,1. Ranges of CPUs are specified with -: 0-2. Default 74 Configure all used events to run in kernel space. 78 Configure all used events to run in user space.
|
D | perf-probe.txt | 100 can also list functions in a user space executable / shared library. 141 space tracing. Can also be used with --funcs option. 153 uses it as a target module/target user space binary to probe. 203 "@user" is a special attribute which means the LOCALVAR will be treated as a user-space memory. Thi… 208 String type is a special type, which fetches a "null-terminated" string from kernel space. This mea…
|
D | perf-record.txt | 73 the letter '@' is not interpreted in user space and sent down directly 159 space. 168 Multiple filters can be separated with space or comma. 306 comma-separated list with no space: 0,1. Ranges of CPUs are specified with -: 0-2. 495 Configure all used events to run in kernel space. 498 Configure all used events to run in user space. 501 Collect callchains only from kernel space. I.e. this option sets 505 Collect callchains only from user space. I.e. this option sets
|
D | perf-ftrace.txt | 47 be provided as a comma separated list with no space like: 0,1.
|
D | perf-buildid-cache.txt | 17 the space used by the cache, etc.
|
D | perf-annotate.txt | 93 be provided as a comma-separated list with no space: 0,1. Ranges of
|
D | perf-c2c.txt | 56 Configure all used events to run in kernel space. 60 Configure all used events to run in user space.
|
D | perf-diff.txt | 170 be provided as a comma-separated list with no space: 0,1. Ranges of 188 baseline entry, are displayed with empty space within baseline column
|
/tools/testing/fault-injection/ |
D | failcmd.sh | 42 --interval=value, --space=value, --verbose=value, --task-filter=value, 87 LONGOPTS=probability:,interval:,times:,space:,verbose:,task-filter: 146 -s|--space) 147 echo $2 > $FAULTATTR/space
|
/tools/lib/subcmd/ |
D | help.c | 107 int space = longest + 1; /* min 1 SP between words */ in pretty_print_string_list() local 115 if (space < max_cols) in pretty_print_string_list() 116 cols = max_cols / space; in pretty_print_string_list() 124 unsigned int size = space; in pretty_print_string_list()
|
/tools/testing/selftests/android/ion/ |
D | README | 8 This is a test utility to verify ION buffer sharing in user space 13 two user space processes, using various heap types. 31 It retrives the FD from the socket data and installs into its address space. 37 Thus the same kernel buffer is shared among two user space processes using
|
/tools/perf/util/ |
D | config.c | 76 int quote = 0, comment = 0, space = 0; in parse_value() local 93 space = 1; in parse_value() 102 if (space) { in parse_value() 105 space = 0; in parse_value()
|
/tools/testing/selftests/rcutorture/doc/ |
D | initrd.txt | 38 space in rcutorture's "res" directory.
|
/tools/lib/traceevent/Documentation/ |
D | libtraceevent-reg_print_func.txt | 86 The user space event parser has no idea how to handle this _yesno()_ function. 87 The _tep_register_print_function()_ API can be used to register a user space
|
D | libtraceevent-header_page.txt | 23 from user space context are used.
|
D | libtraceevent-tseq.txt | 70 trace oversizes the buffer's free space, the number of characters printed, or
|
/tools/bpf/bpftool/Documentation/ |
D | bpftool-map.rst | 132 Freeze the map as read-only from user space. Entries from a 135 and the map remains immutable from user space until its 218 array maps when they have no more references from user space (and the update
|
D | bpftool-prog.rst | 134 attached to current networking name space. 140 detached from the current networking name space. 147 streaming data from BPF programs to user space, one can use
|
/tools/scripts/ |
D | utilities.mak | 23 # single space each newline character in the output 72 # overcome by putting a space between `{' and `gsub').
|
/tools/memory-model/ |
D | README | 12 the state space of small litmus tests. 40 explore the state space of small litmus tests.
|
/tools/perf/ |
D | design.txt | 193 available to user-space using mmap() (see below). 297 * Bits needed to read the hw counters in user-space. 325 * User-space reading this value should issue an rmb(), on SMP capable
|
/tools/power/pm-graph/config/ |
D | example.cfg | 60 # Gzip the log files to save space
|
/tools/memory-model/litmus-tests/ |
D | README | 204 The next step is to construct a space-separated list of descriptors, 211 some of the tools string these abbreviations together with space
|
/tools/lib/bpf/ |
D | README.rst | 77 mistakes in case you do not get any traffic up to user space.
|
12