| /tools/testing/selftests/sgx/ |
| A D | test_encl_bootstrap.S | 82 .space 4096 84 .space 4096 88 .space 4096 92 .space 4096
|
| /tools/testing/fault-injection/ |
| A D | failcmd.sh | 42 --interval=value, --space=value, --verbose=value, --task-filter=value, 95 LONGOPTS=probability:,interval:,times:,space:,verbose:,task-filter: 154 -s|--space) 155 echo $2 > $FAULTATTR/space
|
| /tools/bootconfig/samples/ |
| A D | bad-spaceword.bconf | 1 # No space between words
|
| /tools/memory-model/scripts/ |
| A D | simpletest.sh | 24 exclude="^[[:space:]]*\("
|
| /tools/testing/selftests/net/ |
| A D | toeplitz.sh | 35 grep -E [[:space:]]+[0-9]+:[[:space:]]+ |
|
| /tools/lib/subcmd/ |
| A D | help.c | 133 int space = longest + 1; /* min 1 SP between words */ in pretty_print_string_list() local 141 if (space < max_cols) in pretty_print_string_list() 142 cols = max_cols / space; in pretty_print_string_list() 150 unsigned int size = space; in pretty_print_string_list()
|
| /tools/bootconfig/ |
| A D | test-bootconfig.sh | 171 xfail grep -q 'val[[:space:]]' $OUTFILE 172 xpass grep -q 'val2[[:space:]]' $OUTFILE
|
| /tools/testing/selftests/arm64/fp/ |
| A D | za-fork-asm.S | 17 .space MAXVL_B
|
| A D | sve-test.S | 55 .space MAXVL_B * NZR 57 .space MAXVL_B / 8 * NPR 59 .space MAXVL_B / 8 61 .space MAXVL_B
|
| A D | zt-test.S | 25 .space ZT_B 27 .space ZT_B
|
| A D | fpsimd-test.S | 41 .space MAXVL_B * NVR 43 .space MAXVL_B
|
| A D | za-test.S | 29 .space MAXVL_B * MAXVL_B 31 .space MAXVL_B
|
| /tools/bpf/bpftool/Documentation/ |
| A D | bpftool-iter.rst | 37 (e.g., one task, one bpf_map, etc.). User space can *read* kernel iterator 47 aggregation, etc. without copying data to user space.
|
| A D | bpftool-map.rst | 152 Freeze the map as read-only from user space. Entries from a frozen map can 154 operation is not reversible, and the map remains immutable from user space 226 array maps when they have no more references from user space (and the update
|
| /tools/perf/util/ |
| A D | bpf-filter.l | 78 space [ \t]+ 86 {space} { }
|
| A D | config.c | 94 int quote = 0, comment = 0, space = 0; in parse_value() local 111 space = 1; in parse_value() 120 if (space) { in parse_value() 123 space = 0; in parse_value()
|
| /tools/testing/selftests/coredump/ |
| A D | README.rst | 7 `coredump` is a feature which dumps a process's memory space when the process terminates 11 user-space program by writing the pipe symbol (`|`) followed by the command to be executed to
|
| /tools/perf/util/intel-pt-decoder/ |
| A D | intel-pt-log.c | 105 size_t space = b->buf_sz - b->head; in log_buf__write() local 106 size_t n = min(space, sz); in log_buf__write()
|
| /tools/testing/kunit/test_data/ |
| A D | test_interrupted_tap_output.log | 15 [ 0.060000] BTRFS: selftest: running btrfs free space cache tests
|
| /tools/perf/Documentation/ |
| A D | perf-mem.txt | 65 Configure all used events to run in kernel space. 69 Configure all used events to run in user space. 91 comma-separated list with no space: 0,1. Ranges of CPUs are specified with - 151 The separator is the space character.
|
| A 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… 306 … 1 (restrict non CAP_SYSLOG users) for the above commands. Since the user-space probe doesn't need… 308 …s read the vmlinux (for kernel) and/or the debuginfo file (including user-space application), you …
|
| A D | perf-record.txt | 86 the letter '@' is not interpreted in user space and sent down directly 161 space. 170 Multiple filters can be separated with space or comma. 292 kernel space and user space. 296 implies -g. Default is "fp" (for user space). 298 The unwinding method used for kernel space is dependent on the 302 Any option specified here controls the method used for user space. 606 Configure all used events to run in kernel space. 609 Configure all used events to run in user space. 612 Collect callchains only from kernel space. I.e. this option sets [all …]
|
| /tools/bootconfig/scripts/ |
| A D | bconf2ftrace.sh | 137 echo -n ":${2}="`xbc_get_val ${1}.var.${2} | tr -d [:space:]`
|
| /tools/net/sunrpc/xdrgen/ |
| A D | README | 10 Since the 1990's, user space consumers of SunRPC have had access to 23 of the user space TI-RPC library and libc. Furthermore, the dialect 29 1. libtirpc (and its predecessors) operate only in user space. The
|
| /tools/net/ynl/pyynl/lib/ |
| A D | ynl.py | 550 def _add_attr(self, space, name, value, search_attrs): argument 552 attr = self.attr_sets[space][name] 560 attr_payload += self._add_attr(space, name, subvalue, search_attrs) 752 def _decode(self, attrs, space, outer_attrs = None): argument 754 if space: 755 attr_space = self.attr_sets[space]
|