Skip to content

work correctly without CONFIG_SCHED_DEBUG#10

Merged
sofar merged 1 commit intosystemd:masterfrom
akavel:master
Aug 30, 2016
Merged

work correctly without CONFIG_SCHED_DEBUG#10
sofar merged 1 commit intosystemd:masterfrom
akavel:master

Conversation

@akavel
Copy link
Copy Markdown
Contributor

@akavel akavel commented Jul 13, 2016

Currently, systemd-bootchart appears to work without CONFIG_SCHED_DEBUG (no error messages),
but the PS part of the graph is not plotted, and process command lines
are not collected with -C. It is hard to discover what's the reason. A
small change fixes the code to work correctly without requirement for
this kernel config.

Note: I can amend this commit to try moving the /sched-related part to a separate function, but for now submitting as is, for easier analysis and verification of what it does.

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.
@sofar
Copy link
Copy Markdown
Contributor

sofar commented Jul 13, 2016

Looks OK from what I can see quickly...

@sofar sofar merged commit 1d5fa8c into systemd:master Aug 30, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Development

Successfully merging this pull request may close these issues.

2 participants