Home
last modified time | relevance | path

Searched refs:need (Results 1 – 25 of 65) sorted by relevance

123

/tools/virtio/ringtest/
A Dring.c189 bool need; in kick_available() local
194 need = need_event(event->kick_index, in kick_available()
199 if (need) in kick_available()
256 bool need; in call_used() local
262 need = need_event(event->call_index, in call_used()
268 if (need) in call_used()
A Dvirtio_ring_0_9.c228 bool need; in kick_available() local
233 need = vring_need_event(vring_avail_event(&ring), in kick_available()
238 if (need) in kick_available()
321 bool need; in call_used() local
326 need = vring_need_event(vring_used_event(&ring), in call_used()
331 if (need) in call_used()
/tools/perf/Documentation/
A Dandroid.txt9 1. You need to download and install the Android Native Development Kit (NDK).
50 You need to run make with the NDK toolchain and sysroot defined above:
58 You need to connect to your Android device/emulator using adb.
62 If you also want to use perf-archive you need busybox tools for Android.
63 For installing perf-archive, you first need to replace #!/bin/bash with #!/system/bin/sh:
70 Some perf features need environment variables to run properly.
71 You need to set these before running perf on the target:
A Dperf-probe.txt189 This is useful if you need to probe on a specific versioned symbols, like @GLIBC_... suffixes, or a…
190 Note that usually single backslash is consumed by shell, so you might need to pass double backslash…
306 … kallsyms. You also need to set to 1 (restrict non CAP_SYSLOG users) for the above commands. Since…
308 …kernel) and/or the debuginfo file (including user-space application), you need to ensure that you …
A Dperf-script-python.txt75 that, but first we need to record the data that will be processed by
91 For this script, we only need to know that a syscall was entered; we
230 In trace_end(), we'll simply print the results, but first we need to
231 generate some results to print. To do that we need to have our
500 every event in a trace, which covers 90% of what you need to know to
611 common, but need to be made accessible to user scripts nonetheless.
/tools/testing/selftests/rcutorture/doc/
A Drcu-test-image.txt9 Suppose you need to run some scripts, perhaps to monitor or control
19 scripts need starting to properly monitor or control your testing.
23 Or maybe you need a real root filesystem for some reason, in which case
/tools/memory-model/scripts/
A Dchecklitmushist.sh27 echo Run scripts/initlitmushist.sh first, need litmus repo.
A Dnewlitmushist.sh27 echo Run scripts/initlitmushist.sh first, need litmus repo.
/tools/memory-model/Documentation/
A DREADME3 knowledge to what they need to know. Unfortunately, the expected
23 that you need, and just want to get started with LKMM litmus
26 o You need to locklessly access shared variables that are otherwise
A Dsimple.txt11 that they might need the occasional reminder.
15 of MMIO-based device drivers will often need to use mb(), rmb(), and
32 In the general case, you will need to take explicit steps to ensure that
138 and effective ways of using it that avoid the need to pay attention to
250 Therefore, if you really need to use C-language assignments instead of
251 READ_ONCE(), WRITE_ONCE(), and so on, you will need to have a very good
268 If the alternatives above do not do what you need, please look at the
A Dcontrol-dependencies.txt91 have been applied. Therefore, if you need ordering in this example,
118 But please note that you need to be careful what you do with the local
144 is gone, and the barrier won't bring it back. Therefore, if you need
222 later anything. If you need these other forms of ordering, use
254 need all the CPUs to agree on the ordering of a given store against
/tools/power/cpupower/bindings/python/
A DREADME57 You need to add the Python bindings directory to your $PYTHONPATH.
70 by default. You do not need to install cpupower to use the SWIG bindings.
/tools/lib/perf/Documentation/
A Dlibperf-counting.txt40 The first thing you need to do before using libperf is to call init function:
156 so we need to enable the whole list explicitly (both events).
171 Now we need to get the counts from events, following code iterates through the
A Dlibperf-sampling.txt47 The first thing you need to do before using libperf is to call init function:
156 so we need to enable the events list explicitly.
/tools/testing/selftests/ftrace/
A DREADME4 kernel. Since ftrace exports interfaces via the debugfs, we just need
10 At first, you need to be the root user to run this script.
/tools/memory-model/litmus-tests/
A DZ6.0+pooncerelease+poacquirerelease+fencembonceonce.litmus12 * When there are two or more non-rf links, you typically will need one
/tools/testing/selftests/tc-testing/
A DTODO.txt9 need to better handle problems in pre- and post-suite.
A DREADME42 If you need to test a different tc executable on the fly, you can do so by
178 To write a plugin, you need to inherit from TdcPlugin in
197 but the overall template is there and it should only need tweaks.)
/tools/testing/selftests/net/
A Dtcp_mmap.c134 static void *mmap_large_buffer(size_t need, size_t *allocated) in mmap_large_buffer() argument
140 sz = ALIGN_UP(need, map_align); in mmap_large_buffer()
145 sz = need; in mmap_large_buffer()
/tools/testing/ktest/examples/
A DREADME2 The configs still need to be customized for your environment, but it
/tools/sched_ext/
A DREADME.md38 You may need pahole in order to generate BTF from DWARF.
134 kernel with sched_ext support, you may not need to compile a local kernel at
200 is a much more performant CPU controller, which does not need to descend down
239 As described above, you'll need a `vmlinux.h` file that was generated from a
/tools/testing/selftests/futex/
A DREADME28 implemented in header files, avoiding the need to compile intermediate object
/tools/usb/usbip/
A DINSTALL33 If you need to do unusual things to compile the package, please try
41 `configure' by a program called `autoconf'. You need `configure.ac' if
160 need to know the machine type.
/tools/testing/selftests/powerpc/math/
A Dvmx_asm.S121 # VMX need to write to 16 byte aligned addresses, skip STACK_FRAME_LOCAL(3,0)
/tools/testing/selftests/arm64/fp/
A DREADME75 (Depending on the hardware GIC implementation, you may also need

Completed in 21 milliseconds

123