Searched refs:object (Results 1 – 25 of 39) sorted by relevance
12
/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/perf/lib/Documentation/tutorial/ |
D | tutorial.rst | 15 Libperf object 29 Gathers several struct perf_evsel object and performs functions on all of them. 90 The *struct perf_cpumap* object is created by *perf_cpu_map__new* call. 91 The *NULL* argument asks it to populate the object with the current online CPUs list: 108 - cpus - the *struct perf_cpumap* object
|
/tools/lib/bpf/ |
D | README.rst | 37 These objects are associated with corresponding parts of ELF object that 40 For example ``struct bpf_object`` represents ELF object itself created 42 program in ELF object and ``struct bpf_map`` is a map. 44 Functions that work with an object have names built from object name, 48 object, ``bpf_object``, double underscore and ``open`` that defines the 53 object, ``bpf_program``, that is separated from other part of the name
|
D | libbpf.h | 89 LIBBPF_API int bpf_object__pin(struct bpf_object *object, const char *path); 90 LIBBPF_API void bpf_object__close(struct bpf_object *object);
|
/tools/bpf/bpftool/bash-completion/ |
D | bpftool | 232 local object=${words[1]} command=${words[2]} 234 if [[ -z $object || $cword -eq 1 ]]; then 251 # Completion depends on object and command in use 252 case $object in 443 [[ $prev == $object ]] && \ 638 [[ $prev == $object ]] && \ 713 [[ $prev == $object ]] && \ 773 [[ $prev == $object ]] && \ 782 [[ $prev == $object ]] && \ 841 [[ $prev == $object ]] && \ [all …]
|
/tools/bpf/bpftool/Documentation/ |
D | bpftool-btf.rst | 35 specified, show information only about given BTF object, 42 When **id** is specified, BTF object with that ID will be 46 associated BTF object with BTF types describing key and 50 associated BTF object (**all**). If not specified, **kv** 54 associated BTF object with BTF types.
|
/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.txt | 23 ordered-events - ordered events object debug messages
|
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/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/bpf/ |
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 | 193 bpf direct-action object-file ./test_tc_tunnel.o \ 290 bpf direct-action object-file ./test_tc_tunnel.o section decap
|
/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_dummy
|
D | udpgro.sh | 37 ip -n "${PEER_NS}" link set veth1 xdp object ../bpf/xdp_dummy.o section xdp_dummy
|
/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/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/testing/selftests/tpm2/ |
D | tpm2.py | 247 class AuthCommand(object): 268 class SensitiveCreate(object): 285 class Public(object):
|
/tools/kvm/kvm_stat/ |
D | kvm_stat | 233 class Arch(object): 362 class Group(object): 395 class Event(object): 500 class Provider(object): 856 class Stats(object): 979 class Tui(object):
|
/tools/perf/scripts/perl/Perf-Trace-Util/ |
D | README | 28 You can delete the Makefile, object files and anything else that was
|
/tools/usb/usbip/ |
D | INSTALL | 61 5. You can remove the program binaries and object files from the 92 same time, by placing the object files for each architecture in their 94 directory where you want the object files and executables to go and run
|
/tools/power/x86/intel-speed-select/ |
D | isst-config.c | 683 #define _get_tdp_level(desc, suffix, object, help) \ argument 684 static void get_tdp_##object(void) \ 698 &ctdp, desc, &ctdp.object); \ 703 &ctdp.object); \
|
12