1
0
mirror of https://github.com/systemd/systemd.git synced 2024-11-08 11:27:32 +03:00
systemd/src/bootchart
Aaro Koskinen f2d28e80bc bootchart: use get_proc_field and PROC_CPUINFO_MODEL
Use get_proc_field and PROC_CPUINFO_MODEL to get the CPU type. Also don't
fail if it missing, instead restore the old behaviour and print "Unknown".

Fixes the following error seen with v225 on powerpc:

	Unable to read module name from cpuinfo.
	Error generating svg file: No such file or directory
2015-09-30 15:57:55 +03:00
..
bootchart.c Merge pull request #1218 from poettering/safe-fclose 2015-09-09 15:45:03 +02:00
bootchart.conf Do not advertise .d snippets over main config file 2015-03-03 19:10:21 -05:00
bootchart.h bootchart: kill a bunch of global variables 2015-04-03 15:29:18 +02:00
Makefile build-sys: add makefile to bootchart 2013-01-21 01:04:16 +01:00
store.c bootchart: Ensure that /proc/schedstat is read entirely 2015-06-30 15:09:02 +00:00
store.h bootchart: kill a bunch of global variables 2015-04-03 15:29:18 +02:00
svg.c bootchart: use get_proc_field and PROC_CPUINFO_MODEL 2015-09-30 15:57:55 +03:00
svg.h bootchart: kill a bunch of global variables 2015-04-03 15:29:18 +02:00