trace_event_raw_event_io_uring_poll_arm
Regular
4.4
: Absent ⚠️
4.8
: Absent ⚠️
4.10
: Absent ⚠️
4.13
: Absent ⚠️
4.15
: Absent ⚠️
4.18
: Absent ⚠️
5.0
: Absent ⚠️
5.3
: Absent ⚠️
5.4
: Absent ⚠️
5.8
: ✅void trace_event_raw_event_io_uring_poll_arm(void *__data, void *ctx, u8 opcode, u64 user_data, int mask, int events);
Collision: Unique Static
Inline: No
Transformation: False
Instances:
In fs/io_uring.c (ffffffff8137e420)
Location: include/trace/events/io_uring.h:360
Inline: False
Symbols:
ffffffff8137e420-ffffffff8137e4f8: trace_event_raw_event_io_uring_poll_arm (STB_LOCAL)
5.11
: ✅void trace_event_raw_event_io_uring_poll_arm(void *__data, void *ctx, u8 opcode, u64 user_data, int mask, int events);
Collision: Unique Static
Inline: No
Transformation: False
Instances:
In fs/io_uring.c (ffffffff8138c7a0)
Location: include/trace/events/io_uring.h:360
Inline: False
Symbols:
ffffffff8138c7a0-ffffffff8138c878: trace_event_raw_event_io_uring_poll_arm (STB_LOCAL)
5.13
: ✅void trace_event_raw_event_io_uring_poll_arm(void *__data, void *ctx, u8 opcode, u64 user_data, int mask, int events);
Collision: Unique Static
Inline: No
Transformation: False
Instances:
In fs/io_uring.c (ffffffff81396ad0)
Location: include/trace/events/io_uring.h:363
Inline: False
Symbols:
ffffffff81396ad0-ffffffff81396bb5: trace_event_raw_event_io_uring_poll_arm (STB_LOCAL)
5.15
: ✅void trace_event_raw_event_io_uring_poll_arm(void *__data, void *ctx, void *req, u8 opcode, u64 user_data, int mask, int events);
Collision: Unique Static
Inline: No
Transformation: False
Instances:
In fs/io_uring.c (ffffffff813e2990)
Location: include/trace/events/io_uring.h:381
Inline: False
Symbols:
ffffffff813e2990-ffffffff813e2a7b: trace_event_raw_event_io_uring_poll_arm (STB_LOCAL)
5.19
: ✅void trace_event_raw_event_io_uring_poll_arm(void *__data, void *ctx, void *req, u64 user_data, u8 opcode, int mask, int events);
Collision: Unique Static
Inline: No
Transformation: False
Instances:
In io_uring/io_uring.c (ffffffff816cbd70)
Location: include/trace/events/io_uring.h:440
Inline: False
Symbols:
ffffffff816cbd70-ffffffff816cbf1e: trace_event_raw_event_io_uring_poll_arm (STB_LOCAL)
6.2
: ✅void trace_event_raw_event_io_uring_poll_arm(void *__data, struct io_kiocb *req, int mask, int events);
Collision: Unique Static
Inline: No
Transformation: False
Instances:
In io_uring/io_uring.c (ffffffff8178ab60)
Location: include/trace/events/io_uring.h:417
Inline: False
Symbols:
ffffffff8178ab60-ffffffff8178acb3: trace_event_raw_event_io_uring_poll_arm (STB_LOCAL)
6.5
: ✅void trace_event_raw_event_io_uring_poll_arm(void *__data, struct io_kiocb *req, int mask, int events);
Collision: Unique Static
Inline: No
Transformation: False
Instances:
In io_uring/io_uring.c (ffffffff817cbd00)
Location: include/trace/events/io_uring.h:414
Inline: False
Symbols:
ffffffff817cbd00-ffffffff817cbe53: trace_event_raw_event_io_uring_poll_arm (STB_LOCAL)
6.8
: ✅void trace_event_raw_event_io_uring_poll_arm(void *__data, struct io_kiocb *req, int mask, int events);
Collision: Unique Static
Inline: No
Transformation: False
Instances:
In io_uring/io_uring.c (ffffffff818101f0)
Location: include/trace/events/io_uring.h:414
Inline: False
Symbols:
ffffffff818101f0-ffffffff81810343: trace_event_raw_event_io_uring_poll_arm (STB_LOCAL)
arm64
: Absent ⚠️
armhf
: Absent ⚠️
ppc64el
: Absent ⚠️
riscv64
: Absent ⚠️
aws
: Absent ⚠️
azure
: Absent ⚠️
gcp
: Absent ⚠️
lowlatency
: Absent ⚠️
Regular
5.8
and 5.11
✅
5.11
and 5.13
✅
5.13
and 5.15
⚠️void *req
__data, ctx, opcode, user_data, mask, events
➡️ __data, ctx, req, opcode, user_data, mask, events
5.15
and 5.19
⚠️__data, ctx, req, opcode, user_data, mask, events
➡️ __data, ctx, req, user_data, opcode, mask, events
5.19
and 6.2
⚠️void *ctx
u64 user_data
u8 opcode
__data, ctx, req, user_data, opcode, mask, events
➡️ __data, req, mask, events
void *req
➡️ struct io_kiocb *req
6.2
and 6.5
✅
6.5
and 6.8
✅