Searched refs:objects (Results 1 – 14 of 14) sorted by relevance
/tools/perf/Documentation/ |
D | Build.txt | 18 main makefile that triggers build of all perf objects including 28 makefiles that defines build objects 36 The Makefile.perf triggers the build framework for build objects: 39 resulting in following objects: 43 Those objects are then used in final linking:
|
D | examples.txt | 70 Counting objects: 1148, done. 72 Compressing objects: 100% (450/450), done. 73 Writing objects: 100% (1148/1148), done. 124 Counting objects: 1148, done. 126 Compressing objects: 100% (450/450), done. 127 Writing objects: 100% (1148/1148), done.
|
/tools/build/Documentation/ |
D | Build.txt | 5 idea and the way how objects are built is the same. 7 Basically the user provides set of 'Build' files that list objects and 11 we setup source objects, but we support more. This allows one 'Build' file to 12 carry a sources list for multiple build objects. 46 The user supplies 'Build' makefiles that contains a objects list, and connects 64 only prepares proper objects to be compiled and grouped together. 86 which creates the following objects: 91 that contain request objects names in Build files. 166 $ make util/map.o # objects
|
/tools/vm/ |
D | slabinfo.c | 36 unsigned long partial, objects, slabs, objects_partial, objects_total; member 378 return slab_size(s) - s->objects * s->object_size; in slab_waste() 558 s->name, s->aliases, s->order, s->objects); in report() 575 onoff(s->red_zone), s->objects * s->object_size); in report() 578 s->slabs * (page_size << s->order) - s->objects * s->object_size); in report() 581 (s->slab_size - s->object_size) * s->objects); in report() 655 s->name, s->objects, in slabcache() 663 s->name, s->objects, s->object_size, size_str, dist_str, in slabcache() 666 s->slabs ? (s->objects * s->object_size * 100) / in slabcache() 726 if (s->objects > 0) in slab_empty() [all …]
|
/tools/bpf/bpftool/Documentation/ |
D | bpftool-btf.rst | 35 Show information about loaded BTF objects. If a BTF ID is 37 otherwise list all BTF objects currently loaded on the 42 objects. On such kernels bpftool will automatically emit this 78 Pass a base BTF object. Base BTF objects are typically used 79 with BTF objects for kernel modules. To avoid duplicating 80 all kernel symbols required by modules, BTF objects for
|
D | common_options.rst | 10 pids associated to BPF objects may rely on it).
|
D | bpftool.rst | 41 *bpftool* allows for inspection and simple modification of BPF objects
|
D | bpftool-gen.rst | 53 APIs for working with BPF objects. Skeleton code is intended
|
/tools/lib/perf/Documentation/ |
D | libperf.txt | 219 Following objects are key to the libperf interface: 233 The exported API functions bind these objects together.
|
/tools/cgroup/ |
D | memcg_slabinfo.py | 80 return page.objects - page.inuse
|
/tools/testing/selftests/wireguard/ |
D | netns.sh | 671 declare -A objects 674 objects["${BASH_REMATCH[1]}"]+="${BASH_REMATCH[2]}" 678 …if [[ ${objects["$object"]} != *createddestroyed && ${objects["$object"]} != *createdcreateddestro…
|
/tools/build/feature/ |
D | Makefile | 223 PERL_EMBED_CCOPTS := $(filter-out -flto=auto -ffat-lto-objects, $(PERL_EMBED_CCOPTS))
|
/tools/testing/selftests/bpf/ |
D | Makefile | 489 TRUNNER_BPF_BUILD_RULE := $$(error no BPF objects should be built)
|
/tools/perf/ |
D | Makefile.config | 289 PYTHON_EMBED_CCOPTS := $(filter-out -ffat-lto-objects, $(PYTHON_EMBED_CCOPTS)) 802 PERL_EMBED_CCOPTS := $(filter-out -flto=auto -ffat-lto-objects, $(PERL_EMBED_CCOPTS))
|