forked from iovisor/bcc
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adjust pid filtering/display in runqlat
The filtering and display of pids in the runqlat tool was not correct. Internally, the kernel keeps pid and tgid, which correspond to thread-id and user process-id, respectively. The runqlat tool was filtering and displaying pid instead of tgid. Change -P and -p options to filter by tgid, and add a new option to give a breakdown by pid (thread-id). Update the docs with the -L option.
- Loading branch information
Brenden Blanco
committed
May 3, 2016
1 parent
c58cb19
commit a687560
Showing
2 changed files
with
47 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters