You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am attempting to use the tcpconnect.c example from the repository and I'm encountering an issue with the creation of the counter_events_ring ring buffer map. The specific error message I'm encountering is as follows:
I have reviewed my code and the map definition, and I believe I have followed the instructions correctly. Here is the relevant map definition from my code:
Could you please provide some guidance on what might be causing this "invalid argument" error during map creation? Are there any specific considerations I should be aware of when using ring buffer map?
Thank you for your assistance.
Shay Reuven
The text was updated successfully, but these errors were encountered:
Hi, thanks for the report!
Is it possible that you are using release v0.0.14 and the latest examples from the main branch? If yes, this might be because #103 was merged recently, and we haven't released a new CLI yet.
I think if you build the project, or use the previous version of the examples (before the PR above) you should succeed.
Hello,
I am attempting to use the
tcpconnect.c
example from the repository and I'm encountering an issue with the creation of thecounter_events_ring
ring buffer map. The specific error message I'm encountering is as follows:I have reviewed my code and the map definition, and I believe I have followed the instructions correctly. Here is the relevant map definition from my code:
Could you please provide some guidance on what might be causing this "invalid argument" error during map creation? Are there any specific considerations I should be aware of when using ring buffer map?
Thank you for your assistance.
Shay Reuven
The text was updated successfully, but these errors were encountered: