Function report |
Source Code:kernel\bpf\local_storage.c |
Create Date:2022-07-28 13:14:26 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:cgroup_storage_seq_show_elem
Proto:static void cgroup_storage_seq_show_elem(struct bpf_map *map, void *_key, struct seq_file *m)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct bpf_map * | map | |
void * | _key | |
struct seq_file * | m |
379 | stype = cgroup_storage_type(map) |
385 | storage = cgroup_storage_lookup(map_to_storage(map), key, false) |
386 | If Not storage Then |
391 | btf_type_seq_show(btf, btf_key_type_id, key, m) |
392 | stype = cgroup_storage_type(map) |
393 | If stype == BPF_CGROUP_STORAGE_SHARED Then |
395 | btf_type_seq_show(btf, btf_value_type_id, & data[0], m) |
398 | Else |
400 | for_each_possible_cpu(cpu) |
401 | seq_printf(m, "\tcpu%d: ", cpu) |
402 | btf_type_seq_show(btf, btf_value_type_id, per_cpu_ptr(percpu_buf, cpu), m) |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |