/tools/build/Documentation/ |
D | Build.txt | 10 Unlike the kernel we don't have a single build object 'obj-y' list that where 33 OBJECT - is the name of the build object 35 When succefully finished the $(DIR) directory contains the final object file 136 It's possible to alter the standard object C flags in the following way: 138 CFLAGS_perf.o += '...' - adds CFLAGS for perf.o object 139 CFLAGS_gtk += '...' - adds CFLAGS for gtk build object 140 CFLAGS_REMOVE_perf.o += '...' - removes CFLAGS for perf.o object 141 CFLAGS_REMOVE_gtk += '...' - removes CFLAGS for gtk build object 149 For each built object file 'a.o' the '.a.cmd' is created and holds: 151 - Command line used to built that object [all …]
|
/tools/bpf/bpftool/Documentation/ |
D | bpftool-gen.rst | 18 *COMMAND* := { **object** | **skeleton** | **help** } 23 | **bpftool** **gen object** *OUTPUT_FILE* *INPUT_FILE* [*INPUT_FILE*...] 29 **bpftool gen object** *OUTPUT_FILE* *INPUT_FILE* [*INPUT_FILE*...] 32 are BPF ELF object files. 35 user-space object files, but in addition to combining data 44 a single resulting BPF object file, which can be used to 56 tailored to specific input BPF object *FILE*, reflecting its 66 bpf_link**) for each BPF program within BPF object. When 81 initial values of variables before BPF object is loaded and 86 During skeleton generation, contents of source BPF object [all …]
|
D | bpftool-btf.rst | 36 specified, show information only about given BTF object, 48 When **id** is specified, BTF object with that ID will be 52 associated BTF object with BTF types describing key and 56 associated BTF object (**all**). If not specified, **kv** 60 associated BTF object with BTF types. 78 Pass a base BTF object. Base BTF objects are typically used 82 the kernel (vmlinux) BTF object. So the base BTF reference 85 When the main BTF object to process (for example, the 87 to autodetect the path for the base object, and passing 88 this option is optional. When the main BTF object is passed
|
D | bpftool-iter.rst | 33 and a bpf program called for each kernel data object
|
/tools/testing/selftests/bpf/prog_tests/ |
D | trampoline_count.c | 48 const char *object = "test_trampoline_count.o"; in test_trampoline_count() local 57 obj = bpf_object__open_file(object, NULL); in test_trampoline_count() 87 obj = bpf_object__open_file(object, NULL); in test_trampoline_count()
|
/tools/bpf/resolve_btfids/ |
D | main.c | 89 struct object { struct 232 static struct btf_id *add_set(struct object *obj, char *name) in add_set() 301 static int elf_collect(struct object *obj) in elf_collect() 386 static int symbols_collect(struct object *obj) in symbols_collect() 474 static int symbols_resolve(struct object *obj) in symbols_resolve() 552 static int id_patch(struct object *obj, struct btf_id *id) in id_patch() 582 static int __symbols_patch(struct object *obj, struct rb_root *root) in __symbols_patch() 606 static int sets_patch(struct object *obj) in sets_patch() 644 static int symbols_patch(struct object *obj) in symbols_patch() 682 struct object obj = { in main()
|
/tools/bpf/bpftool/bash-completion/ |
D | bpftool | 307 local object=${words[1]} command=${words[2]} 309 if [[ -z $object || $cword -eq 1 ]]; then 326 # Completion depends on object and command in use 327 case $object in 586 [[ $prev == $object ]] && \ 614 [[ $prev == $object ]] && \ 643 [[ $prev == $object ]] && \ 895 [[ $prev == $object ]] && \ 981 [[ $prev == $object ]] && \ 989 object) [all …]
|
/tools/perf/Documentation/ |
D | perf-archive.txt | 6 perf-archive - Create archive with object files with build-ids found in perf.data file
|
D | intel-bts.txt | 12 While decoding Intel BTS does not require walking the object code, the object
|
D | perf-dlfilter.txt | 7 object file 18 dynamically loaded shared object file. Arguments can be passed using --dlarg 150 'object_code' reads object code and returns the number of bytes read. 239 To build the shared object, assuming perf has been installed for the local user
|
D | perf-annotate.txt | 16 code. If the object file has debug symbols then the source code will be 19 If there is no debug info in the object, then annotated assembly is displayed.
|
/tools/testing/selftests/bpf/ |
D | Makefile | 383 $(Q)$$(BPFTOOL) gen object $$(<:.o=.linked1.o) $$< 384 $(Q)$$(BPFTOOL) gen object $$(<:.o=.linked2.o) $$(<:.o=.linked1.o) 385 $(Q)$$(BPFTOOL) gen object $$(<:.o=.linked3.o) $$(<:.o=.linked2.o) 391 $(Q)$$(BPFTOOL) gen object $$(<:.o=.linked1.o) $$< 392 $(Q)$$(BPFTOOL) gen object $$(<:.o=.linked2.o) $$(<:.o=.linked1.o) 393 $(Q)$$(BPFTOOL) gen object $$(<:.o=.linked3.o) $$(<:.o=.linked2.o) 399 …$(Q)$$(BPFTOOL) gen object $$(@:.skel.h=.linked1.o) $$(addprefix $(TRUNNER_OUTPUT)/,$$($$(@F)-deps… 400 $(Q)$$(BPFTOOL) gen object $$(@:.skel.h=.linked2.o) $$(@:.skel.h=.linked1.o) 401 $(Q)$$(BPFTOOL) gen object $$(@:.skel.h=.linked3.o) $$(@:.skel.h=.linked2.o)
|
D | test_xdp_vlan.sh | 202 ip netns exec ns1 ip link set $DEVNS1 $XDP_MODE object $FILE section $XDP_PROG 224 ip netns exec ns1 ip link set $DEVNS1 $XDP_MODE object $FILE section $XDP_PROG
|
D | test_tcp_check_syncookie.sh | 70 object "${BPF_PROG_OBJ}" section "${XDP_SECTION}"
|
D | test_tc_tunnel.sh | 199 bpf direct-action object-file ./test_tc_tunnel.o \ 299 bpf direct-action object-file ./test_tc_tunnel.o section decap
|
/tools/testing/selftests/tc-testing/creating-plugins/ |
D | AddingPlugins.txt | 46 rest of the tests must be skipped. The info is stored in the object, 90 The add_args method receives the argparser object and can add 95 The add_args method should return the argparser object.
|
/tools/testing/selftests/futex/ |
D | README | 26 shared object building and linking. 28 implemented in header files, avoiding the need to compile intermediate object
|
/tools/testing/selftests/net/ |
D | udpgro_bench.sh | 37 ip -n "${PEER_NS}" link set veth1 xdp object ../bpf/xdp_dummy.o section xdp
|
D | veth.sh | 291 ip -n $NS_DST link set dev veth$DST xdp object ../bpf/xdp_dummy.o \ 298 ip -n $NS_DST link set dev veth$DST xdp object ../bpf/xdp_dummy.o \ 314 ip -n $NS_DST link set dev veth$DST xdp object ../bpf/xdp_dummy.o section xdp 2>/dev/null
|
/tools/usb/usbip/libsrc/ |
D | usbip_common.c | 199 #define READ_ATTR(object, type, dev, name, format) \ argument 201 (object)->name = (type) read_attr_value(dev, to_string(name), \
|
/tools/testing/kunit/ |
D | kunit_config.py | 31 class Kconfig(object):
|
/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/ |
D | EventClass.py | 36 class PerfEvent(object):
|
/tools/build/ |
D | Build.include | 61 # - command line to create object 'cmd_object :=' 92 # - per object C flags
|
/tools/kvm/kvm_stat/ |
D | kvm_stat | 238 class Arch(object): 367 class Group(object): 400 class Event(object): 505 class Provider(object): 865 class Stats(object): 990 class Tui(object): 1501 class StdFormat(object): 1517 class CSVFormat(object):
|
/tools/testing/selftests/tpm2/ |
D | tpm2.py | 247 class AuthCommand(object): 268 class SensitiveCreate(object): 285 class Public(object):
|