Skip to content

Commit

Permalink
Bump submodules/clog from ca6e640 to f134171 (#4379)
Browse files Browse the repository at this point in the history
* Bump submodules/clog from `ca6e640` to `f134171`

Bumps [submodules/clog](https://github.com/microsoft/CLOG) from `ca6e640` to `f134171`.
- [Release notes](https://github.com/microsoft/CLOG/releases)
- [Commits](microsoft/CLOG@ca6e640...f134171)

---
updated-dependencies:
- dependency-name: submodules/clog
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

* Fix CLOG files for linux with new CLOG version.

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Anthony Rossi <anrossi@microsoft.com>
  • Loading branch information
dependabot[bot] and anrossi committed Jul 9, 2024
1 parent 76d3150 commit 707fcdd
Show file tree
Hide file tree
Showing 51 changed files with 587 additions and 587 deletions.
30 changes: 15 additions & 15 deletions src/generated/linux/Tcp.cpp.clog.h.lttng.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ TRACEPOINT_EVENT(CLOG_TCP_CPP, PerfTcpCreateClient,
TP_ARGS(
const void *, arg2),
TP_FIELDS(
ctf_integer_hex(uint64_t, arg2, arg2)
ctf_integer_hex(uint64_t, arg2, (uint64_t)arg2)
)
)

Expand All @@ -33,7 +33,7 @@ TRACEPOINT_EVENT(CLOG_TCP_CPP, PerfTcpCreateServer,
TP_ARGS(
const void *, arg2),
TP_FIELDS(
ctf_integer_hex(uint64_t, arg2, arg2)
ctf_integer_hex(uint64_t, arg2, (uint64_t)arg2)
)
)

Expand All @@ -52,7 +52,7 @@ TRACEPOINT_EVENT(CLOG_TCP_CPP, PerfTcpDestroyed,
TP_ARGS(
const void *, arg2),
TP_FIELDS(
ctf_integer_hex(uint64_t, arg2, arg2)
ctf_integer_hex(uint64_t, arg2, (uint64_t)arg2)
)
)

Expand All @@ -74,7 +74,7 @@ TRACEPOINT_EVENT(CLOG_TCP_CPP, PerfTcpConnectCallback,
const void *, arg2,
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 @@ -94,7 +94,7 @@ TRACEPOINT_EVENT(CLOG_TCP_CPP, PerfTcpReceiveCallback,
TP_ARGS(
const void *, arg2),
TP_FIELDS(
ctf_integer_hex(uint64_t, arg2, arg2)
ctf_integer_hex(uint64_t, arg2, (uint64_t)arg2)
)
)

Expand All @@ -113,7 +113,7 @@ TRACEPOINT_EVENT(CLOG_TCP_CPP, PerfTcpSendCompleteCallback,
TP_ARGS(
const void *, arg2),
TP_FIELDS(
ctf_integer_hex(uint64_t, arg2, arg2)
ctf_integer_hex(uint64_t, arg2, (uint64_t)arg2)
)
)

Expand All @@ -132,7 +132,7 @@ TRACEPOINT_EVENT(CLOG_TCP_CPP, PerfTcpAppAccept,
TP_ARGS(
const void *, arg2),
TP_FIELDS(
ctf_integer_hex(uint64_t, arg2, arg2)
ctf_integer_hex(uint64_t, arg2, (uint64_t)arg2)
)
)

Expand All @@ -151,7 +151,7 @@ TRACEPOINT_EVENT(CLOG_TCP_CPP, PerfTcpStartTls,
TP_ARGS(
const void *, arg2),
TP_FIELDS(
ctf_integer_hex(uint64_t, arg2, arg2)
ctf_integer_hex(uint64_t, arg2, (uint64_t)arg2)
)
)

Expand All @@ -170,7 +170,7 @@ TRACEPOINT_EVENT(CLOG_TCP_CPP, PerfTcpAppConnect,
TP_ARGS(
const void *, arg2),
TP_FIELDS(
ctf_integer_hex(uint64_t, arg2, arg2)
ctf_integer_hex(uint64_t, arg2, (uint64_t)arg2)
)
)

Expand All @@ -189,7 +189,7 @@ TRACEPOINT_EVENT(CLOG_TCP_CPP, PerfTcpAppDisconnect,
TP_ARGS(
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 @@ -220,7 +220,7 @@ TRACEPOINT_EVENT(CLOG_TCP_CPP, PerfTcpAppReceive,
unsigned char, arg5,
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 @@ -255,7 +255,7 @@ TRACEPOINT_EVENT(CLOG_TCP_CPP, PerfTcpSendFrame,
unsigned char, arg5,
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 @@ -281,7 +281,7 @@ TRACEPOINT_EVENT(CLOG_TCP_CPP, PerfTcpAppSendComplete,
const void *, arg2,
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 @@ -313,7 +313,7 @@ TRACEPOINT_EVENT(CLOG_TCP_CPP, PerfTcpAppSend,
unsigned char, arg5,
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 @@ -336,6 +336,6 @@ TRACEPOINT_EVENT(CLOG_TCP_CPP, PerfTcpAppClose,
TP_ARGS(
const void *, arg2),
TP_FIELDS(
ctf_integer_hex(uint64_t, arg2, arg2)
ctf_integer_hex(uint64_t, arg2, (uint64_t)arg2)
)
)
10 changes: 5 additions & 5 deletions src/generated/linux/api.c.clog.h.lttng.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ TRACEPOINT_EVENT(CLOG_API_C, ApiEnter,
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 Down Expand Up @@ -114,7 +114,7 @@ TRACEPOINT_EVENT(CLOG_API_C, StreamError,
const void *, arg2,
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 Down Expand Up @@ -143,7 +143,7 @@ TRACEPOINT_EVENT(CLOG_API_C, StreamAppSend,
unsigned int, arg4,
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 @@ -168,7 +168,7 @@ TRACEPOINT_EVENT(CLOG_API_C, StreamAppReceiveCompleteCall,
const void *, arg2,
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 @@ -191,7 +191,7 @@ TRACEPOINT_EVENT(CLOG_API_C, ConnError,
const void *, arg2,
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)
)
)
12 changes: 6 additions & 6 deletions src/generated/linux/bbr.c.clog.h.lttng.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ TRACEPOINT_EVENT(CLOG_BBR_C, IndicateDataAcked,
unsigned int, arg7,
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 @@ -81,7 +81,7 @@ TRACEPOINT_EVENT(CLOG_BBR_C, ConnBbr,
unsigned int, arg9,
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 @@ -132,7 +132,7 @@ TRACEPOINT_EVENT(CLOG_BBR_C, ConnOutFlowStatsV2,
unsigned long long, arg9,
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 @@ -159,7 +159,7 @@ TRACEPOINT_EVENT(CLOG_BBR_C, ConnRecoveryExit,
TP_ARGS(
const void *, arg2),
TP_FIELDS(
ctf_integer_hex(uint64_t, arg2, arg2)
ctf_integer_hex(uint64_t, arg2, (uint64_t)arg2)
)
)

Expand All @@ -181,7 +181,7 @@ TRACEPOINT_EVENT(CLOG_BBR_C, ConnCongestionV2,
const void *, arg2,
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 @@ -201,6 +201,6 @@ TRACEPOINT_EVENT(CLOG_BBR_C, ConnPersistentCongestion,
TP_ARGS(
const void *, arg2),
TP_FIELDS(
ctf_integer_hex(uint64_t, arg2, arg2)
ctf_integer_hex(uint64_t, arg2, (uint64_t)arg2)
)
)
30 changes: 15 additions & 15 deletions src/generated/linux/binding.c.clog.h.lttng.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ TRACEPOINT_EVENT(CLOG_BINDING_C, BindingListenerAlreadyRegistered,
const void *, arg2,
const void *, arg3),
TP_FIELDS(
ctf_integer_hex(uint64_t, arg2, arg2)
ctf_integer_hex(uint64_t, arg3, arg3)
ctf_integer_hex(uint64_t, arg2, (uint64_t)arg2)
ctf_integer_hex(uint64_t, arg3, (uint64_t)arg3)
)
)

Expand All @@ -39,7 +39,7 @@ TRACEPOINT_EVENT(CLOG_BINDING_C, BindingSendFailed,
const void *, arg2,
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 @@ -135,7 +135,7 @@ TRACEPOINT_EVENT(CLOG_BINDING_C, BindingSendTestDrop,
TP_ARGS(
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 @@ -183,7 +183,7 @@ TRACEPOINT_EVENT(CLOG_BINDING_C, BindingErrorStatus,
unsigned int, arg3,
const char *, arg4),
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_string(arg4, arg4)
)
Expand Down Expand Up @@ -215,8 +215,8 @@ TRACEPOINT_EVENT(CLOG_BINDING_C, BindingCreated,
unsigned int, arg5_len,
const void *, arg5),
TP_FIELDS(
ctf_integer_hex(uint64_t, arg2, arg2)
ctf_integer_hex(uint64_t, arg3, arg3)
ctf_integer_hex(uint64_t, arg2, (uint64_t)arg2)
ctf_integer_hex(uint64_t, arg3, (uint64_t)arg3)
ctf_integer(unsigned int, arg4_len, arg4_len)
ctf_sequence(char, arg4, arg4, unsigned int, arg4_len)
ctf_integer(unsigned int, arg5_len, arg5_len)
Expand All @@ -239,7 +239,7 @@ TRACEPOINT_EVENT(CLOG_BINDING_C, BindingCleanup,
TP_ARGS(
const void *, arg2),
TP_FIELDS(
ctf_integer_hex(uint64_t, arg2, arg2)
ctf_integer_hex(uint64_t, arg2, (uint64_t)arg2)
)
)

Expand All @@ -258,7 +258,7 @@ TRACEPOINT_EVENT(CLOG_BINDING_C, BindingDestroyed,
TP_ARGS(
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 @@ -288,8 +288,8 @@ TRACEPOINT_EVENT(CLOG_BINDING_C, BindingRundown,
unsigned int, arg5_len,
const void *, arg5),
TP_FIELDS(
ctf_integer_hex(uint64_t, arg2, arg2)
ctf_integer_hex(uint64_t, arg3, arg3)
ctf_integer_hex(uint64_t, arg2, (uint64_t)arg2)
ctf_integer_hex(uint64_t, arg3, (uint64_t)arg3)
ctf_integer(unsigned int, arg4_len, arg4_len)
ctf_sequence(char, arg4, arg4, unsigned int, arg4_len)
ctf_integer(unsigned int, arg5_len, arg5_len)
Expand All @@ -316,7 +316,7 @@ TRACEPOINT_EVENT(CLOG_BINDING_C, ConnNoListenerIp,
unsigned int, arg3_len,
const void *, arg3),
TP_FIELDS(
ctf_integer_hex(uint64_t, arg2, arg2)
ctf_integer_hex(uint64_t, arg2, (uint64_t)arg2)
ctf_integer(unsigned int, arg3_len, arg3_len)
ctf_sequence(char, arg3, arg3, unsigned int, arg3_len)
)
Expand All @@ -341,7 +341,7 @@ TRACEPOINT_EVENT(CLOG_BINDING_C, ConnNoListenerAlpn,
unsigned int, arg3_len,
const void *, arg3),
TP_FIELDS(
ctf_integer_hex(uint64_t, arg2, arg2)
ctf_integer_hex(uint64_t, arg2, (uint64_t)arg2)
ctf_integer(unsigned int, arg3_len, arg3_len)
ctf_sequence(char, arg3, arg3, unsigned int, arg3_len)
)
Expand All @@ -365,7 +365,7 @@ TRACEPOINT_EVENT(CLOG_BINDING_C, ConnError,
const void *, arg2,
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 @@ -388,7 +388,7 @@ TRACEPOINT_EVENT(CLOG_BINDING_C, BindingExecOper,
const void *, arg2,
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
Loading

0 comments on commit 707fcdd

Please sign in to comment.