Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\trace\bpf_trace.c Create Date:2022-07-28 12:36:37
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_tp

Proto:static inline __attribute__((__always_inline__)) u64 ____bpf_perf_event_output_tp(void *tp_buff, struct bpf_map *map, u64 flags, void *data, u64 size)

Type:u64

Parameter:

TypeParameterName
void *tp_buff
struct bpf_map *map
u64flags
void *data
u64size
883  regs = tp_buff
890  Return ____bpf_perf_event_output(regs, map, flags, data, size)