Home
last modified time | relevance | path

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

/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/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/vm/
Dslabinfo.c36 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/
Dbpftool-btf.rst35 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
Dcommon_options.rst10 pids associated to BPF objects may rely on it).
Dbpftool.rst41 *bpftool* allows for inspection and simple modification of BPF objects
Dbpftool-gen.rst53 APIs for working with BPF objects. Skeleton code is intended
/tools/lib/perf/Documentation/
Dlibperf.txt219 Following objects are key to the libperf interface:
233 The exported API functions bind these objects together.
/tools/cgroup/
Dmemcg_slabinfo.py80 return page.objects - page.inuse
/tools/testing/selftests/wireguard/
Dnetns.sh671 declare -A objects
674 objects["${BASH_REMATCH[1]}"]+="${BASH_REMATCH[2]}"
678 …if [[ ${objects["$object"]} != *createddestroyed && ${objects["$object"]} != *createdcreateddestro…
/tools/build/feature/
DMakefile223 PERL_EMBED_CCOPTS := $(filter-out -flto=auto -ffat-lto-objects, $(PERL_EMBED_CCOPTS))
/tools/testing/selftests/bpf/
DMakefile489 TRUNNER_BPF_BUILD_RULE := $$(error no BPF objects should be built)
/tools/perf/
DMakefile.config289 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))