-
Story
-
Resolution: Done-Errata
-
Minor
-
rhel-9.3.0
-
None
-
systemtap-5.1-1.el9
-
Patch
-
d7771f27e366
-
1
-
rhel-sst-pt-perf-debug
-
ssg_platform_tools
-
10
-
12
-
1
-
False
-
-
No
-
Perf Debug Sprint 4
-
None
What were you trying to do that didn't work?
Currently, we do not have tapset against seq, ack_seq, window ; and these info would help us during network cases debugging.
function __tcp_skb_seq:long (tcphdr:long)
{ return ntohl(@cast(tcphdr, "tcphdr", "kernel<linux/tcp.h>")->seq) }function __tcp_skb_ackseq:long (tcphdr:long)
{ return ntohl(@cast(tcphdr, "tcphdr", "kernel<linux/tcp.h>")->ack_seq) }function __tcp_skb_window:long (tcphdr:long)
{ return ntohs(@cast(tcphdr, "tcphdr", "kernel<linux/tcp.h>")->window) }Please provide the package NVR for which bug is seen:
How reproducible:
Steps to reproduce
Expected results
Actual results
- links to
-
RHBA-2024:131776 systemtap bug fix and enhancement update