We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a12c501 commit a350e29Copy full SHA for a350e29
src/retsnoop.c
@@ -115,7 +115,7 @@ static struct env {
115
.stacks_map_sz = 4096,
116
};
117
118
-const char *argp_program_version = "retsnoop v0.9.7";
+const char *argp_program_version = "retsnoop v0.9.8";
119
const char *argp_program_bug_address = "Andrii Nakryiko <[email protected]>";
120
const char argp_program_doc[] =
121
"retsnoop tool shows kernel call stacks based on specified function filters.\n"
0 commit comments