-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
work correctly without CONFIG_SCHED_DEBUG (#10)
The app appeared to work without CONFIG_SCHED_DEBUG (no error messages), but the PS part of the graph was not plotted, and process command lines were not collected with -C. It was hard to find out what's the reason. A small change fixes the code to work correctly without requirement for this config.
- Loading branch information
Showing
2 changed files
with
18 additions
and
15 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
For systemd-bootchart, several proc debug interfaces are required in the kernel config: | ||
CONFIG_SCHEDSTATS | ||
below is optional, for additional info: | ||
CONFIG_SCHED_DEBUG |
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