Function report |
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 activity | Download SCCT | Chinese |
Name:_uring_fail_link - called before failing a linked request*@req: request, which links were cancelled*@link: cancelled link* Allows to track linked requests cancellation, to see not only that some work* was cancelled, but also which request was the reason.
Proto:static inline void trace_io_uring_fail_link(void *req, void *link)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
void * | req | |
void * | link |
NULL
Name | Describe |
---|---|
io_fail_links | Called if REQ_F_LINK is set, and we fail the head request |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |