Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\trace\bpf_trace.c Create Date:2022-07-28 12:37:49
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:bpf_trace_run4

Proto:void bpf_trace_run4(struct bpf_prog *prog, u64 arg0, u64 arg1, u64 arg2, u64 arg3)

Type:void

Parameter:

TypeParameterName
struct bpf_prog *prog
u64arg0
u64arg1
u64arg2
u64arg3
1499  args[0] = arg0
1499  args[1] = arg1
1499  args[2] = arg2
1499  args[3] = arg3
1499  __bpf_trace_run(prog, args)