Home
last modified time | relevance | path

Searched refs:space (Results 1 – 25 of 71) sorted by relevance

123

/tools/testing/selftests/sgx/
A Dtest_encl_bootstrap.S82 .space 4096
84 .space 4096
88 .space 4096
92 .space 4096
/tools/testing/fault-injection/
A Dfailcmd.sh42 --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 Dbad-spaceword.bconf1 # No space between words
/tools/memory-model/scripts/
A Dsimpletest.sh24 exclude="^[[:space:]]*\("
/tools/testing/selftests/net/
A Dtoeplitz.sh35 grep -E [[:space:]]+[0-9]+:[[:space:]]+ |
/tools/lib/subcmd/
A Dhelp.c133 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 Dtest-bootconfig.sh171 xfail grep -q 'val[[:space:]]' $OUTFILE
172 xpass grep -q 'val2[[:space:]]' $OUTFILE
/tools/testing/selftests/arm64/fp/
A Dza-fork-asm.S17 .space MAXVL_B
A Dsve-test.S55 .space MAXVL_B * NZR
57 .space MAXVL_B / 8 * NPR
59 .space MAXVL_B / 8
61 .space MAXVL_B
A Dzt-test.S25 .space ZT_B
27 .space ZT_B
A Dfpsimd-test.S41 .space MAXVL_B * NVR
43 .space MAXVL_B
A Dza-test.S29 .space MAXVL_B * MAXVL_B
31 .space MAXVL_B
/tools/bpf/bpftool/Documentation/
A Dbpftool-iter.rst37 (e.g., one task, one bpf_map, etc.). User space can *read* kernel iterator
47 aggregation, etc. without copying data to user space.
A Dbpftool-map.rst152 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 Dbpf-filter.l78 space [ \t]+
86 {space} { }
A Dconfig.c94 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 DREADME.rst7 `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 Dintel-pt-log.c105 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 Dtest_interrupted_tap_output.log15 [ 0.060000] BTRFS: selftest: running btrfs free space cache tests
/tools/perf/Documentation/
A Dperf-mem.txt65 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 Dperf-probe.txt100 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 Dperf-record.txt86 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 Dbconf2ftrace.sh137 echo -n ":${2}="`xbc_get_val ${1}.var.${2} | tr -d [:space:]`
/tools/net/sunrpc/xdrgen/
A DREADME10 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 Dynl.py550 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]

Completed in 19 milliseconds

123