Skip to content

Commit

Permalink
CLOG
Browse files Browse the repository at this point in the history
  • Loading branch information
nibanks committed Jan 3, 2025
1 parent 56d750b commit b33ddb3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/generated/linux/datapath_winuser.c.clog.h
Original file line number Diff line number Diff line change
Expand Up @@ -341,10 +341,10 @@ tracepoint(CLOG_DATAPATH_WINUSER_C, LibraryError , arg2);\
"[data][%p] ERROR, %u, %s.",
SocketProc->Parent,
LastError,
"CxPlatSocketEnqueueSqe");
"CxPlatEventQEnqueueEx");
// arg2 = arg2 = SocketProc->Parent = arg2
// arg3 = arg3 = LastError = arg3
// arg4 = arg4 = "CxPlatSocketEnqueueSqe" = arg4
// arg4 = arg4 = "CxPlatEventQEnqueueEx" = arg4
----------------------------------------------------------*/
#ifndef _clog_5_ARGS_TRACE_DatapathErrorStatus
#define _clog_5_ARGS_TRACE_DatapathErrorStatus(uniqueId, encoded_arg_string, arg2, arg3, arg4)\
Expand Down
4 changes: 2 additions & 2 deletions src/generated/linux/datapath_winuser.c.clog.h.lttng.h
Original file line number Diff line number Diff line change
Expand Up @@ -341,10 +341,10 @@ TRACEPOINT_EVENT(CLOG_DATAPATH_WINUSER_C, LibraryError,
"[data][%p] ERROR, %u, %s.",
SocketProc->Parent,
LastError,
"CxPlatSocketEnqueueSqe");
"CxPlatEventQEnqueueEx");
// arg2 = arg2 = SocketProc->Parent = arg2
// arg3 = arg3 = LastError = arg3
// arg4 = arg4 = "CxPlatSocketEnqueueSqe" = arg4
// arg4 = arg4 = "CxPlatEventQEnqueueEx" = arg4
----------------------------------------------------------*/
TRACEPOINT_EVENT(CLOG_DATAPATH_WINUSER_C, DatapathErrorStatus,
TP_ARGS(
Expand Down

0 comments on commit b33ddb3

Please sign in to comment.