Searched refs:size_key (Results 1 – 6 of 6) sorted by relevance
/external/iproute2/examples/bpf/ |
D | bpf_prog.c | 192 .size_key = sizeof(uint8_t), 200 .size_key = sizeof(uint32_t), 208 .size_key = sizeof(uint32_t),
|
D | bpf_agent.c | 139 printf(" | size key: %u\n", aux->ent[i].size_key); in bpf_info_loop()
|
/external/chromium-trace/catapult/telemetry/telemetry/timeline/ |
D | memory_dump_event.py | 198 for size_key, size_value in size_values['attrs'].iteritems(): 200 allocator[size_key] = (allocator.get(size_key, 0)
|
/external/iproute2/include/ |
D | bpf_elf.h | 32 __u32 size_key; member
|
D | bpf_api.h | 103 .size_key = (SIZE_KEY), \
|
/external/iproute2/tc/ |
D | tc_bpf.c | 235 tmp.size_key = val; in bpf_map_selfcheck_pinned() 629 .size_key = sizeof(int), in bpf_graft_map() 745 static int bpf_map_create(enum bpf_map_type type, unsigned int size_key, in bpf_map_create() argument 750 .key_size = size_key, in bpf_map_create() 1078 fd = bpf_map_create(map->type, map->size_key, map->size_value, in bpf_map_attach() 1084 map->size_key, map->size_value, map->max_elem, in bpf_map_attach()
|