/tools/vm/ |
D | Makefile | 6 TARGETS=page-types slabinfo page_owner_sort 25 $(RM) page-types slabinfo page_owner_sort
|
D | .gitignore | 3 page-types
|
/tools/bpf/bpftool/Documentation/ |
D | bpftool-btf.rst | 49 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.
|
D | bpftool-feature.rst | 32 JIT status, eBPF program types availability, eBPF helper
|
D | bpftool-gen.rst | 38 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
|
D | bpftool-net.rst | 38 program types **BPF_PROG_TYPE_SCHED_CLS**,
|
D | bpftool-prog.rst | 201 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/ |
D | syscall.c | 34 __u32 types[8]; in btf_load() member 45 .types = { in btf_load()
|
/tools/lib/bpf/ |
D | libbpf_probes.c | 186 __u32 types[] = { in load_local_storage_btf() local 198 return libbpf__load_raw_btf((char *)types, sizeof(types), in load_local_storage_btf()
|
D | libbpf.c | 4150 __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 …]
|
D | btf.c | 1528 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/ |
D | Makefile | 24 -Wno-compare-distinct-pointer-types
|
/tools/iio/ |
D | Makefile | 32 ln -sf $(CURDIR)/../../include/uapi/linux/iio/types.h $@
|
/tools/perf/Documentation/ |
D | perf-list.txt | 6 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.
|
D | db-export.txt | 23 used so long as the names and meanings (and to some extent data types) remain
|
D | perf.data-file-format.txt | 37 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
|
D | perf-probe.txt | 201 …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…
|
D | perf-script-perl.txt | 27 the event types in the trace file; it simply prints every available
|
/tools/testing/selftests/bpf/ |
D | README.rst | 185 types, which was introduced in `Clang 13`__. The older Clang versions will 217 that existing relocation types are broken into more types and
|
D | test_maps.c | 1694 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/ |
D | README | 15 like an overview of the types of low-level concurrency primitives
|
D | control-dependencies.txt | 19 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/ |
D | design.txt | 6 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/ |
D | cpuid.csv | 270 … 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/ |
D | README | 173 event types used by the memory model and (2) performs RCU
|