Skip to content

Commit 6c85528

Browse files
nashiffabiobaltieri
authored andcommitted
tracing: ctf: fix arguments for timer_status_sync
In the metadata, found that timer_status_sync_pending was missing the timeout parameter. Noticed when tracing tests/kernel/common. Signed-off-by: Anas Nashif <[email protected]>
1 parent d794732 commit 6c85528

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

subsys/tracing/ctf/tsdl/metadata

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -316,6 +316,7 @@ event {
316316
id = 0x32;
317317
fields := struct {
318318
uint32_t id;
319+
uint32_t timeout;
319320
};
320321
};
321322

0 commit comments

Comments
 (0)