Home
last modified time | relevance | path

Searched refs:OBJ (Results 1 – 6 of 6) sorted by relevance

/tools/tracing/rtla/
A DMakefile.standalone13 OBJ := $(SRC:.c=.o)
16 rtla: $(OBJ)
17 $(CC) -o rtla $(LDFLAGS) $(OBJ) $(LIBS) $(EXTLIBS)
26 @rm -rf *~ $(OBJ) *.tar.$(CEXT)
/tools/bpf/bpftool/Documentation/
A Dbpftool-iter.rst26 | **bpftool** **iter pin** *OBJ* *PATH* [**map** *MAP*]
29 | *OBJ* := /a/file/of/bpf_iter_target.o
34 bpftool iter pin *OBJ* *PATH* [map *MAP*]
40 The *pin* command creates a bpf iterator from *OBJ*, and pin it to *PATH*.
A Dbpftool-struct_ops.rst29 | **bpftool** **struct_ops register** *OBJ* [*LINK_DIR*]
34 | *OBJ* := /a/file/of/bpf_struct_ops.o
54 bpftool struct_ops register *OBJ* [*LINK_DIR*]
55 Register bpf struct_ops from *OBJ*. All struct_ops under the ELF section
A Dbpftool-prog.rst34 | **bpftool** **prog** { **load** | **loadall** } *OBJ* *PATH* [**type** *TYPE*] [**map** { **idx**…
131 bpftool prog { load | loadall } *OBJ* *PATH* [type *TYPE*] [map { idx *IDX* | name *NAME* } *MAP*] …
132 Load bpf program(s) from binary *OBJ* and pin as *PATH*. **bpftool prog
133 load** pins only the first program from the *OBJ* as *PATH*. **bpftool prog
134 loadall** pins all programs from the *OBJ* under *PATH* directory. **type**
/tools/lib/bpf/
A DMakefile66 OBJ = $@ macro
/tools/testing/selftests/bpf/
A DMakefile648 $$(call msg,TEST-OBJ,$(TRUNNER_BINARY),$$@)
672 $$(call msg,EXT-OBJ,$(TRUNNER_BINARY),$$@)

Completed in 8 milliseconds