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

Name:____bpf_perf_event_output_raw_tp

Proto:static inline __attribute__((__always_inline__)) u64 ____bpf_perf_event_output_raw_tp(struct bpf_raw_tracepoint_args *args, struct bpf_map *map, u64 flags, void *data, u64 size)

Type:u64

Parameter:

TypeParameterName
struct bpf_raw_tracepoint_args *args
struct bpf_map *map
u64flags
void *data
u64size
1061  regs = get_bpf_raw_tp_regs()
1064  If IS_ERR(regs) Then Return PTR_ERR(regs)
1067  perf_fetch_caller_regs(regs)
1068  ret = ____bpf_perf_event_output(regs, map, flags, data, size)
1070  put_bpf_raw_tp_regs()
1071  Return ret