Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
B
bcc
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
bcc
Commits
902f033a
Commit
902f033a
authored
Feb 09, 2017
by
4ast
Committed by
GitHub
Feb 09, 2017
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #955 from r4f4/fix-tplist
tplist: don't fail if no verbosity is supplied
parents
48212918
838ad4b2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
tools/tplist.py
tools/tplist.py
+1
-1
No files found.
tools/tplist.py
View file @
902f033a
...
...
@@ -26,7 +26,7 @@ parser.add_argument("-p", "--pid", type=int, default=None,
help
=
"List USDT probes in the specified process"
)
parser
.
add_argument
(
"-l"
,
"--lib"
,
default
=
""
,
help
=
"List USDT probes in the specified library or executable"
)
parser
.
add_argument
(
"-v"
,
dest
=
"verbosity"
,
action
=
"count"
,
parser
.
add_argument
(
"-v"
,
dest
=
"verbosity"
,
action
=
"count"
,
default
=
0
,
help
=
"Increase verbosity level (print variables, arguments, etc.)"
)
parser
.
add_argument
(
dest
=
"filter"
,
nargs
=
"?"
,
help
=
"A filter that specifies which probes/tracepoints to print"
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment