Searched refs:program (Results 1 – 25 of 75) sorted by relevance
123
/tools/bpf/bpftool/Documentation/ |
D | bpftool-cgroup.rst | 43 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.
|
D | bpftool-net.rst | 34 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
|
D | bpftool-prog.rst | 70 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 …]
|
D | bpftool-iter.rst | 33 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
|
D | bpftool.rst | 19 *OBJECT* := { **map** | **program** | **cgroup** | **perf** | **net** | **feature** }
|
D | bpftool-gen.rst | 57 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 */
|
D | bpftool-perf.rst | 32 followed by bpf program id, attachment information, and attachment point.
|
D | bpftool-map.rst | 221 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/ |
D | raw_tp_writable_reject_nbd_invalid.c | 12 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/ |
D | Makefile | 45 for program in $(ALL_PROGRAMS); do \ 46 install $$program $(DESTDIR)$(bindir); \
|
/tools/pci/ |
D | Makefile | 49 for program in $(ALL_PROGRAMS); do \ 50 install $$program $(DESTDIR)$(bindir); \
|
/tools/virtio/ringtest/ |
D | Makefile | 7 CFLAGS += -pthread -O2 -ggdb -flto -fwhole-program 8 LDFLAGS += -pthread -O2 -ggdb -flto -fwhole-program
|
/tools/power/x86/intel-speed-select/ |
D | Makefile | 50 for program in $(ALL_PROGRAMS); do \ 51 install $$program $(DESTDIR)$(bindir); \
|
/tools/hv/ |
D | Makefile | 56 for program in $(ALL_PROGRAMS); do \ 57 install $$program -m 755 $(DESTDIR)$(sbindir); \
|
/tools/spi/ |
D | Makefile | 62 for program in $(ALL_PROGRAMS); do \ 63 install $$program $(DESTDIR)$(bindir); \
|
/tools/usb/usbip/ |
D | COPYING | 16 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/ |
D | README | 13 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/ |
D | Makefile | 65 for program in $(ALL_PROGRAMS); do \ 66 install $$program $(DESTDIR)$(bindir); \
|
/tools/gpio/ |
D | Makefile | 85 for program in $(ALL_PROGRAMS); do \ 86 install $$program $(DESTDIR)$(bindir); \
|
/tools/testing/selftests/arm64/mte/ |
D | Makefile | 28 $(warning test program "mte" will not be created.)
|
/tools/perf/Documentation/ |
D | perf-help.txt | 23 up. The 'man' program is used by default for this purpose, but this
|
/tools/lib/traceevent/Documentation/ |
D | libtraceevent-field_read.txt | 57 Linker switch to add when building a program that uses the library.
|
D | libtraceevent-long_size.txt | 54 Linker switch to add when building a program that uses the library.
|
D | libtraceevent-cpus.txt | 53 Linker switch to add when building a program that uses the library.
|
D | libtraceevent-endian_read.txt | 54 Linker switch to add when building a program that uses the library.
|
123