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:00
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:pe_prog_func_proto

Proto:static const struct bpf_func_proto *pe_prog_func_proto(enum bpf_func_id func_id, const struct bpf_prog *prog)

Type:struct bpf_func_proto

Parameter:

TypeParameterName
enum bpf_func_idfunc_id
const struct bpf_prog *prog
1014  Case func_id == BPF_FUNC_perf_event_output
1015  Return bpf_perf_event_output_proto_tp
1016  Case func_id == BPF_FUNC_get_stackid
1017  Return bpf_get_stackid_proto_tp
1018  Case func_id == BPF_FUNC_get_stack
1019  Return bpf_get_stack_proto_tp
1020  Case func_id == BPF_FUNC_perf_prog_read_value
1021  Return bpf_perf_prog_read_value_proto
1022  Default
1023  Return tracing_func_proto(func_id, prog)