Searched refs:__uint (Results 1 - 25 of 312) sorted by last modified time

1234567891011>>

/linux-master/tools/perf/util/bpf_skel/
H A Dlock_contention.bpf.c24 __uint(type, BPF_MAP_TYPE_STACK_TRACE);
25 __uint(key_size, sizeof(__u32));
26 __uint(value_size, sizeof(__u64));
27 __uint(max_entries, MAX_ENTRIES);
32 __uint(type, BPF_MAP_TYPE_HASH);
35 __uint(max_entries, MAX_ENTRIES);
40 __uint(type, BPF_MAP_TYPE_PERCPU_ARRAY);
41 __uint(key_size, sizeof(__u32));
42 __uint(value_size, sizeof(struct tstamp_data));
43 __uint(max_entrie
[all...]
H A Daugmented_raw_syscalls.bpf.c27 __uint(type, BPF_MAP_TYPE_PERF_EVENT_ARRAY);
30 __uint(max_entries, MAX_CPUS);
39 __uint(type, BPF_MAP_TYPE_PROG_ARRAY);
42 __uint(max_entries, 512);
51 __uint(type, BPF_MAP_TYPE_PROG_ARRAY);
54 __uint(max_entries, 512);
76 __uint(type, BPF_MAP_TYPE_HASH);
79 __uint(max_entries, 64);
121 __uint(type, BPF_MAP_TYPE_PERCPU_ARRAY);
124 __uint(max_entrie
[all...]
/linux-master/tools/testing/selftests/bpf/progs/
H A Dverifier_arena.c12 __uint(type, BPF_MAP_TYPE_ARENA);
13 __uint(map_flags, BPF_F_MMAPABLE);
14 __uint(max_entries, 2); /* arena of two pages close to 32-bit boundary*/
H A Dverifier_arena_large.c14 __uint(type, BPF_MAP_TYPE_ARENA);
15 __uint(map_flags, BPF_F_MMAPABLE);
16 __uint(max_entries, ARENA_SIZE / PAGE_SIZE);
H A Darena_list.c10 __uint(type, BPF_MAP_TYPE_ARENA);
11 __uint(map_flags, BPF_F_MMAPABLE);
12 __uint(max_entries, 100); /* number of pages */
H A Darena_htab.c10 __uint(type, BPF_MAP_TYPE_ARENA);
11 __uint(map_flags, BPF_F_MMAPABLE);
12 __uint(max_entries, 100); /* number of pages */
H A Dxdping_kern.c22 __uint(type, BPF_MAP_TYPE_HASH);
23 __uint(max_entries, 256);
H A Dxdp_synproxy_kern.c71 __uint(type, BPF_MAP_TYPE_ARRAY);
74 __uint(max_entries, 2);
78 __uint(type, BPF_MAP_TYPE_ARRAY);
81 __uint(max_entries, MAX_ALLOWED_PORTS);
H A Dverifier_spill_fill.c10 __uint(type, BPF_MAP_TYPE_RINGBUF);
11 __uint(max_entries, 4096);
H A Dverifier_spin_lock.c14 __uint(type, BPF_MAP_TYPE_ARRAY);
15 __uint(max_entries, 1);
H A Dverifier_iterating_callbacks.c6 __uint(type, BPF_MAP_TYPE_ARRAY);
7 __uint(max_entries, 8);
13 __uint(type, BPF_MAP_TYPE_USER_RINGBUF);
14 __uint(max_entries, 8);
H A Dtest_xdp_noinline.c169 __uint(type, BPF_MAP_TYPE_HASH);
170 __uint(max_entries, 512);
176 __uint(type, BPF_MAP_TYPE_LRU_HASH);
177 __uint(max_entries, 300);
178 __uint(map_flags, 1U << 1);
184 __uint(type, BPF_MAP_TYPE_ARRAY);
185 __uint(max_entries, 12 * 655);
191 __uint(type, BPF_MAP_TYPE_ARRAY);
192 __uint(max_entries, 40);
198 __uint(typ
[all...]
H A Dtype_cast.c10 __uint(type, BPF_MAP_TYPE_TASK_STORAGE);
11 __uint(map_flags, BPF_F_NO_PREALLOC);
H A Dtest_xdp_dynptr.c28 __uint(type, BPF_MAP_TYPE_PERCPU_ARRAY);
29 __uint(max_entries, 256);
35 __uint(type, BPF_MAP_TYPE_HASH);
36 __uint(max_entries, MAX_IPTNL_ENTRIES);
H A Dtest_xdp_loop.c21 __uint(type, BPF_MAP_TYPE_PERCPU_ARRAY);
22 __uint(max_entries, 256);
28 __uint(type, BPF_MAP_TYPE_HASH);
29 __uint(max_entries, MAX_IPTNL_ENTRIES);
H A Dtest_xdp.c25 __uint(type, BPF_MAP_TYPE_PERCPU_ARRAY);
26 __uint(max_entries, 256);
32 __uint(type, BPF_MAP_TYPE_HASH);
33 __uint(max_entries, MAX_IPTNL_ENTRIES);
H A Dtest_spin_lock.c15 __uint(type, BPF_MAP_TYPE_HASH);
16 __uint(max_entries, 1);
27 __uint(type, BPF_MAP_TYPE_CGROUP_STORAGE);
41 __uint(type, BPF_MAP_TYPE_ARRAY);
42 __uint(max_entries, 1);
H A Dtest_spin_lock_fail.c13 __uint(type, BPF_MAP_TYPE_ARRAY);
16 __uint(max_entries, 1);
20 __uint(type, BPF_MAP_TYPE_ARRAY_OF_MAPS);
21 __uint(max_entries, 1);
H A Dtest_map_in_map.c9 __uint(type, BPF_MAP_TYPE_ARRAY_OF_MAPS);
10 __uint(max_entries, 1);
11 __uint(map_flags, 0);
17 __uint(type, BPF_MAP_TYPE_HASH_OF_MAPS);
18 __uint(max_entries, 1);
19 __uint(map_flags, 0);
29 __uint(type, BPF_MAP_TYPE_PERF_EVENT_ARRAY);
35 __uint(type, BPF_MAP_TYPE_ARRAY_OF_MAPS);
36 __uint(max_entries, 1);
43 __uint(typ
[all...]
H A Dtest_cls_redirect.c369 __uint(type, BPF_MAP_TYPE_PERCPU_ARRAY);
370 __uint(max_entries, 1);
H A Dtest_cls_redirect_dynptr.c261 __uint(type, BPF_MAP_TYPE_PERCPU_ARRAY);
262 __uint(max_entries, 1);
H A Dtask_ls_recursion.c17 __uint(type, BPF_MAP_TYPE_TASK_STORAGE);
18 __uint(map_flags, BPF_F_NO_PREALLOC);
24 __uint(type, BPF_MAP_TYPE_TASK_STORAGE);
25 __uint(map_flags, BPF_F_NO_PREALLOC);
H A Dstrobemeta.h212 __uint(type, BPF_MAP_TYPE_PERF_EVENT_ARRAY);
213 __uint(max_entries, 32);
214 __uint(key_size, sizeof(int));
215 __uint(value_size, sizeof(int));
219 __uint(type, BPF_MAP_TYPE_STACK_TRACE);
220 __uint(max_entries, 16);
221 __uint(key_size, sizeof(uint32_t));
222 __uint(value_size, sizeof(uint64_t) * PERF_MAX_STACK_DEPTH);
226 __uint(type, BPF_MAP_TYPE_STACK_TRACE);
227 __uint(max_entrie
[all...]
H A Dpyperf.h123 __uint(type, BPF_MAP_TYPE_HASH);
124 __uint(max_entries, 1);
130 __uint(type, BPF_MAP_TYPE_HASH);
131 __uint(max_entries, 1);
137 __uint(type, BPF_MAP_TYPE_HASH);
138 __uint(max_entries, 1);
144 __uint(type, BPF_MAP_TYPE_ARRAY);
145 __uint(max_entries, 1);
151 __uint(type, BPF_MAP_TYPE_PERF_EVENT_ARRAY);
152 __uint(max_entrie
[all...]
H A Drcu_read_lock.c13 __uint(type, BPF_MAP_TYPE_TASK_STORAGE);
14 __uint(map_flags, BPF_F_NO_PREALLOC);

Completed in 740 milliseconds

1234567891011>>