Home
last modified time | relevance | path

Searched refs:into (Results 1 – 25 of 70) sorted by relevance

123

/tools/testing/radix-tree/
A Dtest.c121 unsigned long into; in item_gang_check_present() local
123 for (into = 0; into < nr; ) { in item_gang_check_present()
128 if (nr_to_find > (nr - into)) in item_gang_check_present()
129 nr_to_find = nr - into; in item_gang_check_present()
132 start + into, nr_to_find); in item_gang_check_present()
135 assert(items[i]->index == start + into + i); in item_gang_check_present()
136 into += hop; in item_gang_check_present()
147 unsigned long into = 0; in item_full_scan() local
154 while ((nfound = radix_tree_gang_lookup(root, (void **)items, into, in item_full_scan()
163 into = this_index; in item_full_scan()
/tools/build/tests/ex/empty2/
A DREADME2 to test proper nesting into Build-less directories.
/tools/perf/Documentation/
A Dperf-inject.txt16 point the processing code can inject other events into the event stream - in
17 this case build-ids (-b option) are read and injected as needed into the event
28 Inject build-ids of DSOs hit by samples into the output stream.
32 Inject build-ids of all DSOs into the output stream regardless of hits
100 to convert guest time stamps into host time stamps. For example, for
A Dsecurity.txt20 2. Get into rpmbuild/SPECS directory and unpack the source code:
69 4. Get into rpmbuild/SPECS directory and build policy packages from patched sources:
112 8. Reboot machine and it will label filesystems and load Targeted policy into the kernel;
121 11. Turn SELinux into Enforcing mode:
132 processes. MAC policy settings (e.g. SELinux) can be loaded into the kernel
184 Now compile, pack and load my-perf.pp extension module into the kernel:
222 To turn SELinux into Permissive mode:
A Dperf-data.txt20 Converts perf data file into another format.
A Dperf-help.txt27 former is internally converted into the latter.
A Dperf-script-perl.txt47 available as calls back into the perf executable (see below).
96 $context an opaque 'cookie' used in calls back into perf
153 of common arguments are passed into it:
196 $context variable passed into every event handler as the second
A Dperf.data-directory-format.txt31 the --kcore option which puts a copy of /proc/kcore into the directory.
A Dperf-kvm.txt27 of an arbitrary workload and save it into a perf data file. We set the
30 the perf data file name is perf.data.kvm. If you want to record data into
/tools/testing/selftests/rcutorture/doc/
A Dinitrd.txt8 into service:
/tools/testing/selftests/net/packetdrill/
A Dtcp_sendfile_sendfile-simple.pkt3 // We write some zeroes into a file (since packetdrill expects payloads
A Dtcp_fast_recovery_prr-ss-30pkt-lost-1_4-11_16.pkt46 // inflight reaches ssthresh, goes into packet conservation mode
A Dtcp_zerocopy_maxfrags.pkt6 // 2) spill over into a second packet with zerocopy,
A Dtcp_eor_no-coalesce-retrans.pkt4 // will not be coalesce into the same skb.
/tools/bpf/bpftool/Documentation/
A Dbpftool-gen.rst35 Statically link (combine) together one or more *INPUT_FILE*'s into a single
45 BPF static linking allows to partition BPF source code into individually
46 compiled files that are then linked into a single resulting BPF object
48 command) or passed directly into **libbpf** (using **bpf_object__open()**
140 object file used to generate them is already loaded into a *bpf_object* by
143 This functionality is useful when a library is included into a larger BPF
279 files into the final BPF ELF object file *example.bpf.o*.
459 when loading the "one.bpf.o" object into the "5.4.0-example" kernel. Note that
A Dbpftool-map.rst124 Install perf rings into a perf event array map and dump output of any
132 Note that installing a perf ring into an array will silently replace any
146 Enqueue *VALUE* into the queue.
224 processing. Note that the prog array map MUST be pinned into the BPF virtual
/tools/memory-model/Documentation/
A Dlocking.txt231 into a critical section, but this cannot be allowed in the general case.
260 spin loop by reading it twice, first into "1:r0" (which should get the
261 initial value "0") and then into "1:r1" (which should get the updated
264 The "filter" clause takes this into account, constraining "1:r0" to
272 into CPU1()'s critical section, like this:
A Daccess-marking.txt75 3. Reads whose values feed into error-tolerant heuristics.
77 4. Writes setting values that feed into error-tolerant heuristics.
110 fed into some operation that checks the full value against a later marked
112 is not a problem. For example, if a bogus value is fed into cmpxchg(),
117 However, please keep in mind that a data_race() load feeding into
133 Values from some reads feed into heuristics that can tolerate occasional
154 The values read into error-tolerant heuristics come from somewhere,
240 into concurrency bugs.
302 bugs into any part of the main algorithm using foo, which means that
/tools/include/uapi/
A DREADME12 There are sometimes used in scripts that convert defines into string
67 and integate them into the tooling build. The warnings above serve as a
/tools/testing/selftests/firmware/
A Dfw_lib.sh16 TEST_FIRMWARE_INTO_BUF_FILENAME=test-firmware-into-buf.bin
/tools/perf/tests/shell/attr/
A DREADME3 This testing support is embedded into perf directly and is governed
9 are stored into separate text file. Once perf command is finished
/tools/testing/selftests/tc-testing/
A DREADME52 execution by root uid has been moved into a plugin (see PLUGIN
119 The NAMES values are used to substitute into the commands in the test cases.
131 was in the tdc.py script has been moved into the plugins.
209 Samir Hussain, for providing help while I dove into Python for the first time
/tools/testing/ktest/examples/
A DREADME26 included into other configs. This is a real use example that shows how
/tools/testing/selftests/sgx/
A Dtest_encl_bootstrap.S44 # inside the enclave for TCS #1 and one page into the enclave for
/tools/arch/x86/dell-uart-backlight-emulator/
A DREADME24 with a DB9 connector plugged into the same desktop PC.

Completed in 25 milliseconds

123