Skip to content
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

tools/runqslower.py: Option for --pid or --tid #2635

Merged
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Remove redundant arg check.
It is already exclusive.
  • Loading branch information
bodgergely committed Jan 3, 2020
commit 43b1f5bf62959c3408dad87ffd3f772ae4bbe1d4
4 changes: 0 additions & 4 deletions tools/runqslower.py
Original file line number Diff line number Diff line change
Expand Up @@ -218,10 +218,6 @@
}
"""


if args.pid and args.tid:
parser.error("specify only one of -p and -t")

is_support_raw_tp = BPF.support_raw_tracepoint()
if is_support_raw_tp:
bpf_text += bpf_text_raw_tp
Expand Down