/tools/vm/ |
D | Makefile | 6 TARGETS=page-types slabinfo page_owner_sort 25 $(RM) page-types slabinfo page_owner_sort
|
D | .gitignore | 2 page-types
|
/tools/bpf/bpftool/Documentation/ |
D | bpftool-btf.rst | 43 loaded and all its BTF types emitted. 46 associated BTF object with BTF types describing key and 49 both key and value (**kv**), or all BTF types present in 54 associated BTF object with BTF types. 183 The following commands print BTF types associated with specified map's key, 184 value, both key and value, and all BTF types, respectively. By default, both 185 key and value types will be printed.
|
D | bpftool-feature.rst | 32 JIT status, eBPF program types availability, eBPF helper
|
D | bpftool-net.rst | 38 program types **BPF_PROG_TYPE_SCHED_CLS**,
|
D | bpftool-prog.rst | 179 Not all program types support test run. Among those which do, 181 arguments. bpftool does not perform checks on program types.
|
/tools/lib/bpf/ |
D | btf.c | 30 struct btf_type **types; member 56 new_types = realloc(btf->types, sizeof(*new_types) * new_size); in btf_add_type() 63 btf->types = new_types; in btf_add_type() 67 btf->types[++(btf->nr_types)] = t; in btf_add_type() 210 return btf->types[type_id]; in btf__type_by_id() 305 const struct btf_type *t = btf->types[i]; in btf__find_by_name() 324 free(btf->types); in btf__free() 562 struct btf_type *t = btf->types[i]; in btf__finalize_data() 1414 struct btf_type *t = d->btf->types[i]; in btf_dedup_new() 1453 t = d->btf->types[i]; in btf_for_each_str_off() [all …]
|
D | README.rst | 7 functions and types. Every group has its own naming convention 11 All types and functions provided by libbpf API should have one of the 28 Another class of types and functions provided by libbpf API is "objects" 57 to ``libbpf.h``. BTF types and functions should go to ``btf.h``. 62 Auxiliary functions and types that don't fit well in any of categories
|
D | libbpf_probes.c | 177 __u32 types[] = { in load_sk_storage_btf() local 189 return libbpf__load_raw_btf((char *)types, sizeof(types), in load_sk_storage_btf()
|
/tools/testing/selftests/tc-testing/bpf/ |
D | Makefile | 25 -Wno-compare-distinct-pointer-types
|
/tools/iio/ |
D | Makefile | 31 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 73 The precise modifier works with event types 0x76 (cpu-cycles, CPU 288 One or more types can be used at the same time, listing the events for the 289 types specified.
|
D | db-export.txt | 23 used so long as the names and meanings (and to some extent data types) remain
|
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.data-file-format.txt | 37 The header contains three such pointers: for attributes, data and event types. 413 In addition to the kernel generated event types perf record adds its 414 own event types (in addition it also synthesizes some kernel events, 552 Event types
|
D | perf-script.txt | 131 i.e., the specified fields apply to all event types if the type string 209 Finally, a user may not set fields to none for all event types.
|
D | perf-script-perl.txt | 27 the event types in the trace file; it simply prints every available
|
D | jitdump-specification.txt | 60 The following record types are defined:
|
/tools/testing/selftests/android/ion/ |
D | README | 13 two user space processes, using various heap types. 14 The following heap types are supported by ION driver.
|
/tools/testing/selftests/bpf/ |
D | test_select_reuseport.c | 698 const int types[] = { SOCK_STREAM, SOCK_DGRAM, SOCK_STREAM }; in test_all() local 708 for (t = 0; t < ARRAY_SIZE(types); t++) { in test_all() 710 int type = types[t]; in test_all()
|
D | Makefile | 155 -Wno-compare-distinct-pointer-types
|
D | test_maps.c | 1528 int types[2] = { SOCK_STREAM, SOCK_DGRAM }, type; in test_reuseport_array() local 1566 for (t = 0; t < ARRAY_SIZE(types); t++) { in test_reuseport_array() 1567 type = types[t]; in test_reuseport_array()
|
/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 460 - support for atomic64 types (and associated helper functions)
|
/tools/memory-model/ |
D | README | 126 event types used by the memory model and (2) performs RCU
|
/tools/memory-model/Documentation/ |
D | recipes.txt | 529 given litmus test. There are three types of linkage: 550 avoid a counter-intuitive outcome depends on the types of relations
|