Home
last modified time | relevance | path

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

12

/tools/vm/
DMakefile6 TARGETS=page-types slabinfo page_owner_sort
25 $(RM) page-types slabinfo page_owner_sort
D.gitignore2 page-types
/tools/bpf/bpftool/Documentation/
Dbpftool-btf.rst43 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.
Dbpftool-feature.rst32 JIT status, eBPF program types availability, eBPF helper
Dbpftool-net.rst38 program types **BPF_PROG_TYPE_SCHED_CLS**,
Dbpftool-prog.rst179 Not all program types support test run. Among those which do,
181 arguments. bpftool does not perform checks on program types.
/tools/lib/bpf/
Dbtf.c30 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 …]
DREADME.rst7 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
Dlibbpf_probes.c177 __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/
DMakefile25 -Wno-compare-distinct-pointer-types
/tools/iio/
DMakefile31 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
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.
Ddb-export.txt23 used so long as the names and meanings (and to some extent data types) remain
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.data-file-format.txt37 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
Dperf-script.txt131 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.
Dperf-script-perl.txt27 the event types in the trace file; it simply prints every available
Djitdump-specification.txt60 The following record types are defined:
/tools/testing/selftests/android/ion/
DREADME13 two user space processes, using various heap types.
14 The following heap types are supported by ION driver.
/tools/testing/selftests/bpf/
Dtest_select_reuseport.c698 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()
DMakefile155 -Wno-compare-distinct-pointer-types
Dtest_maps.c1528 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/
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
460 - support for atomic64 types (and associated helper functions)
/tools/memory-model/
DREADME126 event types used by the memory model and (2) performs RCU
/tools/memory-model/Documentation/
Drecipes.txt529 given litmus test. There are three types of linkage:
550 avoid a counter-intuitive outcome depends on the types of relations

12