BruceChen7 / gitblog

My blog
6 stars 1 forks source link

bpf-co-re #65

Open BruceChen7 opened 1 year ago

BruceChen7 commented 1 year ago

参考资料

总结

BPF CO-RE 的使用

BTF

Compiler support

BPF loader (libbpf)

kernel

获取 kernel data

bpf_core_read

bpf_core_read_str

BPF_CORE_READ

BPF_CORE_READ_INTO

BPF_CORE_READ_STR_INTO()

处理内核变化和特性检测

bpf_core_field_exists()

bpf_core_type_exists()

bpf_core_enum_value_exists()

LINUX_KERNEL_VERSION

Kconfig extern variables

重定位枚举

守护可能失败的重新定位

type/ebpf #libpf #type/linux #public