Read eBPF tracepoint argument

前端 未结 0 757
别跟我提以往
别跟我提以往 2020-11-21 22:44

Assume that I have a tracepoint eBPF probe that hooks into the chown function.

SEC("tracepoint/syscalls/sys_enter_chown")
int bpf_prog(void *ctx) {
         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题