Home
last modified time | relevance | path

Searched refs:to (Results 1 – 5 of 5) sorted by relevance

/samples/bpf/
Dtcp_bpf.readme1 This file describes how to run the tcp_*_kern.o tcp_bpf (or socket_ops)
2 programs. These programs attach to a cgroupv2. The following commands create
3 a cgroupv2 and attach a bash shell to the group.
11 Anything that runs under this shell belongs to the foo cgroupv2. To load
18 "bpftool prog tracelog" will continue to run printing the BPF log buffer.
19 The tcp_*_kern.o programs use special print functions to print logging
22 If using netperf/netserver to create traffic, you need to run them under the
23 cgroupv2 to which the BPF programs are attached (i.e. under bash shell
24 attached to the cgroupv2).
DREADME.rst20 It can be needed to clean tools, samples or kernel before trying new arch or
34 There are usually dependencies to header files of the current kernel.
51 It is also possible to call make from this directory. This will just
75 It is also possible to point make to the newly compiled 'llc' or
82 In order to cross-compile, say for arm64 targets, export CROSS_COMPILE and ARCH
84 cofiguration and header install steps described above. This will direct make to
90 Headers can be also installed on RFS of target board if need to keep them in
102 say libelf, providing address to file system containing headers and libs,
/samples/
DKconfig23 This builds a module that calls trace_printk() and can be used to
32 that hooks to wake_up_process and prints the parameters.
35 tristate "Build sample module for kernel access to Ftrace instancess"
38 This builds a module that demonstrates the use of various APIs to
44 This config option will allow you to build a number of
45 different kobject sample modules showing how to use kobjects,
71 This config option will allow you to build a number of
72 different kfifo sample modules showing how to use the
81 Build an example of how to dynamically add the hello
82 command to the kdb shell.
[all …]
/samples/pktgen/
DREADME.rst24 -t : ($THREADS) threads to start
27 -n : ($COUNT) num messages to send per thread, 0 means indefinitely
41 These functions correspond to pktgens different components.
43 * pg_thread() control the kernel threads and binding to devices
/samples/vfs/
Dtest-statx.c190 static void dump_hex(unsigned long long *data, int from, int to) in dump_hex() argument
195 to = (to + 7) / 8; in dump_hex()
197 for (offset = from; offset < to; offset++) { in dump_hex()