Home
last modified time | relevance | path

Searched refs:types (Results 1 – 25 of 41) sorted by relevance

12

/tools/vm/
DMakefile6 TARGETS=page-types slabinfo page_owner_sort
25 $(RM) page-types slabinfo page_owner_sort
D.gitignore3 page-types
/tools/bpf/bpftool/Documentation/
Dbpftool-btf.rst49 loaded and all its BTF types emitted.
52 associated BTF object with BTF types describing key and
55 both key and value (**kv**), or all BTF types present in
60 associated BTF object with BTF types.
191 The following commands print BTF types associated with specified map's key,
192 value, both key and value, and all BTF types, respectively. By default, both
193 key and value types will be printed.
Dbpftool-feature.rst32 JIT status, eBPF program types availability, eBPF helper
Dbpftool-gen.rst38 data is deduplicated, so all the common types across
61 libbpf types (e.g., **struct bpf_map** pointer) and can be
126 programs of types supported by libbpf for auto-attachment
Dbpftool-net.rst38 program types **BPF_PROG_TYPE_SCHED_CLS**,
Dbpftool-prog.rst201 Not all program types support test run. Among those which do,
203 arguments. bpftool does not perform checks on program types.
/tools/testing/selftests/bpf/progs/
Dsyscall.c34 __u32 types[8]; in btf_load() member
45 .types = { in btf_load()
/tools/lib/bpf/
Dlibbpf_probes.c186 __u32 types[] = { in load_local_storage_btf() local
198 return libbpf__load_raw_btf((char *)types, sizeof(types), in load_local_storage_btf()
Dlibbpf.c4150 __u32 types[] = { in probe_kern_btf() local
4155 return probe_fd(libbpf__load_raw_btf((char *)types, sizeof(types), in probe_kern_btf()
4163 __u32 types[] = { in probe_kern_btf_func() local
4173 return probe_fd(libbpf__load_raw_btf((char *)types, sizeof(types), in probe_kern_btf_func()
4181 __u32 types[] = { in probe_kern_btf_func_global() local
4191 return probe_fd(libbpf__load_raw_btf((char *)types, sizeof(types), in probe_kern_btf_func_global()
4199 __u32 types[] = { in probe_kern_btf_datasec() local
4210 return probe_fd(libbpf__load_raw_btf((char *)types, sizeof(types), in probe_kern_btf_datasec()
4217 __u32 types[] = { in probe_kern_btf_float() local
4222 return probe_fd(libbpf__load_raw_btf((char *)types, sizeof(types), in probe_kern_btf_float()
[all …]
Dbtf.c1528 void *hdr, *types; in btf_ensure_modifiable() local
1540 types = malloc(btf->hdr->type_len); in btf_ensure_modifiable()
1541 if (!hdr || !types) in btf_ensure_modifiable()
1545 memcpy(types, btf->types_data, btf->hdr->type_len); in btf_ensure_modifiable()
1556 btf->types_data = types; in btf_ensure_modifiable()
1576 free(types); in btf_ensure_modifiable()
/tools/testing/selftests/tc-testing/
DMakefile24 -Wno-compare-distinct-pointer-types
/tools/iio/
DMakefile32 ln -sf $(CURDIR)/../../include/uapi/linux/iio/types.h $@
/tools/perf/Documentation/
Dperf-list.txt6 perf-list - List all symbolic event types
16 This command displays the symbolic event types which can be selected in the
77 The precise modifier works with event types 0x76 (cpu-cycles, CPU
301 One or more types can be used at the same time, listing the events for the
302 types specified.
Ddb-export.txt23 used so long as the names and meanings (and to some extent data types) remain
Dperf.data-file-format.txt37 The header contains three such pointers: for attributes, data and event types.
475 In addition to the kernel generated event types perf record adds its
476 own event types (in addition it also synthesizes some kernel events,
614 Event types
Dperf-probe.txt201 …probe automatically set the type based on debuginfo (*). Currently, basic types (u8/u16/u32/u64/s8…
207 Basic types (u8/u16/u32/u64/s8/s16/s32/s64) and hexadecimal integers (x8/x16/x32/x64) are integer t…
Dperf-script-perl.txt27 the event types in the trace file; it simply prints every available
/tools/testing/selftests/bpf/
DREADME.rst185 types, which was introduced in `Clang 13`__. The older Clang versions will
217 that existing relocation types are broken into more types and
Dtest_maps.c1694 int types[2] = { SOCK_STREAM, SOCK_DGRAM }, type; in test_reuseport_array() local
1732 for (t = 0; t < ARRAY_SIZE(types); t++) { in test_reuseport_array()
1733 type = types[t]; in test_reuseport_array()
/tools/memory-model/Documentation/
DREADME15 like an overview of the types of low-level concurrency primitives
Dcontrol-dependencies.txt19 This is not guaranteed to provide any ordering because some types of CPUs
39 Control dependencies can pair with each other and with other types
251 (*) Control dependencies pair normally with other types of barriers.
/tools/perf/
Ddesign.txt6 CPUs. These registers count the number of certain types of hw events: such
95 * Generalized performance counter event types, used by the hw_event.event_id
111 These are standardized types of events that work relatively uniformly
461 - support for atomic64 types (and associated helper functions)
/tools/arch/x86/kcpuid/
Dcpuid.csv270 … 31:0, rmid_range, Maximum range (zero-based) of RMID within this physical processor of all types
273 0xF, 1, ECX, 31:0, rmid_range, Maximum range (zero-based) of RMID of this types
/tools/memory-model/
DREADME173 event types used by the memory model and (2) performs RCU

12