systemd / systemd-bootchart

Boot performance graphing tool
GNU General Public License v2.0
53 stars 28 forks source link

Switch on schedstat support where needed. #16

Closed sofar closed 8 years ago

sofar commented 8 years ago

Newer kernels have schedstat disabled by default unless turned on at runtime or through a kernel parameter/syscall. We should turn this on irregardless if we can.

If the kernel is too old, any errors in this code will be ignored as schedstat should be enabled already.

Fixes #12.

sofar commented 8 years ago

Updated with both comments addressed.

sofar commented 8 years ago

a7478a4b09867a0bee999fe41ad0a95387839444