| /tools/perf/tests/ |
| A D | event_groups.c | 14 static int types[] = {0, 1, -1}; variable 61 types[2] = pmu->type; in setup_uncore_event() 71 fd = event_open(types[2], configs[2], -1); in setup_uncore_event() 87 group_fd = event_open(types[i], configs[i], -1); in run_test() 91 sibling_fd1 = event_open(types[j], configs[j], group_fd); in run_test() 108 sibling_fd2 = event_open(types[k], configs[k], group_fd); in run_test() 128 if (ret || types[2] == -1) in test__event_groups() 145 types[i], configs[i], types[j], configs[j], in test__event_groups() 146 types[k], configs_hw[k], r ? "Fail" : "Pass"); in test__event_groups() 149 types[i], configs[i], types[j], configs[j], in test__event_groups() [all …]
|
| /tools/lib/bpf/ |
| A D | features.c | 84 __u32 types[] = { in probe_kern_btf() local 89 return probe_fd(libbpf__load_raw_btf((char *)types, sizeof(types), in probe_kern_btf() 97 __u32 types[] = { in probe_kern_btf_func() local 107 return probe_fd(libbpf__load_raw_btf((char *)types, sizeof(types), in probe_kern_btf_func() 115 __u32 types[] = { in probe_kern_btf_func_global() local 125 return probe_fd(libbpf__load_raw_btf((char *)types, sizeof(types), in probe_kern_btf_func_global() 133 __u32 types[] = { in probe_kern_btf_datasec() local 144 return probe_fd(libbpf__load_raw_btf((char *)types, sizeof(types), in probe_kern_btf_datasec() 152 __u32 types[] = { in probe_kern_btf_qmark_datasec() local 163 return probe_fd(libbpf__load_raw_btf((char *)types, sizeof(types), in probe_kern_btf_qmark_datasec() [all …]
|
| A D | libbpf_probes.c | 266 __u32 types[] = { in load_local_storage_btf() local 278 return libbpf__load_raw_btf((char *)types, sizeof(types), in load_local_storage_btf()
|
| /tools/testing/selftests/bpf/prog_tests/ |
| A D | core_reloc_raw.c | 24 __u32 types[15]; in test_bad_local_id() member 32 .type_len = sizeof(raw_btf.types), in test_bad_local_id() 34 offsetof(struct test_btf, types), in test_bad_local_id() 37 .types = { in test_bad_local_id()
|
| A D | fd_array.c | 26 __u32 types[8]; in new_btf() member 33 .type_len = sizeof(raw_btf.types), in new_btf() 34 .str_off = offsetof(struct btf_blob, str) - offsetof(struct btf_blob, types), in new_btf() 37 .types = { in new_btf()
|
| /tools/bpf/bpftool/Documentation/ |
| A D | bpftool-feature.rst | 38 types availability, eBPF helper functions availability, and more. 70 List items known to bpftool. These can be BPF program types 71 (**prog_types**), BPF map types (**map_types**), attach types 72 (**attach_types**), link types (**link_types**), or BPF helper functions 75 (for all object types) or from the BPF UAPI header (list of helpers). This 76 can be used in scripts to iterate over BPF types or helpers.
|
| A D | bpftool-btf.rst | 50 its BTF types emitted. 53 with BTF types describing key and value. It's possible to select whether to 55 both key and value (**kv**), or all BTF types present in associated BTF 59 object with BTF types. 71 its dependent types. It cannot be used with any other types of filtering 73 It can be passed multiple times to dump multiple types. 195 The following commands print BTF types associated with specified map's key, 196 value, both key and value, and all BTF types, respectively. By default, both 197 key and value types will be printed.
|
| A D | bpftool-gen.rst | 41 together. .BTF data is deduplicated, so all the common types across 61 structure as valid libbpf types (e.g., **struct bpf_map** pointer) and can 115 already loaded BPF object. Only BPF programs of types supported by libbpf 159 file, containing all needed BTF types so one, or more, given eBPF objects 167 using pahole. It contains all the types used by its respective kernel image
|
| /tools/mm/ |
| A D | Makefile | 6 BUILD_TARGETS=page-types slabinfo page_owner_sort thp_swap_allocator_test 26 $(RM) page-types slabinfo page_owner_sort thp_swap_allocator_test
|
| A D | .gitignore | 3 page-types
|
| /tools/testing/selftests/bpf/progs/ |
| A D | syscall.c | 72 __u32 types[8]; in btf_load() member 79 .type_len = sizeof(raw_btf.types), in btf_load() 80 .str_off = offsetof(struct btf_blob, str) - offsetof(struct btf_blob, types), in btf_load() 83 .types = { in btf_load()
|
| /tools/net/sunrpc/xdrgen/templates/C/header_top/definition/ |
| A D | header.j2 | 9 #include <linux/types.h>
|
| /tools/net/sunrpc/xdrgen/templates/C/source_top/ |
| A D | client.j2 | 6 #include <linux/types.h>
|
| /tools/include/nolibc/ |
| A D | Makefile | 64 sys/types.h \ 68 types.h \
|
| /tools/net/sunrpc/xdrgen/templates/C/header_top/declaration/ |
| A D | header.j2 | 9 #include <linux/types.h>
|
| /tools/testing/selftests/net/ |
| A D | link_netns.py | 95 types = [ 120 for typ in types:
|
| /tools/perf/util/ |
| A D | trace-event-scripting.c | 330 u32 types, events; in sample_flags_to_name() local 350 types = flags & ~PERF_IP_FLAG_BRANCH_EVENT_MASK; in sample_flags_to_name() 352 if (sample_flags[i].flags != types) in sample_flags_to_name()
|
| A D | lock-contention.h | 14 unsigned int *types; member
|
| /tools/sched_ext/ |
| A D | README.md | 7 schedulers are meant to provide examples of different types of schedulers 18 types of workloads or scenarios they're designed to accommodate, and whether or 79 This is a large, auto-generated header file that contains all of the types 92 header file that can be included by BPF programs to access those types. For 142 types defined internal to the kernel, and not have to recompile if you load the 254 schedulers are using a vmlinux.h file that includes the requisite types.
|
| /tools/testing/selftests/ublk/ |
| A D | fault_inject.c | 26 .types = UBLK_PARAM_TYPE_BASIC, in ublk_fault_inject_tgt_init()
|
| A D | null.c | 20 .types = UBLK_PARAM_TYPE_BASIC | UBLK_PARAM_TYPE_DMA_ALIGN | in ublk_null_tgt_init()
|
| /tools/iio/ |
| A D | Makefile | 32 ln -sf $(CURDIR)/../../include/uapi/linux/iio/types.h $@
|
| /tools/perf/Documentation/ |
| A D | perf-c2c.txt | 202 Rmt/Lcl Hitm (Display with HITM types) 208 LLC Load Hitm - Total, LclHitm, RmtHitm (For display with HITM types) 244 HITM - Rmt, Lcl (Display with HITM types) 266 cycles - rmt hitm, lcl hitm, load (Display with HITM types) 293 Node{cpus %hitms %stores} (Display with HITM types)
|
| A D | db-export.txt | 23 used so long as the names and meanings (and to some extent data types) remain
|
| /tools/testing/selftests/sched_ext/ |
| A D | Makefile | 94 -Wall -Wno-compare-distinct-pointer-types \ 95 -Wno-incompatible-function-pointer-types \
|