Home
last modified time | relevance | path

Searched refs:objects (Results 1 – 16 of 16) sorted by relevance

/tools/build/Documentation/
DBuild.txt5 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/verification/rv/
DMakefile.rv18 FOPTS :=-flto=auto -ffat-lto-objects -fexceptions -fstack-protector-strong \
24 FOPTS := $(filter-out -flto=auto -ffat-lto-objects, $(FOPTS))
/tools/tracing/rtla/
DMakefile.rtla18 FOPTS := -flto=auto -ffat-lto-objects -fexceptions -fstack-protector-strong \
24 FOPTS := $(filter-out -flto=auto -ffat-lto-objects, $(FOPTS))
/tools/perf/Documentation/
DBuild.txt18 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:
Dexamples.txt70 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/mm/
Dslabinfo.c36 unsigned long partial, objects, slabs, objects_partial, objects_total; member
380 return slab_size(s) - s->objects * s->object_size; in slab_waste()
560 s->name, s->aliases, s->order, s->objects); in report()
577 onoff(s->red_zone), s->objects * s->object_size); in report()
580 s->slabs * (page_size << s->order) - s->objects * s->object_size); in report()
583 (s->slab_size - s->object_size) * s->objects); in report()
657 s->name, s->objects, in slabcache()
665 s->name, s->objects, s->object_size, size_str, dist_str, in slabcache()
668 s->slabs ? (s->objects * s->object_size * 100) / in slabcache()
728 if (s->objects > 0) in slab_empty()
[all …]
/tools/bpf/bpftool/Documentation/
Dbpftool-btf.rst38 Show information about loaded BTF objects. If a BTF ID is specified, show
39 information only about given BTF object, otherwise list all BTF objects
43 that hold open file descriptors (FDs) against BTF objects. On such kernels
78 Pass a base BTF object. Base BTF objects are typically used with BTF
79 objects for kernel modules. To avoid duplicating all kernel symbols
80 required by modules, BTF objects for modules are "split", they are
Dcommon_options.rst12 profile** or showing pids associated to BPF objects may rely on it).
Dbpftool.rst55 *bpftool* allows for inspection and simple modification of BPF objects on the
Dbpftool-gen.rst55 working with BPF objects. Skeleton code is intended to significantly
144 program. A subskeleton for the library would have access to all objects and
159 file, containing all needed BTF types so one, or more, given eBPF objects
171 multiple eBPF objects, so they can be distributed together with an eBPF
460 the generated BTF file won't allow other eBPF objects to be loaded, just the
/tools/lib/perf/Documentation/
Dlibperf.txt221 Following objects are key to the libperf interface:
235 The exported API functions bind these objects together.
/tools/cgroup/
Dmemcg_slabinfo.py80 return slab.objects - slab.inuse
/tools/testing/selftests/wireguard/
Dnetns.sh684 declare -A objects
687 objects["${BASH_REMATCH[1]}"]+="${BASH_REMATCH[2]}"
691 …if [[ ${objects["$object"]} != *createddestroyed && ${objects["$object"]} != *createdcreateddestro…
/tools/build/feature/
DMakefile274 PERL_EMBED_CCOPTS := $(filter-out -flto=auto -ffat-lto-objects, $(PERL_EMBED_CCOPTS))
/tools/perf/
DMakefile.config313 PYTHON_EMBED_CCOPTS := $(filter-out -ffat-lto-objects, $(PYTHON_EMBED_CCOPTS))
858 PERL_EMBED_CCOPTS := $(filter-out -flto=auto -ffat-lto-objects, $(PERL_EMBED_CCOPTS))
/tools/testing/selftests/bpf/
DMakefile778 TRUNNER_BPF_BUILD_RULE := $$(error no BPF objects should be built)