Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:include\trace\events\io_uring.h Create Date:2022-07-28 20:22:02
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:_uring_link - called before the io_uring request added into link_list of* another request*@ctx: pointer to a ring context structure*@req: pointer to a linked request*@target_req: pointer to a previous request, that would contain @req* Allows to track

Proto:static inline void trace_io_uring_link(void *ctx, void *req, void *target_req)

Type:void

Parameter:

TypeParameterName
void *ctx
void *req
void *target_req

NULL

Caller
NameDescribe
io_submit_sqe