-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature/iouring detection #476
Conversation
Signed-off-by: Afek Berger <[email protected]>
Signed-off-by: Afek Berger <[email protected]>
Signed-off-by: Afek Berger <[email protected]>
Signed-off-by: Afek Berger <[email protected]>
Signed-off-by: Afek Berger <[email protected]>
Signed-off-by: Afek Berger <[email protected]>
Signed-off-by: Afek Berger <[email protected]>
Signed-off-by: Afek Berger <[email protected]>
Signed-off-by: Afek Berger <[email protected]>
db80684
to
fd30749
Compare
Signed-off-by: Afek Berger <[email protected]>
fd30749
to
dbf553a
Compare
Summary:
|
1 similar comment
Summary:
|
42d3e59
to
873ea7d
Compare
Signed-off-by: Afek Berger <[email protected]>
873ea7d
to
48eb886
Compare
Summary:
|
Summary:
|
Signed-off-by: Afek Berger <[email protected]>
3464388
to
db5d62d
Compare
Summary:
|
return nil | ||
} | ||
|
||
func (ch *IGContainerWatcher) stopIouringTracing() error { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you please call this function? make sure you stop the tracer!!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
DONE
return 0; | ||
} | ||
|
||
char _license[] SEC("license") = "GPL"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add a new line.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There is
@@ -0,0 +1,138 @@ | |||
package iouring | |||
|
|||
const ( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
…ouring_detection Signed-off-by: Afek Berger <[email protected]>
Signed-off-by: Afek Berger <[email protected]>
Summary:
|
Summary:
|
Signed-off-by: Afek Berger <[email protected]>
97b18c8
to
b93d2a5
Compare
Summary:
|
Overview