Home
last modified time | relevance | path

Searched refs:program (Results 1 – 25 of 75) sorted by relevance

123

/tools/bpf/bpftool/Documentation/
Dbpftool-cgroup.rst43 Output will start with program ID followed by attach type,
44 attach flags and program name.
57 program ID, attach type, attach flags and program name.
64 Attach program *PROG* to the cgroup *CGROUP* with attach type
68 some bpf program, the program in this cgroup yields to sub-cgroup
69 program; **multi** if a sub-cgroup installs some bpf program,
70 that cgroup program gets run in addition to the program in this
73 Only one program is allowed to be attached to a cgroup with
75 program will release old program and attach the new one.
Dbpftool-net.rst34 List bpf program attachments in the kernel networking subsystem.
38 program types **BPF_PROG_TYPE_SCHED_CLS**,
47 The current output will start with all xdp program attachments, followed by
48 all tc class/qdisc bpf program attachments. Both xdp programs and
56 Attach bpf program *PROG* to network interface *NAME* with
57 type specified by *ATTACH_TYPE*. Previously attached bpf program
68 Detach bpf program attached to network interface *NAME* with
69 type specified by *ATTACH_TYPE*. To detach bpf program, same
Dbpftool-prog.rst70 Output will start with program ID followed by program type and
74 programs (such as the total time spent running the program,
78 program run. Activation or deactivation of the feature is
94 **visual** is specified, *PROG* must match a single program.
109 Dump jited image (host machine code) of the program.
113 *PROG* must match a single program when **file** is specified.
123 Pin program *PROG* as *FILE*.
130 Load bpf program(s) from binary *OBJ* and pin as *PATH*.
131 **bpftool prog load** pins only the first program from the
134 **type** is optional, if not specified program type will be
[all …]
Dbpftool-iter.rst33 and a bpf program called for each kernel data object
44 *MAP* so bpf program can iterate over map elements for
45 that map. User can have a bpf program in kernel to run
Dbpftool.rst19 *OBJECT* := { **map** | **program** | **cgroup** | **perf** | **net** | **feature** }
Dbpftool-gen.rst57 structure by listing out available maps, program, variables,
66 bpf_link**) for each BPF program within BPF object. When
72 in per-program link field. All such set up links will be
158 skeleton). A light skeleton contains a loader eBPF program. It does
307 /* detach and re-attach sys_exit program */
Dbpftool-perf.rst32 followed by bpf program id, attachment information, and attachment point.
Dbpftool-map.rst221 Note that map update can also be used in order to change the program references
222 hold by a program array map. This can be used, for example, to change the
224 entry-point program. Below is an example for this use case: we load a program
/tools/testing/selftests/bpf/prog_tests/
Draw_tp_writable_reject_nbd_invalid.c12 const struct bpf_insn program[] = { in test_raw_tp_writable_reject_nbd_invalid() local
24 .insns = program, in test_raw_tp_writable_reject_nbd_invalid()
25 .insns_cnt = sizeof(program) / sizeof(struct bpf_insn), in test_raw_tp_writable_reject_nbd_invalid()
/tools/usb/
DMakefile45 for program in $(ALL_PROGRAMS); do \
46 install $$program $(DESTDIR)$(bindir); \
/tools/pci/
DMakefile49 for program in $(ALL_PROGRAMS); do \
50 install $$program $(DESTDIR)$(bindir); \
/tools/virtio/ringtest/
DMakefile7 CFLAGS += -pthread -O2 -ggdb -flto -fwhole-program
8 LDFLAGS += -pthread -O2 -ggdb -flto -fwhole-program
/tools/power/x86/intel-speed-select/
DMakefile50 for program in $(ALL_PROGRAMS); do \
51 install $$program $(DESTDIR)$(bindir); \
/tools/hv/
DMakefile56 for program in $(ALL_PROGRAMS); do \
57 install $$program -m 755 $(DESTDIR)$(sbindir); \
/tools/spi/
DMakefile62 for program in $(ALL_PROGRAMS); do \
63 install $$program $(DESTDIR)$(bindir); \
/tools/usb/usbip/
DCOPYING16 Foundation's software and to any other program whose authors commit to
33 For example, if you distribute copies of such a program, whether
50 Finally, any free program is threatened constantly by software
52 program will individually obtain patent licenses, in effect making the
53 program proprietary. To prevent this, we have made it clear that any
62 0. This License applies to any program or other work which contains
65 refers to any such program or work, and a "work based on the Program"
103 c) If the modified program normally reads commands interactively
108 a warranty) and that users may redistribute the program under
152 received the program in object code or executable form with such
[all …]
/tools/io_uring/
DREADME13 Benchmark program that does random reads on a number of files. This
15 fixed buffers, and polled IO. There are options in the program to
/tools/iio/
DMakefile65 for program in $(ALL_PROGRAMS); do \
66 install $$program $(DESTDIR)$(bindir); \
/tools/gpio/
DMakefile85 for program in $(ALL_PROGRAMS); do \
86 install $$program $(DESTDIR)$(bindir); \
/tools/testing/selftests/arm64/mte/
DMakefile28 $(warning test program "mte" will not be created.)
/tools/perf/Documentation/
Dperf-help.txt23 up. The 'man' program is used by default for this purpose, but this
/tools/lib/traceevent/Documentation/
Dlibtraceevent-field_read.txt57 Linker switch to add when building a program that uses the library.
Dlibtraceevent-long_size.txt54 Linker switch to add when building a program that uses the library.
Dlibtraceevent-cpus.txt53 Linker switch to add when building a program that uses the library.
Dlibtraceevent-endian_read.txt54 Linker switch to add when building a program that uses the library.

123