Skip to content

Commit

Permalink
Fixed lttng calls
Browse files Browse the repository at this point in the history
  • Loading branch information
ManickaP committed Jun 19, 2024
1 parent f5bec53 commit 5c01f1e
Show file tree
Hide file tree
Showing 50 changed files with 1,356 additions and 1,356 deletions.
60 changes: 30 additions & 30 deletions src/generated/linux/Tcp.cpp.clog.h.lttng.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
----------------------------------------------------------*/
TRACEPOINT_EVENT(CLOG_TCP_CPP, PerfTcpCreateClient,
TP_ARGS(
const void *, arg2),
const void *, arg2),
TP_FIELDS(
ctf_integer_hex(uint64_t, arg2, arg2)
ctf_integer_hex(uint64_t, arg2, (uint64_t)arg2)
)
)

Expand All @@ -31,9 +31,9 @@ TRACEPOINT_EVENT(CLOG_TCP_CPP, PerfTcpCreateClient,
----------------------------------------------------------*/
TRACEPOINT_EVENT(CLOG_TCP_CPP, PerfTcpCreateServer,
TP_ARGS(
const void *, arg2),
const void *, arg2),
TP_FIELDS(
ctf_integer_hex(uint64_t, arg2, arg2)
ctf_integer_hex(uint64_t, arg2, (uint64_t)arg2)
)
)

Expand All @@ -50,9 +50,9 @@ TRACEPOINT_EVENT(CLOG_TCP_CPP, PerfTcpCreateServer,
----------------------------------------------------------*/
TRACEPOINT_EVENT(CLOG_TCP_CPP, PerfTcpDestroyed,
TP_ARGS(
const void *, arg2),
const void *, arg2),
TP_FIELDS(
ctf_integer_hex(uint64_t, arg2, arg2)
ctf_integer_hex(uint64_t, arg2, (uint64_t)arg2)
)
)

Expand All @@ -72,9 +72,9 @@ TRACEPOINT_EVENT(CLOG_TCP_CPP, PerfTcpDestroyed,
TRACEPOINT_EVENT(CLOG_TCP_CPP, PerfTcpConnectCallback,
TP_ARGS(
const void *, arg2,
unsigned char, arg3),
unsigned char, arg3),
TP_FIELDS(
ctf_integer_hex(uint64_t, arg2, arg2)
ctf_integer_hex(uint64_t, arg2, (uint64_t)arg2)
ctf_integer(unsigned char, arg3, arg3)
)
)
Expand All @@ -92,9 +92,9 @@ TRACEPOINT_EVENT(CLOG_TCP_CPP, PerfTcpConnectCallback,
----------------------------------------------------------*/
TRACEPOINT_EVENT(CLOG_TCP_CPP, PerfTcpReceiveCallback,
TP_ARGS(
const void *, arg2),
const void *, arg2),
TP_FIELDS(
ctf_integer_hex(uint64_t, arg2, arg2)
ctf_integer_hex(uint64_t, arg2, (uint64_t)arg2)
)
)

Expand All @@ -111,9 +111,9 @@ TRACEPOINT_EVENT(CLOG_TCP_CPP, PerfTcpReceiveCallback,
----------------------------------------------------------*/
TRACEPOINT_EVENT(CLOG_TCP_CPP, PerfTcpSendCompleteCallback,
TP_ARGS(
const void *, arg2),
const void *, arg2),
TP_FIELDS(
ctf_integer_hex(uint64_t, arg2, arg2)
ctf_integer_hex(uint64_t, arg2, (uint64_t)arg2)
)
)

Expand All @@ -130,9 +130,9 @@ TRACEPOINT_EVENT(CLOG_TCP_CPP, PerfTcpSendCompleteCallback,
----------------------------------------------------------*/
TRACEPOINT_EVENT(CLOG_TCP_CPP, PerfTcpAppAccept,
TP_ARGS(
const void *, arg2),
const void *, arg2),
TP_FIELDS(
ctf_integer_hex(uint64_t, arg2, arg2)
ctf_integer_hex(uint64_t, arg2, (uint64_t)arg2)
)
)

Expand All @@ -149,9 +149,9 @@ TRACEPOINT_EVENT(CLOG_TCP_CPP, PerfTcpAppAccept,
----------------------------------------------------------*/
TRACEPOINT_EVENT(CLOG_TCP_CPP, PerfTcpStartTls,
TP_ARGS(
const void *, arg2),
const void *, arg2),
TP_FIELDS(
ctf_integer_hex(uint64_t, arg2, arg2)
ctf_integer_hex(uint64_t, arg2, (uint64_t)arg2)
)
)

Expand All @@ -168,9 +168,9 @@ TRACEPOINT_EVENT(CLOG_TCP_CPP, PerfTcpStartTls,
----------------------------------------------------------*/
TRACEPOINT_EVENT(CLOG_TCP_CPP, PerfTcpAppConnect,
TP_ARGS(
const void *, arg2),
const void *, arg2),
TP_FIELDS(
ctf_integer_hex(uint64_t, arg2, arg2)
ctf_integer_hex(uint64_t, arg2, (uint64_t)arg2)
)
)

Expand All @@ -187,9 +187,9 @@ TRACEPOINT_EVENT(CLOG_TCP_CPP, PerfTcpAppConnect,
----------------------------------------------------------*/
TRACEPOINT_EVENT(CLOG_TCP_CPP, PerfTcpAppDisconnect,
TP_ARGS(
const void *, arg2),
const void *, arg2),
TP_FIELDS(
ctf_integer_hex(uint64_t, arg2, arg2)
ctf_integer_hex(uint64_t, arg2, (uint64_t)arg2)
)
)

Expand Down Expand Up @@ -218,9 +218,9 @@ TRACEPOINT_EVENT(CLOG_TCP_CPP, PerfTcpAppReceive,
unsigned short, arg3,
unsigned char, arg4,
unsigned char, arg5,
unsigned char, arg6),
unsigned char, arg6),
TP_FIELDS(
ctf_integer_hex(uint64_t, arg2, arg2)
ctf_integer_hex(uint64_t, arg2, (uint64_t)arg2)
ctf_integer(unsigned short, arg3, arg3)
ctf_integer(unsigned char, arg4, arg4)
ctf_integer(unsigned char, arg5, arg5)
Expand Down Expand Up @@ -253,9 +253,9 @@ TRACEPOINT_EVENT(CLOG_TCP_CPP, PerfTcpSendFrame,
unsigned short, arg3,
unsigned char, arg4,
unsigned char, arg5,
unsigned char, arg6),
unsigned char, arg6),
TP_FIELDS(
ctf_integer_hex(uint64_t, arg2, arg2)
ctf_integer_hex(uint64_t, arg2, (uint64_t)arg2)
ctf_integer(unsigned short, arg3, arg3)
ctf_integer(unsigned char, arg4, arg4)
ctf_integer(unsigned char, arg5, arg5)
Expand All @@ -279,9 +279,9 @@ TRACEPOINT_EVENT(CLOG_TCP_CPP, PerfTcpSendFrame,
TRACEPOINT_EVENT(CLOG_TCP_CPP, PerfTcpAppSendComplete,
TP_ARGS(
const void *, arg2,
unsigned int, arg3),
unsigned int, arg3),
TP_FIELDS(
ctf_integer_hex(uint64_t, arg2, arg2)
ctf_integer_hex(uint64_t, arg2, (uint64_t)arg2)
ctf_integer(unsigned int, arg3, arg3)
)
)
Expand Down Expand Up @@ -311,9 +311,9 @@ TRACEPOINT_EVENT(CLOG_TCP_CPP, PerfTcpAppSend,
unsigned int, arg3,
unsigned char, arg4,
unsigned char, arg5,
unsigned char, arg6),
unsigned char, arg6),
TP_FIELDS(
ctf_integer_hex(uint64_t, arg2, arg2)
ctf_integer_hex(uint64_t, arg2, (uint64_t)arg2)
ctf_integer(unsigned int, arg3, arg3)
ctf_integer(unsigned char, arg4, arg4)
ctf_integer(unsigned char, arg5, arg5)
Expand All @@ -334,8 +334,8 @@ TRACEPOINT_EVENT(CLOG_TCP_CPP, PerfTcpAppSend,
----------------------------------------------------------*/
TRACEPOINT_EVENT(CLOG_TCP_CPP, PerfTcpAppClose,
TP_ARGS(
const void *, arg2),
const void *, arg2),
TP_FIELDS(
ctf_integer_hex(uint64_t, arg2, arg2)
ctf_integer_hex(uint64_t, arg2, (uint64_t)arg2)
)
)
28 changes: 14 additions & 14 deletions src/generated/linux/api.c.clog.h.lttng.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
TRACEPOINT_EVENT(CLOG_API_C, ApiEnter,
TP_ARGS(
unsigned int, arg2,
const void *, arg3),
const void *, arg3),
TP_FIELDS(
ctf_integer(unsigned int, arg2, arg2)
ctf_integer_hex(uint64_t, arg3, arg3)
ctf_integer_hex(uint64_t, arg3, (uint64_t)arg3)
)
)

Expand All @@ -35,7 +35,7 @@ TRACEPOINT_EVENT(CLOG_API_C, ApiEnter,
----------------------------------------------------------*/
TRACEPOINT_EVENT(CLOG_API_C, ApiExitStatus,
TP_ARGS(
unsigned int, arg2),
unsigned int, arg2),
TP_FIELDS(
ctf_integer(unsigned int, arg2, arg2)
)
Expand All @@ -52,7 +52,7 @@ TRACEPOINT_EVENT(CLOG_API_C, ApiExitStatus,
----------------------------------------------------------*/
TRACEPOINT_EVENT(CLOG_API_C, ApiWaitOperation,
TP_ARGS(
),
),
TP_FIELDS(
)
)
Expand All @@ -68,7 +68,7 @@ TRACEPOINT_EVENT(CLOG_API_C, ApiWaitOperation,
----------------------------------------------------------*/
TRACEPOINT_EVENT(CLOG_API_C, ApiExit,
TP_ARGS(
),
),
TP_FIELDS(
)
)
Expand All @@ -89,7 +89,7 @@ TRACEPOINT_EVENT(CLOG_API_C, ApiExit,
TRACEPOINT_EVENT(CLOG_API_C, AllocFailure,
TP_ARGS(
const char *, arg2,
unsigned long long, arg3),
unsigned long long, arg3),
TP_FIELDS(
ctf_string(arg2, arg2)
ctf_integer(uint64_t, arg3, arg3)
Expand All @@ -112,9 +112,9 @@ TRACEPOINT_EVENT(CLOG_API_C, AllocFailure,
TRACEPOINT_EVENT(CLOG_API_C, StreamError,
TP_ARGS(
const void *, arg2,
const char *, arg3),
const char *, arg3),
TP_FIELDS(
ctf_integer_hex(uint64_t, arg2, arg2)
ctf_integer_hex(uint64_t, arg2, (uint64_t)arg2)
ctf_string(arg3, arg3)
)
)
Expand All @@ -141,9 +141,9 @@ TRACEPOINT_EVENT(CLOG_API_C, StreamAppSend,
const void *, arg2,
unsigned long long, arg3,
unsigned int, arg4,
unsigned int, arg5),
unsigned int, arg5),
TP_FIELDS(
ctf_integer_hex(uint64_t, arg2, arg2)
ctf_integer_hex(uint64_t, arg2, (uint64_t)arg2)
ctf_integer(uint64_t, arg3, arg3)
ctf_integer(unsigned int, arg4, arg4)
ctf_integer(unsigned int, arg5, arg5)
Expand All @@ -166,9 +166,9 @@ TRACEPOINT_EVENT(CLOG_API_C, StreamAppSend,
TRACEPOINT_EVENT(CLOG_API_C, StreamAppReceiveCompleteCall,
TP_ARGS(
const void *, arg2,
unsigned long long, arg3),
unsigned long long, arg3),
TP_FIELDS(
ctf_integer_hex(uint64_t, arg2, arg2)
ctf_integer_hex(uint64_t, arg2, (uint64_t)arg2)
ctf_integer(uint64_t, arg3, arg3)
)
)
Expand All @@ -189,9 +189,9 @@ TRACEPOINT_EVENT(CLOG_API_C, StreamAppReceiveCompleteCall,
TRACEPOINT_EVENT(CLOG_API_C, ConnError,
TP_ARGS(
const void *, arg2,
const char *, arg3),
const char *, arg3),
TP_FIELDS(
ctf_integer_hex(uint64_t, arg2, arg2)
ctf_integer_hex(uint64_t, arg2, (uint64_t)arg2)
ctf_string(arg3, arg3)
)
)
24 changes: 12 additions & 12 deletions src/generated/linux/bbr.c.clog.h.lttng.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ TRACEPOINT_EVENT(CLOG_BBR_C, IndicateDataAcked,
unsigned long long, arg5,
unsigned long long, arg6,
unsigned int, arg7,
unsigned long long, arg8),
unsigned long long, arg8),
TP_FIELDS(
ctf_integer_hex(uint64_t, arg1, arg1)
ctf_integer_hex(uint64_t, arg1, (uint64_t)arg1)
ctf_integer(unsigned int, arg3, arg3)
ctf_integer(uint64_t, arg4, arg4)
ctf_integer(uint64_t, arg5, arg5)
Expand Down Expand Up @@ -79,9 +79,9 @@ TRACEPOINT_EVENT(CLOG_BBR_C, ConnBbr,
unsigned int, arg7,
unsigned int, arg8,
unsigned int, arg9,
unsigned int, arg10),
unsigned int, arg10),
TP_FIELDS(
ctf_integer_hex(uint64_t, arg2, arg2)
ctf_integer_hex(uint64_t, arg2, (uint64_t)arg2)
ctf_integer(unsigned int, arg3, arg3)
ctf_integer(unsigned int, arg4, arg4)
ctf_integer(unsigned int, arg5, arg5)
Expand Down Expand Up @@ -130,9 +130,9 @@ TRACEPOINT_EVENT(CLOG_BBR_C, ConnOutFlowStatsV2,
unsigned long long, arg7,
unsigned long long, arg8,
unsigned long long, arg9,
unsigned long long, arg10),
unsigned long long, arg10),
TP_FIELDS(
ctf_integer_hex(uint64_t, arg2, arg2)
ctf_integer_hex(uint64_t, arg2, (uint64_t)arg2)
ctf_integer(uint64_t, arg3, arg3)
ctf_integer(unsigned int, arg4, arg4)
ctf_integer(unsigned int, arg5, arg5)
Expand All @@ -157,9 +157,9 @@ TRACEPOINT_EVENT(CLOG_BBR_C, ConnOutFlowStatsV2,
----------------------------------------------------------*/
TRACEPOINT_EVENT(CLOG_BBR_C, ConnRecoveryExit,
TP_ARGS(
const void *, arg2),
const void *, arg2),
TP_FIELDS(
ctf_integer_hex(uint64_t, arg2, arg2)
ctf_integer_hex(uint64_t, arg2, (uint64_t)arg2)
)
)

Expand All @@ -179,9 +179,9 @@ TRACEPOINT_EVENT(CLOG_BBR_C, ConnRecoveryExit,
TRACEPOINT_EVENT(CLOG_BBR_C, ConnCongestionV2,
TP_ARGS(
const void *, arg2,
unsigned short, arg3),
unsigned short, arg3),
TP_FIELDS(
ctf_integer_hex(uint64_t, arg2, arg2)
ctf_integer_hex(uint64_t, arg2, (uint64_t)arg2)
ctf_integer(unsigned short, arg3, arg3)
)
)
Expand All @@ -199,8 +199,8 @@ TRACEPOINT_EVENT(CLOG_BBR_C, ConnCongestionV2,
----------------------------------------------------------*/
TRACEPOINT_EVENT(CLOG_BBR_C, ConnPersistentCongestion,
TP_ARGS(
const void *, arg2),
const void *, arg2),
TP_FIELDS(
ctf_integer_hex(uint64_t, arg2, arg2)
ctf_integer_hex(uint64_t, arg2, (uint64_t)arg2)
)
)
Loading

0 comments on commit 5c01f1e

Please sign in to comment.